Skip to content
Back to writing

~/writing field note

  • boringnotch
  • macos
  • macbook
  • swiftui
  • open-source
  • productivity
  • native-apps

BoringNotch for Mac: Make Your MacBook Notch Useful

Mustafa Ramx pixel avatarBy Mustafa Ramx20 July 20267 min read
Cover image for BoringNotch for Mac: Make Your MacBook Notch Useful
On this page11 sections
  1. What is BoringNotch for Mac?
  2. What BoringNotch+ adds
  3. Does BoringNotch work without a physical notch?
  4. Why I forked and extended BoringNotch
  5. How it is built
  6. Is BoringNotch safe?
  7. Is BoringNotch free?
  8. Does BoringNotch work on Apple Silicon?
  9. How to download and install BoringNotch on Mac
  10. What I learned from the project
  11. Make your Mac notch useful

If you have a MacBook with a notch, you have probably wondered why that space cannot do more. BoringNotch+ turns it into a compact productivity surface for music controls, reminders, clipboard history, focus sessions, and everyday widgets.

It also works on Macs without a physical notch by using the top menu bar area. If you want the current build, features, and download options, see BoringNotch+ on the apps page.

What is BoringNotch for Mac?

BoringNotch is an open-source macOS utility inspired by the idea of making the notch feel more useful instead of treating it as wasted space. It lives in the background and expands when you need it, giving you quick access to information and controls without opening a conventional app window.

BoringNotch+ is my enhanced fork of the original BoringNotch project. The project remains open source and focused on making the notch useful without turning it into a full dashboard.

BoringNotch+ showing music controls, calendar events, and reminders in the MacBook notch

What BoringNotch+ adds

The original project provided a strong foundation. I extended it with features that make the notch useful throughout a normal workday rather than only when media is playing.

Apple Music and Spotify controls

The Now Playing surface shows the current track, artist, album artwork, and playback controls directly in the notch. You can check what is playing or control your music without switching away from the app you are using.

Reminders and tasks

Reminders and tasks bring small pieces of your day into the same glanceable surface. Instead of opening Calendar or Reminders for every quick check, you can see the next useful item where the notch already lives.

Clipboard 2.0

Clipboard history keeps recently copied items available inside the notch. The enhanced clipboard includes search, pinning, removal, and quick re-copy actions, making it easier to recover something you copied a few minutes ago without repeating the original workflow.

Pomodoro focus timer

The built-in Pomodoro timer supports focus and break phases, visual and audio feedback, and a compact countdown that stays close to the top of the screen. It is designed for focused work without requiring another timer window to remain open.

BoringNotch+ showing the Pomodoro focus timer beside media controls

Weather, battery, calendar, and virtual pet widgets

The notch can also provide small everyday updates: weather, battery state, calendar information, and a virtual pet. These widgets keep the app playful while remaining useful during normal work.

Camera mirror toggle

The camera mirror feature gives you a quick preview before a video call. It is optional and can be enabled or disabled from the interface without restarting the app.

Here is a short demo of the current experience:

For the current release and support options, visit the BoringNotch+ app page.

Does BoringNotch work without a physical notch?

Yes. BoringNotch+ is designed for MacBooks with a physical notch, but it also supports Macs without one by using the top menu bar area. The same idea works in both cases: a small always-available surface for information and controls that does not need to become a full dashboard.

The layout also accounts for fullscreen apps, display changes, and the different safe-area constraints of notched and non-notched Macs.

Why I forked and extended BoringNotch

I was exploring Swift and SwiftUI and wanted to contribute to a real open-source macOS product rather than build another isolated demo. BoringNotch had a clear idea and an interesting interface constraint: make a narrow system area useful without making it feel crowded.

That made it a good project to learn from and improve. I added focused features such as Clipboard 2.0, the Pomodoro timer, the camera mirror toggle, performance improvements, and smoother UI behavior while keeping the original product direction intact.

The result is not a separate closed-source commercial app. BoringNotch+ remains a free enhanced fork, and the source is available for people who want to build from it or study how the features work.

The fork builds on the original BoringNotch project by TheBoredTeam, which provided the foundation for these additions.

How it is built

BoringNotch+ is built with Swift and SwiftUI. The interface uses a borderless, always-on-top panel positioned from the display safe area rather than a conventional window with a dock icon.

That approach creates several engineering constraints:

  • The panel must work around notched and non-notched display layouts.
  • It needs to behave correctly when the active app enters fullscreen mode.
  • Display changes and safe-area changes must not leave the panel in the wrong position.
  • Widget state needs to update live without making the interface distracting.
  • A narrow surface needs clear hierarchy so media, reminders, clipboard history, and focus tools do not compete for attention.

Working within those constraints made the project more interesting than simply adding features to a regular app window. The product is mostly about small interactions and transitions that make the notch feel like part of macOS instead of an overlay sitting on top of it.

Is BoringNotch safe?

BoringNotch+ is open source, so the code is available for inspection and independent builds. The project does not collect personal data according to the current product information.

The camera is used only when you enable the mirror feature. You can turn that feature off or remove it from your workflow at any time. As with any app downloaded outside the Mac App Store, you should review the source, permissions, and release you are installing and use the official project links.

Is BoringNotch free?

Yes. BoringNotch+ is a free enhanced build of an open-source project. The optional support/download path helps cover the time, testing, Apple Developer costs, signing, and notarisation needed to distribute a ready-to-use build.

You do not need to treat it like a normal paid, closed-source application. The current ready-to-use release and support options are available from the BoringNotch+ app page.

Does BoringNotch work on Apple Silicon?

Yes. BoringNotch+ supports Apple Silicon Macs, including the M1, M2, and M3 generations. It is also designed to work with Macs that do not have a physical notch, using the top menu bar area instead.

How to download and install BoringNotch on Mac

The simplest path is to start at the BoringNotch+ app page, where the current release information, demo, source link, and ready-to-use download option are kept together.

If you prefer to build from source, view the BoringNotchPlus GitHub repository and follow the project’s current build instructions. This keeps the article from pointing at an outdated release URL while giving both casual users and developers a clear way forward.

What I learned from the project

The most valuable lesson was that contributing to an existing open-source app requires a different kind of thinking from starting a new project. You need to understand the product’s existing behavior, preserve what already works, and add improvements without turning the interface into a collection of unrelated features.

The notch made those decisions visible. Every widget competes for a small amount of space, and every animation or panel expansion affects how the whole Mac feels. The best additions were the ones that solved a real workflow problem while respecting the original idea.

It was also a practical way to move deeper into Swift and SwiftUI: state management, constrained layouts, safe-area positioning, live widget updates, performance, and the work required to release an installable native Mac app.

Make your Mac notch useful

BoringNotch+ is for Mac users who want a more useful notch or menu bar without installing a large productivity dashboard. It brings together media controls, clipboard history, focus sessions, reminders, and small everyday widgets in a surface that stays close but out of the way.

Explore BoringNotch+ on the apps page to see the current demo and download options.

// share this note