How to get something like Dynamic Island on a Mac with a notch
The notch on a MacBook has been there since late 2021, and for most of that time it has done nothing except hold a camera. On an iPhone the same cut-out grew into a control surface that expands when something is happening. The obvious question is why the Mac never got that, and the practical question is what can be installed to approximate it.
Several apps answer the second question, and they differ more than their screenshots suggest. Some are free forever, some cost a one-time fee, and they require different macOS versions. More importantly, they solve different problems, and one of the problems people expect them to solve is not in the list at all.
What can actually be copied, and what cannot
On an iPhone, the expanding cut-out is a system feature. Apps do not draw it. They hand the system a piece of state, and the system renders it inside a container it controls, which is why the animation is consistent no matter which app is behind it.
On a Mac, nothing equivalent is offered to third party developers. Every app in this category works the same way instead: it draws its own always-on-top window positioned over the camera housing, and it reacts to the pointer entering that region. That is a meaningful difference, and it explains most of the trade-offs that follow.
It means the panel belongs to one app rather than to the system. Two of these apps installed at once will fight over the same strip of screen. It means the app has to poll or observe to know what is playing, what the battery is doing and what was just copied, rather than being handed that state. And it means the panel is only as reliable as one third party app, because when it crashes the notch simply goes back to being a camera housing.
None of that makes the category pointless. It does mean the honest framing is a well behaved overlay app, not a system feature that Apple forgot to ship.
The apps, and what each one covers
The table below was compiled on September 23, 2026 from each project's own page and from Homebrew cask metadata. Prices and requirements change, so treat the date as part of the data.
| App | Price | Requires | What it puts in the notch |
|---|---|---|---|
| Notchy | Free | macOS 13 Ventura or later | Music, clipboard, timers, AI usage, HUDs, Face Unlock |
| boring.notch | Free, GPL-3.0 | macOS 14 Sonoma or later | Music controls with a visualiser |
| Alcove | $14.99 one time | macOS 15 or later | Notifications, live activities, HUDs, lock screen widgets |
| DynamicLake | Free, with DynamicLake Pro at $13.99 | See vendor page | Notifications, drag and drop, AirDrop, timer, converter |
| NotchBox | Free on the Mac App Store | macOS 13 or later | A drop target for drag and drop |
| MediaMate | Free build on GitHub, paid build on Gumroad | macOS 13 or later | Redesigned volume and brightness HUDs, now playing |
Two details in that table decide most choices. Alcove requires macOS 15 or later, which rules it out on a Mac that is deliberately staying on an older release. And the free options are not stripped down trials. Notchy states "Free forever" on its own page and reports support for 134 languages, and boring.notch is released under GPL-3.0 with its source in the open.
The other thing worth noticing is how narrow most of them are. NotchBox does one thing, a drop target, and nothing else. If dragging a file up to the top of the screen was the entire reason for the search, installing a general purpose island to get it is a poor trade.
What happens on a Mac without a notch
Not every Mac has a camera housing. A Mac mini, a Mac Studio, an iMac, an external display and older MacBook models have an uninterrupted menu bar. Some of these apps handle that and some do not.
Notchy addresses it directly, floating the same interface as a pill in the position where a notch would be, and naming Airs, iMacs, Mac minis and external monitors as the cases it covers. That approach means the same configuration works across a laptop and a desk setup, which matters for anyone who closes the lid and drives a monitor.
The general shape of the problem is worth stating plainly. A notch app on a notchless display is drawing a floating widget near the top of the screen. That can be useful, but it is no longer about the notch, and it competes with the menu bar for the same strip. On a Mac without a camera housing, a plain menu bar item or a floating window is usually a better fit than a simulated island.
The cost of giving the notch a job
Every app in this category is resident. It launches at login and stays running, which is the correct design for what it does, and it carries the usual costs.
Permissions come first. An app that reacts to the pointer over an arbitrary region of screen, reads what is playing, or watches the clipboard needs system permissions to do it, typically Accessibility and sometimes Screen Recording. Grant them knowingly rather than clicking through the prompt.
Screen space comes second, and it is the one that catches people out. The camera housing sits in the middle of the menu bar, which means the region an island app claims is adjacent to the region macOS uses for menu bar extras. Hovering near the top of the screen to reach a menu bar icon can now open a panel instead. Most of these apps let the trigger be narrowed to a click rather than a hover, and that setting is worth finding on day one.
Third is the question of what happens when the app is gone. A resident utility from a small developer is a bet on that developer. The market has already demonstrated what this looks like: NotchNook, once the best known app in this category, had its Homebrew cask disabled on September 19, 2026 with the reason recorded as "unreachable", and its developer's domain no longer resolves. Free and open source options carry a different version of the same risk, since a project can simply stop, but the source remains available.
Settings that decide whether it stays installed
Most of these apps get uninstalled in the first week, and it is usually for the same three reasons rather than a missing feature.
The first is the trigger. A panel that opens on hover feels magical in a demo and intrusive on a working day, because the top centre of the screen is somewhere the pointer passes through constantly on the way to a menu. Switching to a click, or to a keyboard shortcut where one is offered, changes the app from something that interrupts into something that answers. Notchy lists a hover, a click and ⌘K among its ways in, which is a reasonable set to choose from.
The second is behaviour in full screen. Video, presentations and anything running edge to edge use the whole display, including the strip the panel wants. An app that still expands over a full screen video is an app that will be quit during the first film. Test that case deliberately before deciding.
The third is what happens on wake and on display changes. Connecting a monitor, closing the lid or docking at a desk rearranges every screen, and a panel anchored to a camera housing has to work out where it belongs again. This is the most common source of a panel appearing on the wrong display or not appearing at all, and it is worth exercising on purpose rather than discovering in a meeting.
One more habit is worth forming with any resident app. Note what it added to login items and which permissions it holds, so that removing it later is a clean operation rather than an archaeology exercise. Dragging the app to the Trash rarely revokes an Accessibility grant on its own.
The problem an island does not solve
Here is the one that sends people searching in the first place, often without realising it is a separate issue. Menu bar icons disappear behind the notch.
This is not the island's department. The camera housing splits the menu bar into two halves, and menu bar extras fill the right half from the clock leftwards. When they run out of room they do not wrap, scroll or queue. They are simply not drawn. Installing something that puts music controls in the notch does nothing about it, because the bar was already full before the app arrived.
Apple's own answer is per application. The support document How to adjust an app's settings to appear below the camera area on your MacBook Air or MacBook Pro describes quitting the app, selecting it in the Applications folder, choosing File then Get Info, and ticking "Scale to fit below built-in camera". That moves the whole app below the housing. It works, and it costs vertical space whenever that app is in front.
The other answer is to stop the right half filling up. A menu bar manager sorts items into what stays visible, what sits behind a divider, and what never appears unless called for. Six or seven icons earn a permanent seat, the rest wait. The comparison of menu bar tools for macOS covers where they differ, including what happens to a hidden icon when it needs attention.
Anyone who wants both things can have both. They are just two installs solving two problems, not one app that ought to do everything.
Choosing in one sitting
A short sequence gets to an answer faster than reading six feature lists.
Name the single thing that prompted the search. Dragging files. Seeing what is playing. Nicer volume and brightness indicators. Menu bar icons vanishing. Only the last one is a menu bar problem, and the first three each have a narrow app that does exactly that.
Check the macOS version on the Mac against the requirement column, since that eliminates options before any comparison is needed. Prefer the narrowest app that covers the named job, because a narrow app has fewer permissions, fewer settings and less to go wrong. Then, whichever app is chosen, set its trigger to a deliberate click rather than a hover, and use it for a week before deciding it stays.
If a paid option is in the running, the question worth asking the seller is whether the app keeps working when their servers do not, and whether settings are stored on the machine. A fourteen day trial answers the rest.
What to change first
Separate the two problems before installing anything. If the notch is genuinely empty space that could be doing work, pick the narrow app for the one job that matters and set it to open on a click. If the real complaint is that icons keep vanishing behind the camera housing, that is a menu bar problem and a menu bar manager such as Koffret fixes it without giving the notch a second job.
Frequently asked questions
Why is there no built-in Dynamic Island on macOS?
Apple has not shipped one, and it does not offer third party developers a system container for it the way iOS does for Live Activities. Every Mac app in this category draws its own always-on-top window over the camera housing instead, which is why the behaviour varies between them.
Can two notch apps run at the same time?
In practice it goes badly. They each place an always-on-top window over the same strip of screen and each react to the pointer entering it, so triggers overlap and panels stack. Pick one, and quit the other rather than leaving it installed and idle.
Does any of this work on an iMac or an external monitor?
Some of it. Notchy states that it floats the same interface as a pill on Airs, iMacs, Mac minis and external monitors. Others are built around a real camera housing. On a display without one, a floating widget near the top of the screen is what is actually being installed, so judge it on those terms.
Will an island app stop my menu bar icons disappearing behind the notch?
No. Those icons disappear because the right half of the menu bar has run out of width, which is a separate problem. Apple's per application "Scale to fit below built-in camera" setting moves an app below the housing, and a menu bar manager reduces how many icons compete for the space.
Are the free notch apps limited versions of paid ones?
Not generally. Notchy states "Free forever" on its own page, and boring.notch is released under GPL-3.0 with its source public. The paid apps in this category are separate products rather than upgrades, so a free app is worth trying before any of them.