Compare··6 min read

NotchBay vs boring.notch: Open Source Pioneer vs Full Island (2026)

boring.notch is the free, open-source project that proved the Mac notch could be useful: media controls and a file shelf, code you can read. NotchBay builds the full island on the same idea: calendar with meeting join, Zoom/Meet call controls, a searchable clipboard tray, on-device dictation and drop-to-share. Want auditable and free? boring.notch. Want the notch to run your workday? NotchBay.

By Deepak Yadav, building NotchBay

The short version

  • boring.notch is free and open source on GitHub under TheBoredTeam; it made the notch app category exist.
  • Both apps process everything locally; NotchBay's one network feature is optional Google Drive sharing.
  • NotchBay adds calendar join, Zoom/Meet controls, an OCR clipboard tray, dictation, and lock screen presence.

#Respect first

This comparison is written by NotchBay's builder, so let's start with what must be said: boring.notch made this category exist. Its team proved people want the notch to do things, worked out the spring physics that make a fake island feel like hardware, and did it all in public. NotchBay's own design research openly studied its geometry constants alongside Apple's HIG. If you take one thing from this page: both apps are honest local-first software, and the Mac is better for both existing.

#Where they actually differ

DimensionNotchBayboring.notch
ModelCommercial productFree, open source (GitHub)
Media controls✓ full Now Playing card✓ full Now Playing
Calendar✓ agenda + one-tap Join
Calls✓ Zoom + Google Meet mute/leave/share from the notch
Clipboard✓ tray: history, types, OCR search, pin, drag outfile shelf (drop files, drag out)
Dictation✓ on-device, types into any app
Sharing✓ AirDrop + link via your own Google DriveAirDrop from shelf
Privacy indicators✓ camera/mic in-use chip
Lock screen presence
AuditabilityDeveloper ID signed, closed sourceevery line public

Feature sets as of July 2026, both apps update often; check both before deciding.

#Feature by feature: where they differ

The table is the summary; here is the detail.

Music

Both apps handle now playing well, and boring.notch built much of the category's identity here: hover the notch, get artwork and controls. NotchBay's music card adds a live waveform, but if media control is all you want, this row alone should not sell you a paid app.

Meetings and calls

This is where the overlap ends. NotchBay reads your calendar and surfaces a Join button when a meeting starts, then drives Zoom's mute, leave and share controls through Apple's accessibility APIs. Google Meet works through a browser bridge that is Chromium-only; Safari is a known gap, not a hidden one. boring.notch does not compete here today, a deliberate scope choice rather than a failure.

Capture

boring.notch ships a file shelf: drop files on the notch, drag them out later. Simple, and genuinely useful. NotchBay's tray goes further: it keeps roughly 60 recent clips, classifies them by type, runs OCR so the text inside screenshots is searchable, and stores everything as plain files you can open in Finder. If you only ever park a file for a minute, the shelf is enough. If you dig through history, the tray is the difference.

Voice and sharing

Among the notch apps compared on this site, dictation is NotchBay territory: on-device speech recognition built on Apple's SpeechAnalyzer that types into whichever app has focus. NotchBay adds drop-to-share, which uploads a chosen file to your own Google Drive under the narrow drive.file scope and returns a link; boring.notch covers AirDrop from the shelf, often all the sharing a notch needs.

#The philosophy split

boring.notch optimizes for transparency: a community project you can read, fork and extend. Its scope grows where contributors take it.

NotchBay optimizes for depth on a few workflows: meetings, capture, speech. Those features are hard precisely because they touch other apps: driving Zoom's buttons through the accessibility APIs, reading Meet's state through a browser bridge, on-device transcription through Apple's SpeechAnalyzer. That work is why it's a paid product rather than a weekend fork.

The privacy positions are identical where it matters: both apps process everything locally. NotchBay's one network feature, Drive sharing: is explicit, per-file, and goes to your Google account, never our servers.

#Open source matters: what you actually get

I build the closed-source app here, so read this as a competitor conceding the other side's real advantage.

