#What Boring Notch actually is
Boring Notch (styled boring.notch) is a free, open-source macOS app that turns the space around the MacBook notch into a live media and status hub. It is one of the projects that proved this whole category was possible, and it is maintained in the open by a group that publishes under the name TheBoredTeam. Because it is open source, the code is readable by anyone, and the download lives on a code-hosting platform rather than a storefront.
That last detail is the source of most of the confusion around a boring notch download. There is no Mac App Store listing to tap, no polished vendor site with a big blue button. You download a build straight from where developers ship code, and macOS treats a file that arrives that way more cautiously than something it recognizes. None of that means the app is unsafe. It means you have to know the two or three steps that a normal App Store install hides from you, which is exactly what the rest of this page walks through.
One thing worth saying plainly, because a lot of pages competing for this search blur it: I did not build Boring Notch. I build a different, paid notch app called NotchBay, so read the honest bits here as coming from a competitor who respects the project. Everything I say about Boring Notch below is checkable on its own repository, and I have pointed you at that repository so you never have to take my word for it.
#Where to download Boring Notch
Go to the project’s GitHub repository, TheBoredTeam/boring.notch, and open the Releases section. Each release lists build files, usually a .dmg or a .zip, under its assets. The newest release at the top is the one you want unless you have a reason to pin an older version. Download that asset, open it, and drag the app into your Applications folder the same way you would with any Mac app.
If you manage apps with a package manager, that can be the cleanest route of all. Homebrew often carries popular open-source Mac apps as casks, so check the repository’s README for a current install command before you download a file by hand. I am deliberately not printing a cask name here, because names and taps change and a stale command sends you to the wrong place. The README on the repo is always current; a blog post is a snapshot.
Why does the source matter this much for a free app? Because free and open source is precisely the profile bad actors imitate. A repackaged build with something extra bundled in looks identical from a thumbnail. Downloading only from the canonical repository, and ideally checking that the file came from the same organization that owns the code, is the entire defense, and it costs you nothing.
#Getting past the Gatekeeper warning
Here is the moment most people get stuck. You double-click Boring Notch and macOS refuses, with a message that it cannot be opened because it is from an unidentified developer, or that Apple could not verify it is free of malware. That is Gatekeeper, and it fires because the build is not signed with an Apple Developer ID. It is not a sign that anything is wrong with the app. It is the expected behavior for an unsigned, open-source download.
The correct way to open it, without weakening your whole system, is per-app:
- Move the app to Applications first. Do not run it from the mounted disk image or the Downloads folder.
- Right-click or Control-click the app in Applications and choose Open from the menu.
- Confirm in the dialog. The same warning appears, but this time it includes an Open button. Click it.
- macOS remembers the choice. From then on the app launches with a normal double-click.
On newer macOS versions the path can run through System Settings, Privacy & Security instead, where an Open Anyway button appears after the first blocked launch. Either route does the same thing: it whitelists this one app rather than turning Gatekeeper off. Do not disable Gatekeeper globally with a Terminal command to make one app run. That trades a two-second confirmation for leaving every future unsigned download unchecked, which is a bad deal.
Only clear this warning for a file you downloaded from the official repository. The right-click-to-open trick works on any unsigned app, which is exactly why it is dangerous when the app came from somewhere you do not trust. The safety of the maneuver depends entirely on the safety of the source, and you controlled the source in the previous section.
#What it does, and where it stops
Once it is running, Boring Notch makes the area around the notch interactive. The feature it is best known for is now-playing: album art and playback controls dock beside the camera housing, and a music visualizer animates while a track plays. Builds over time have added a file shelf you can drop items onto and reworked versions of the system volume and brightness overlays. Because it is an active open-source project, the exact feature list moves, so treat the current Releases notes as the truth rather than any single article, including this one.
What it does not try to be is a full work layer. Boring Notch is aimed squarely at media and glanceable status, and it does that with a clean, community-driven feel. It does not position itself around driving your video calls, keeping a long searchable clipboard history, or on-device dictation. If music controls in the notch are the whole reason you are here, that is a point in its favor, not against it: you do not need to pay for anything, and a leaner app is a lighter app.
A couple of honest caveats that apply to every app in this space, Boring Notch included. The island renders on a MacBook with a physical notch; on an older Mac or an external display there is nothing for it to anchor to. And a permanently resident overlay does use some energy when it is animating, like a live visualizer, though a well-built one idles cheaply when nothing is happening. I keep Activity Monitor’s Energy tab open when I test any notch app, mine and others, and I would suggest the same one-day check on whatever you install. Your own numbers beat anyone’s claims.
#Is it safe, and what else is out there
The short answer: an open-source app you download from its own repository, and open with the per-app Gatekeeper step, is about as trustworthy as unsigned software gets, because the code is public and the source is verifiable. The risk is almost never the real project. It is the fake copy on a download portal. I wrote a longer, more careful version of this reasoning in is Boring Notch safe, and it applies to any unsigned notch app, not just this one.
If Boring Notch does not fit, the category has real range, and the free-versus-paid line is the useful way to think about it. Free and open-source options cover music and basic activities well. Paid apps generally earn their price on the permission-heavy features: driving other apps during calls, a searchable clipboard tray, dictation, sharing pipelines. A few reference points on this site:
- NotchNook is the most established commercial notch app, known for deep customization; the head-to-head is NotchBay vs NotchNook.
- Alcove is paid and deliberately minimal, fewer features done cleanly, compared in NotchBay vs Alcove.
- If what you actually want is a better clipboard rather than a notch, the broader field of clipboard managers for Mac is worth a look before you install anything notch-shaped, alongside dedicated tools like Maccy.
And if the notch itself annoys you more than it helps, the honest move might be the opposite direction entirely: hiding it, or just cleaning up the menu bar so the top of the screen stops feeling crowded. There is no rule that says you have to put the notch to work. This whole category is optional, and the right pick depends on what you want that strip of screen to do.
#Where NotchBay fits
Since I build one of the paid apps, here is the fair placement rather than a pitch. NotchBay is the one I made because I wanted the media features Boring Notch does well plus the work layer it does not aim at: mute and leave controls for Zoom and Google Meet, a clipboard tray that keeps roughly 60 recent clips with text searchable inside screenshots, and on-device dictation. It costs money, it requires macOS 26 (Tahoe), and it is not open source, so if readable code is your hard requirement, Boring Notch is the better answer and I will say so plainly.
In other words, if free covers you, stop reading and go download Boring Notch from its repository. That is a genuinely good outcome. The only reason to look at a paid app is the permission-heavy features a free one does not set out to build.
#Frequently asked questions
Where do I download Boring Notch?
From the project’s own GitHub repository, TheBoredTeam/boring.notch, on the Releases page. That is the canonical source. Grab the newest .dmg or .zip asset, not a mirror, an ad-wrapped download site or a random YouTube link. Some package managers also carry it, so if you use Homebrew, check the repository’s README for the current cask name before you install by hand.
Why does macOS say Boring Notch cannot be opened?
Because the build is not signed with an Apple Developer ID, so Gatekeeper blocks it on first launch. The fix for a downloaded open-source app is to right-click or Control-click the app in Applications, choose Open, then confirm in the dialog. macOS remembers the choice and opens it normally afterward. Only do this for a file you got straight from the official repository.
Is Boring Notch free?
Yes. Boring Notch is free and open source under a license you can read on GitHub. There is no paid tier to unlock and no account to create. If you want to support the project, the repository usually links a way to do that, but nothing about the app is paywalled.
What does Boring Notch do once it is installed?
It turns the space around the MacBook notch into a media and status hub. The headline feature is now-playing controls with a music visualizer, and builds have added a file shelf and reworked system HUDs over time. Feature sets move quickly on an active open-source project, so treat the current Releases notes as the source of truth rather than any blog post.