NotchBar is a macOS app designed to utilize the empty space around the notch.
Before
After
Installation
Requirements: macOS 14.5 or later
- Download the
NotchBar.zipfrom the Releases page. - Unzip and drag the
NotchBar.appto your Applications folder. - Launch NotchBar from your Applications folder or Spotlight.
Use this quick workaround.
Step 1 Step 2 Step 3 Click Show in FinderRight Click NotchBar.app→ ClickOpenAgain, Click Open1
If the
Show in Finderbutton is not visible...
Step 0 Open Terminal→ Runchmod +x /Applications/NotchBar.app/Contents/MacOS/NotchBar
Usage
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 baroption toAlways![]()
Option 2 — SetDisplays have separate Spacesoption toOff
Widgets
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... |
|---|
Structure
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 )
Development
Contributions are most welcome! Please feel free to submit a Pull Request.
Clone Repository
git clone https://github.com/navtoj/NotchBar.git
cd NotchBar/src/Install Dependencies
tuist install && tuist buildLaunch Xcode (Optional)
License
This project is licensed under the AGPLv3 License.
Acknowledgments
- SystemInfoKit for live system information.
- SFSafeSymbols for safe usage of SF Symbols.
- LaunchAtLogin-Modern for launch at login functionality.
- Pow for SwiftUI effects.