Auditability. When boring.notch says your media data stays local, you do not have to trust the sentence: the code is public on GitHub and you can read the function that makes it true. With NotchBay you are trusting me, plus the Developer ID signature that ties the binary to my identity. I believe that trust is well placed, but "verify it yourself" is a categorically stronger guarantee than "the developer seems honest".

Community. An open project's direction is set by whoever shows up. If boring.notch is missing something you want, you can file an issue, or write the feature and open a pull request to TheBoredTeam. That path does not exist for NotchBay: you can email me, and I read everything, but you cannot merge your own fix.

The honest tradeoffs. Open source is a license, not an audit; public code only protects you if someone qualified actually reads it, and most users never will. Volunteer roadmaps move at volunteer pace. And "fix it yourself" is only a benefit if you write Swift. None of this diminishes what TheBoredTeam built. It just means open source answers the trust question, not the workflow question.

#The cost of free

Free software still charges you; the currency is just different.

Time. When a free app breaks after a macOS update, you wait for a volunteer's evening or fix it yourself. When NotchBay breaks, paying users are in my inbox, rightly, and the fix is my job rather than my hobby. Neither model is morally superior; they fail in different ways.

Polish. Contributor-driven projects usually grow features faster than they sand edges, because new features are fun to write and corner cases are not. Commercial pressure points the other way: I spend an embarrassing share of my week on corner radii and animation timing because, in my testing of the notch geometry, those details are what make a fake island read as hardware. This is a tendency, not a law; some open projects are finished beautifully and some paid apps are sloppy.

Support. With boring.notch, help means GitHub issues and community goodwill, often quicker than people expect but never guaranteed. With NotchBay you get one specific person with a direct financial reason to answer. If you would never contact support anyway, weigh that line at exactly zero.

Added up: if boring.notch covers your workflow, it is not the budget choice, it is the correct choice. NotchBay earns its price only when the meeting controls, tray search and dictation would pay it back inside your actual week.

#The honest verdict

Pick boring.notch if open source is your requirement, if you want media + shelf and nothing else, or if you like software you can patch yourself.

Pick NotchBay if your day runs through meetings, copied things and voice notes, the calendar Join button and in-call mute alone tend to decide this for meeting-heavy people.

And genuinely: try boring.notch first if you're unsure. If it's enough, you saved money. If you find yourself wishing the island did more, that wish list is roughly NotchBay's feature set, see the full 2026 roundup for the wider field.

#Frequently asked questions

Is boring.notch really free?

Yes, it's an open-source project on GitHub under the TheBoredTeam organization. You can build it yourself or download releases.

Can NotchBay and boring.notch run at the same time?

No, both draw in the same notch region and will overlap. Quit one before running the other.

Does either app send data to the cloud?

Both are local-first. NotchBay's only network feature is optional drop-to-share, which uploads the file you choose to your own Google Drive. Dictation, tray contents and media data never leave the Mac in either app.

Can I add a feature to boring.notch instead of buying NotchBay?

Yes, if you write Swift. The project lives on GitHub under TheBoredTeam and takes contributions through the usual fork and pull request flow. If you are missing one specific feature, extending the open project can be the better path.

Does NotchBay require a newer macOS than boring.notch?

NotchBay requires macOS 26 (Tahoe), largely because its dictation is built on Apple's SpeechAnalyzer, which ships with that release. Check the boring.notch GitHub releases for its current minimum requirement.

Which MacBooks have a notch for these apps to use?

MacBook Pro models from 2021 onward and MacBook Air models from the 2022 M2 redesign onward. The notch itself measures about 220x38 points on the 16-inch and 185x32 points on the 14-inch, roughly 12.2 percent of the screen's width.

Every number here comes from measuring real hardware while building NotchBay. Found an error? Tell me and I’ll fix it, accuracy beats winning.
Deepak YadavCrafting beautiful digital consumer products.

Product designer and indie hacker. Founder of Ossian Design Lab. Builds and ships business and consumer digital products in public.

Follow on X

Read next.

Look up.
It's all right there.