NotchMore is a macOS utility that turns the area around the menu bar notch into a compact control surface, and also adds some neat background features.
This project started because I got tired of installing tiny apps that each do exactly one thing. One app for clipboard history. One app for media controls. One app for window switching. One app for file utilities. After a while you end up with a desktop full of little helpers that all solve one narrow problem. I wanted to bring some of these utilities together into one app.
Contributions and feedback are welcome, if you have any issues, open an issue using the "Bug" label.
If you have any feature requests, open an issue using the "Feature Request" label. Please don't request features that is out of this project's scope.
- Media playback controls with live track information
- Clipboard history with support for text, images, and files

- File shelf for drag-and-drop access to frequently used files

- Window switcher with live previews

- Paste without formatting
- Cut and paste files in Finder like on Windows with Command+X / Command+V

- Three-finger middle click support (doesn't work with 3 finger tap yet)
- Scroll inversion (very useful if you use a mouse and the trackpad with different scroll directions)
- Eye resting reminder

- macOS 15.4 or later
- Accessibility permission (required for global input features: scroll inversion, three-finger middle click, paste without formatting, and parts of the window switcher)
- Screen Recording permission (required for window switcher live previews)
- Input Monitoring permission (required for cut-paste and other features)
Install the latest dmg file from the releases page.
- Double click to open the dmg file
- Drag the app icon to applications folder
- Close the NotchMore Installer window
- Search for NotchMore in spotlight or go to the applications folder in finder and run NotchMore.app
- After you got the security warning click Done and go to the "Privacy & Security" section in system settings
- Scroll down and you will see under Security, " "NotchMore.app" was blocked " click Open Anyway.
- Clone the repository.
- Open
NotchMore.xcodeprojin Xcode. - Build and run the
NotchMorescheme.
NotchMore currently uses one Swift Package dependency:
MediaRemoteAdapter- Source:
https://github.com/ejbills/mediaremote-adapter - Used for media playback metadata and controls
- Source:
DynamicNotchKit- Source:
https://github.com/MrKai77/DynamicNotchKit - Used for notch panel display
- Source:
Issues and pull requests are welcome.
If you contribute a new feature, try to keep it aligned with the current project structure:
- keep feature-specific logic inside
Features/<FeatureName> - keep settings wiring in
Settings/SettingsView.swift
This project is licensed under the GNU General Public License v3.0 only.
See the LICENSE file for the full text.