NotchBar is a macOS app designed to utilize the empty space around the notch.
Requirements: macOS 14.5 or later
- Download the
NotchBar.zip
from the Releases page. - Unzip and drag the
NotchBar.app
to your Applications folder. - Launch NotchBar from your Applications folder or Spotlight.
Use this quick workaround.
Step 1 Step 2 Step 3 Click Show in Finder
Right Click NotchBar.app
→ ClickOpen
Again, Click Open
1
Step 0 Open Terminal
→ Runchmod +x /Applications/NotchBar.app/Contents/MacOS/NotchBar
After launching NotchBar, it will automatically cover the notch area of your MacBook.
A sparkle icon will also be shown in the menu bar for important actions.
It might be covered by the macOS menu bar.
Option 1 — Set
Automatically hide and show the menu bar
option toAlways
Option 2 — SetDisplays have separate Spaces
option toOff
View Examples
📊 System Monitor | ||||
---|---|---|---|---|
CPU | Memory | Storage | Battery | Network |
🎵 Media Playback | ||
---|---|---|
Artwork | Artist | Track |
Dropdown Details Card w/ Controls |
📱 Active App | |
---|---|
Name | Icon |
✨ | more coming soon... |
---|
Widgets
├── Example
│ ├── PrimaryView.swift
│ └── SecondaryView.swift
└── WidgetView.swift
WidgetView(
// Required – Always Visible in Notchbar
primary: PrimaryView.init,
// Optional – Dropdown Card on Tap/Hover
secondary: SecondaryView.init
)
Contributions are most welcome! Please feel free to submit a Pull Request.
git clone https://github.com/navtoj/NotchBar.git
cd NotchBar/src/
tuist install && tuist build
tuist generate
This project is licensed under the AGPLv3 License.
- SystemInfoKit for live system information.
- SFSafeSymbols for safe usage of SF Symbols.
- LaunchAtLogin-Modern for launch at login functionality.
- Pow for SwiftUI effects.