See live media playback controls and artwork right in the MacBook notch area.
Drag a file near the notch to open an AirDrop sharing drop zone.
Get a quick glance at upcoming calendar events with a countdown timer.
See volume, brightness, battery, and Focus mode changes as notch overlays instead of menu bar popups.
| sciencelabwork/notchland | amethystsoft/keyringaccess | kageroumado/refrax-browser | |
|---|---|---|---|
| Stars | 12 | 12 | 12 |
| Language | Swift | Swift | Swift |
| Setup difficulty | moderate | easy | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires macOS 26.3+ and Xcode 26.4+ to build from source, dependencies resolve through Xcode, not Swift Package Manager.
NotchLand is a macOS app that turns the notch at the top of a MacBook screen into a small live display area instead of leaving it as empty black space. Rather than living in the menu bar like most utilities, it anchors itself right at the notch and stays there as you switch desktops, move between Spaces, or go full screen, using the same smooth, spring style animations that Apple's own system interface uses. The goal stated by the developer is for it to feel like a feature built into macOS rather than a separate app running alongside it. The app stays hidden until there is something worth showing, then expands to display it before collapsing again. Features include live media controls and artwork for whatever is playing, a drop zone that appears when you drag a file near the notch to AirDrop it, and clean overlays for volume and brightness changes. It also shows charging and low battery alerts, a notice when Focus mode changes, and a peek at your next calendar event with a countdown. When you lock your Mac it shows a padlock animation, and unlocking brings up a welcome back card with how long you were away, your battery level, and your next event. A guided first launch walkthrough introduces these features and asks for Calendar and Accessibility permissions step by step, with each step skippable. NotchLand is built natively with SwiftUI and AppKit and runs as a background accessory app with no Dock icon. It requires macOS 26.3 or later, and building from source requires Xcode 26.4 or later on a MacBook with a display notch. There is no Swift Package Manager manifest, since dependencies such as Sparkle for updates and Lottie for animations resolve through Xcode directly. It ships as a standard Xcode project that can be built from the command line or opened in Xcode, and it includes its own test suite using Swift Testing. The codebase is organized so that each feature, such as battery alerts or the AirDrop drop target, publishes its own state to a single priority ordered view that decides what to show in the notch at any moment, which the README says makes it straightforward to add new features without touching existing ones. NotchLand is released under the Apache License 2.0, and the project is open to contributions including bug reports, fixes, and documentation.
A macOS app that turns the MacBook notch into a live display for media controls, AirDrop, system alerts, and calendar peeks.
Mainly Swift. The stack also includes Swift, SwiftUI, AppKit.
Free to use, modify, and distribute, including commercially, as long as you keep the license and attribution notices.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.