Window management apps for Mac
Rectangle and Hidden Bar can help you manage your window and menu bar on Mac.
As a Mac user, I would like to introduce these 2 free apps that improve productivity by better managing your window and menu bar. Your screen will be under your control with just a few fingers.
Rectangle
This Rectangle app is a free app that allows us to control the window size just by keyboard shortcuts. It’s very convenient for developers and others who are familiar with keyboards and it’s super fast to move the window around in and across desktops. Moreover, we can customize the shortcuts as we want.
Alternatives
Shortcuts
There are many shortcuts but here are my list of keys I use frequently.
- ctrl+opt+← to left-half side
- ctrl+opt+→ to right-half side
- ctrl+opt+Enter to maximize to full screen
- ctrl+opt+Backspace to restore back to original size
- ctrl+opt+c to align the window into the center of screen
- ctrl+opt+cmd+← to send current window to previous desktop
- ctrl+opt+cmd+→ to send current window to next desktop
Here is the official website of Rectangle.

Hidden Bar
This free app can hide your app icons in the system tray to show just essentials and you can toggle to see them all. The app allows settings such as auto hide and the toggle shortcut.
Alternatives
Settings
There are several options in this app’s settings here.
Here is the repo of Hidden Bar.
However, there are some reports that installing the app from Homebrew may experience Apple’s warning like this.
According to the reported issue1 in the repo, I found that this command running in Terminal can fix this issues.
1
xattr -dr com.apple.quarantine /Applications/Hidden\ Bar.app
This command will recursively (-r
) delete (-d
) extended attributes (xattr
) of com.apple.quarantine
from the app “Hidden Bar” in “Applications” folder. As the result this app can be opened then.