Barkeep

Free Mac menu bar managers, compared

Updated July 2026 · a 8-minute read

If your Mac's menu bar has become a wall of icons you can't read, there are several free apps that fix it — and one long-standing paid one that most people have heard of. This is a guide to how they actually differ under the hood, because that difference determines which permissions you have to grant and what the app can and can't do.

Disclosure up front: we make one of the apps listed here (Barkeep). We've tried to describe the others fairly and to be equally clear about where ours falls short. Everything below is checkable — all the free options are open source.

First, the thing nobody explains: there are two approaches

Every menu bar manager uses one of two fundamentally different techniques, and almost every practical difference between these apps follows from which one they picked.

Approach 1: the spacer trick (no permissions)

macOS lays status items out right-to-left from the edge of the screen and clips whatever no longer fits. So an app can create its own invisible status item, make it enormously wide on demand — thousands of points — and everything to its left gets pushed off the edge of the screen. Shrink it again and the icons come back.

Nothing is deleted, no other app is touched, and — importantly — this needs no permissions at all. It's a layout trick, not automation. The trade-off is that the app has no per-icon control: everything on one side of the divider is hidden, everything on the other side is visible, and that's the whole model.

Approach 2: capture and redraw (needs Screen Recording)

The more sophisticated approach: hide all the real icons off-screen permanently, take a screenshot of them, crop out each individual icon, and draw your own copies in a panel the app fully controls. Clicking a drawn icon forwards the click to the real one.

This gives genuine per-icon control — reorder freely, show some and not others, build a custom bar. The cost is that it requires Screen Recording permission, which is the most invasive permission on the list, and what you interact with is a rendered picture rather than the icon itself.

Rule of thumb: if an app offers true drag-to-reorder of your icons, it is almost certainly capturing your screen. There is no public API that lets one app move another app's menu bar icon.

The free options

Ice

Free and open source, and the closest thing to a full Bartender replacement in the free tier. Ice does the divider-based hiding well, adds an always-hidden section for icons you essentially never want to see, and has grown a broad feature set including custom appearance options. If you want the most complete free package and don't mind a larger, more configurable app, this is the usual recommendation.

Hidden Bar

Free, open source, and deliberately minimal. You drag its divider to wherever you want the cut, and everything to the left hides behind an arrow. There's very little to configure, which is the point — if all you want is "hide the junk," it does that with almost no surface area.

Dozer

Free, open source, and built around hotkeys. Almost no interface at all: set a keystroke, press it, icons hide. Well suited to people who dislike clicking things and want the whole feature to be a muscle-memory shortcut. Note that it has seen less active development than Ice in recent years, so check the project's current state before committing to it.

SaneBar

Formerly a paid app with a Pro tier, SaneBar went fully free and open source in June 2026, with the previously paid features unlocked. Worth a look if you'd bounced off it before because of the price.

Barkeep

Ours, so weigh accordingly. It's free and open source, uses the spacer approach (so hiding needs no permissions), and adds two things the others generally don't: groups, where several apps fold into one labelled button that opens a dropdown so you can reach a hidden icon by name rather than by glyph, and a one-slot system monitor showing live CPU and network with a full dashboard on click — so it gives you space back rather than only taking it.

Where it falls short: it's newer and less battle-tested than Ice, it isn't notarized by Apple yet (so you get a one-time Gatekeeper prompt on first launch), and it has no per-icon control because it deliberately avoids Screen Recording.

The paid benchmark: Bartender

Bartender has been the reference in this category for over a decade, and it's genuinely more capable than any of the free options. It does the capture-and-redraw approach properly, plus search, triggers that reveal an icon when it changes, and a long tail of polish. Recent versions moved to a subscription (Bartender Pro, around $15/year at the time of writing), with earlier versions having been a one-off purchase in the low twenties. Pricing changes, so check the current terms before buying.

If you want per-icon rules and icons that appear only when something happens — a VPN dropping, a battery hitting a threshold — that's the feature set you're paying for, and no free option fully matches it.

How to choose

If you want…Pick
The simplest possible "hide the junk"Hidden Bar
A keyboard-driven toggle and nothing elseDozer
The most complete free feature setIce
To reach hidden icons by name, plus a system monitorBarkeep
Per-icon rules, search, and appearance triggersBartender (paid)
To grant the fewest permissions possibleAny spacer-based app (Hidden Bar, Dozer, Barkeep)

Two things to check before you install any of them

What permission does it ask for, and for which feature?

A well-scoped app gates only the features that genuinely need access. Hiding icons should need nothing. Naming icons or opening them for you needs Accessibility. Redrawing icons needs Screen Recording. If a simple app demands broad permissions before doing anything at all, ask why.

Is it notarized?

Apps distributed outside the App Store and not notarized by Apple show a "cannot check it for malicious software" prompt on first launch. That's a normal indie-app situation rather than a virus warning, and you can allow it in System Settings → Privacy & Security. But it's worth knowing which apps will do this so it doesn't alarm you.

A note on the underlying limitation

Whichever you choose, one thing stays true: none of these apps can rearrange your icons for you unless they're redrawing them. macOS only honours the ⌘-drag reorder gesture from a real mouse. So expect to spend two minutes ⌘-dragging your important icons into place once, and then leave it. We wrote up what we found when we tested this in detail if you want the specifics.

Try Barkeep — free

Related: How to hide menu bar icons on Mac · Why icons disappear behind the notch · Why menu bar apps ask for Accessibility