Your MacBook notch,
but useful.
Hover the notch — it pops open. Drop a file in, it sits there. Drag it out anywhere. Music. Pomodoro. Quick notes. Plug in, it cheers. Free. Open source. Blends invisibly with your hardware notch when collapsed.
📥 File shelf
Drop any file onto the notch — it sits there. Drag it out into Finder, email, Slack, anywhere. No copies, no syncing, no upload.
🎵 Music controls
Play / pause / skip directly from the notch. Album art + track info from Apple Music, Spotify, YouTube, podcasts — anything with media keys.
🍅 Pomodoro timer
Built-in 25/5 focus timer with a glowing progress ring. Customize durations, count daily sessions, get a notification when each phase ends.
⚡ Charging peek
Plug in your MacBook — the notch briefly expands with a battery cheer. Auto-collapses after 4 seconds. Like AirPods, but for power.
📝 Quick Notes
Auto-saving scratchpad inside the notch. Type, switch tabs, close the notch — your text is still there next time. Debounced 600ms so it never thrashes the disk.
⚙️ Highly customizable
Show / hide / reorder tabs. Tweak hover & collapse delay. Auto-hide in fullscreen. Launch at login. Strict-mode Pomodoro. Daily session goals. 16+ knobs.
🫥 Blends with the notch
The collapsed shape is the same width and corner radius as your hardware notch. Continuous (squircle) corners, pure black, no border. Invisible until you hover.
🚀 Native & tiny
SwiftUI + AppKit. ~1MB binary, ~410KB zipped. No Electron, no JavaScript. Boots before your menu bar finishes painting.
🔓 Free forever
MIT licensed. No subscription. No login. NotchNook charges $25 — this does the same things and costs nothing.
How it stacks up
Download it like any other Mac app.
No setup. No Terminal. No technical stuff. Just a tiny 248 KB file.
Tap the button below. Your browser saves NotchPop.zip. Double-click it to unzip — you'll get NotchPop.app (the blue rectangle icon).
Drag NotchPop.app into your /Applications folder, like you would with any other Mac app you downloaded. That's it — installed.
Double-click NotchPop.app — macOS shows a security warning saying it can't verify the app. Click "Done" in that dialog (don't move it to Trash).
Then open System Settings → Privacy & Security. Scroll down — you'll see a message "NotchPop was blocked". Click "Open Anyway", then "Open" in the next dialog.
After this, double-click works normally. macOS adds the app to its allow-list permanently.
Developers: build from source instead →
If you'd rather build it yourself, you'll need Homebrew and either Xcode 15+ from the App Store
OR just Xcode Command Line Tools (xcode-select --install — much smaller).
$ git clone https://github.com/bendawg2010/NotchPop.git
$ cd NotchPop
$ ./scripts/build.sh
- The script auto-installs
xcodegenvia Homebrew, generates the Xcode project, and runsxcodebuildin Release. - Move
build/Build/Products/Release/NotchPop.appinto/Applications.