Make your MacBook's notch actually useful. DynamicNotch turns the notch into a live system dashboard — music controls, fan speeds, CPU stats, audio visualization, and smart HUD replacements, all in the space that was doing nothing.
DynamicNotch's version number tracks the macOS version it's built and optimised for, not an independent app version:
27 in 27.1.2) — the macOS major version the release targets (e.g. macOS 27). This only changes when Apple ships a new macOS major version..1) — a new feature has landed..2) — a bug fix for the current minor.For example, 27.1 means "the first feature release built and optimised for macOS 27." The patch level is only shown when a patch actually exists.
Because the minimum deployment target is macOS 15, any version still runs on macOS 15 and up — a release numbered 27.5 isn't macOS-27-only, it's just built and tuned against macOS 27, while remaining fully compatible with older supported macOS versions down to 15.
xattr -dr com.apple.quarantine /Applications/DynamicNotch.app
You can also install using Homebrew. The Homebrew installation automatically bypasses the macOS security warning described above.
brew install --cask hitjack007/dynamicnotch/dynamicnotch
For developers who want to build it themselves:
git clone https://github.com/Hitjack007/DynamicNotch.git
cd DynamicNotch
open dynamicNotch.xcodeproj
In Xcode, set your own development team under Signing & Capabilities for both dynamicNotch and BoringNotchXPCHelper, then press Cmd + R.
Contributions are welcome — code, documentation, bug reports, feature requests, translations.
Two documents to read before you start:
If you are using a coding agent, read both. If your agent reads files on its own, point it at AGENTS.md.
Security issues go through SECURITY.md rather than the public issue tracker.
Thanks to everyone who's contributed code to DynamicNotch:
DynamicNotch is a fork of boring.notch by TheBoredTeam. Their work is the foundation of everything here.
Notable upstream projects:
GNU General Public License v3.0
Copyright © 2024 TheBoredTeam
Copyright © 2025 Mark Greene
See LICENSE for the full text.
Swift
96.1%
Shell
3.1%
Make your MacBook's notch actually useful. DynamicNotch turns the notch into a live system dashboard — music controls, fan speeds, CPU stats, audio visualization, and smart HUD replacements, all in the space that was doing nothing.
DynamicNotch's version number tracks the macOS version it's built and optimised for, not an independent app version:
27 in 27.1.2) — the macOS major version the release targets (e.g. macOS 27). This only changes when Apple ships a new macOS major version..1) — a new feature has landed..2) — a bug fix for the current minor.For example, 27.1 means "the first feature release built and optimised for macOS 27." The patch level is only shown when a patch actually exists.
Because the minimum deployment target is macOS 15, any version still runs on macOS 15 and up — a release numbered 27.5 isn't macOS-27-only, it's just built and tuned against macOS 27, while remaining fully compatible with older supported macOS versions down to 15.
xattr -dr com.apple.quarantine /Applications/DynamicNotch.app
You can also install using Homebrew. The Homebrew installation automatically bypasses the macOS security warning described above.
brew install --cask hitjack007/dynamicnotch/dynamicnotch
For developers who want to build it themselves:
git clone https://github.com/Hitjack007/DynamicNotch.git
cd DynamicNotch
open dynamicNotch.xcodeproj
In Xcode, set your own development team under Signing & Capabilities for both dynamicNotch and BoringNotchXPCHelper, then press Cmd + R.
Contributions are welcome — code, documentation, bug reports, feature requests, translations.
Two documents to read before you start:
If you are using a coding agent, read both. If your agent reads files on its own, point it at AGENTS.md.
Security issues go through SECURITY.md rather than the public issue tracker.
Thanks to everyone who's contributed code to DynamicNotch:
DynamicNotch is a fork of boring.notch by TheBoredTeam. Their work is the foundation of everything here.
Notable upstream projects:
GNU General Public License v3.0
Copyright © 2024 TheBoredTeam
Copyright © 2025 Mark Greene
See LICENSE for the full text.
Swift
96.1%
Shell
3.1%