Mac Notch Timer is a small macOS menu-less timer that lives at the top of the screen around the MacBook notch. It starts a five-minute countdown, stays tucked into a thin hover target, and expands to show the remaining time when you hover near the notch.
To build and run the app from source:
swift run MacNotchTimerTap the Homebrew repository, then install the formula:
brew tap maujim/mac-notch-timer
brew install mac-notch-timerStart the LaunchAgent with Homebrew services:
brew services start mac-notch-timerbrew services start launches Mac Notch Timer immediately and configures it to run again when you log in.
Stop Mac Notch Timer and disable launch-at-login:
brew services stop mac-notch-timerRestart it after upgrading or changing the service:
brew services restart mac-notch-timerUninstall Mac Notch Timer:
brew services stop mac-notch-timer
brew uninstall mac-notch-timer
brew untap maujim/mac-notch-timer