# Small Mac menu bar apps worth keeping

A menu bar app earns its slot by removing one recurring decision or chore without ever needing to be opened, which is why the good ones are small, native and quiet.

- URL: https://swiftfox.studio/blog/best-mac-menu-bar-apps
- Covers: https://swiftfox.studio/apps/anchored, https://swiftfox.studio/apps/aqumi, https://swiftfox.studio/apps/await, https://swiftfox.studio/apps/catpod, https://swiftfox.studio/apps/nomore, https://swiftfox.studio/apps/pawodoro, https://swiftfox.studio/apps/recess, https://swiftfox.studio/apps/sweep
- Published: 2026-06-20
- Updated: 2026-06-20
- Publisher: Swiftfox Studio (https://swiftfox.studio)

## In short

- The menu bar is the only permanently visible surface on a Mac that can show live state, so it suits software you need to be aware of but almost never open.
- A menu bar app that has to be opened every day is a normal app in a costume; the measure of a good one is how rarely you think about it.
- Native matters here in practice, not as purism: an Electron app ships a browser engine to draw an icon, on something that runs all day.
- The eight below cover four kinds of chore - attention, distraction, the body, and housekeeping - and none of them needs an account.

## What the menu bar is for

The menu bar is the only permanently visible surface on a Mac that is not the
Dock, and unlike the Dock it can show live state: a countdown, a goal filling
up, a status. That makes it the right home for exactly one kind of software -
something you need to be aware of continuously but almost never need to open.

It follows that a menu bar app which requires opening every day is a normal app
wearing a costume. The measure of a good one is how rarely you think about it.

## What to look for

**It should be native.** This is not purism. An Electron app ships an entire
browser engine to draw an icon and a small panel, which costs hundreds of
megabytes of disk and a noticeable amount of memory to do what a Swift app does
in a few. On something running all day, the difference is real.

**It should not need an account.** A menu bar utility that shows a login screen
has made itself dependent on a service for something that runs entirely on your
machine.

**It should survive a restart without attention.** Launch at login, restore its
state, and carry on. Anything you have to re-arm each morning will be abandoned.

**It should be quiet.** An app whose whole job is to sit in the corner should
not be notifying you about itself, asking for reviews or announcing features.

## Eight small ones

The apps above cover four different kinds of chore.

**Time and attention.** [Anchored](https://swiftfox.studio/apps/anchored) keeps a single task and its
countdown visible so the day's priority is not renegotiated hourly - it is the
clearest example of the pattern, and
[worth a closer look](https://swiftfox.studio/blog/menu-bar-task-timer-for-mac).
[Pawodoro](https://swiftfox.studio/apps/pawodoro) runs Pomodoro blocks and makes the break happen by
taking the screen with a cat video. [CatPod](https://swiftfox.studio/apps/catpod) does the gentler
version: a pixel cat on the desktop that a finished session feeds.

![The Anchored popover on macOS, showing the day strip, the anchor task with a live countdown, the queued tasks below it and the daily total](https://swiftfox.studio/anchored/shot-1.jpg "Time and attention: the task and its countdown, next to the clock.")

**Distraction.** [NoMore](https://swiftfox.studio/apps/nomore) watches the frontmost app and the
current browser tab and steps in front of whatever is on your block list, with
the comparison done on your own Mac.

![The NoMore menu bar popover on macOS listing three streaks, each with its day count and strictness, above a New streak button](https://swiftfox.studio/nomore/shot-1.jpg "Distraction: each blocked thing as a streak you would rather not reset.")

**The body.** [Recess](https://swiftfox.studio/apps/recess) runs eye-rest and stretch breaks on two
independent cadences and holds them during Focus. [Aqumi](https://swiftfox.studio/apps/aqumi) is a
droplet that fills toward a daily water goal, with one-tap logging and quiet
hours.

**Housekeeping.** [Sweep](https://swiftfox.studio/apps/sweep) files new downloads by rules you set the
moment they land, and every move is undoable, including in bulk.
[Await](https://swiftfox.studio/apps/await) pins the next date you care about and counts down to it in
the event's own time zone.

![The Sweep menu bar popover on macOS listing rules like Move screenshots and Sort Downloads by type, each with its conditions, watched folders and an enable toggle](https://swiftfox.studio/sweep/shot-1.jpg "Housekeeping: rules that file new downloads the moment they land.")

## The things they share

Every one is written in Swift and SwiftUI, sandboxed, signed and notarized by
Apple, and runs on macOS 14 Sonoma or later on both Apple Silicon and Intel.
Downloads are between roughly 2 and 4 MB, except Pawodoro, which carries its
video library.

None of them has an account. None syncs. None sends your content anywhere - the
only network calls any of them make are update checks, license validation,
anonymous usage counts and crash reports. All eight ship in English, Turkish,
German and Spanish and follow your system language.

You can browse the whole set on the [apps page](https://swiftfox.studio/apps), or by
[category](https://swiftfox.studio/blog/mac-utility-apps).

## Side by side

All eight are native macOS apps requiring macOS 14 or later, with no account and no subscription. Every one of them keeps its data on your Mac.

|  | What it removes | Price | Interrupts you |
| --- | --- | --- | --- |
| Anchored | Re-deciding the day's priority | Pay what you want | At timer end |
| Aqumi | Forgetting to drink | $5 | On your cadence, quiet hours aware |
| Await | Half-remembering a date | Pay what you want | Once, when it arrives |
| CatPod | Working without a pace | Pay what you want | Never - the cat just reacts |
| NoMore | Opening a site by reflex | $6 | Only when you open a blocked thing |
| Pawodoro | Not starting, and not resting | $4 | At every break |
| Recess | Sitting still for hours | Pay what you want | On schedule, held during Focus |
| Sweep | Sorting Downloads by hand | $7 | Never - it works silently |

_Prices and features checked on 5 August 2026._

## Frequently asked questions

### What makes a menu bar app worth keeping?

It should be almost invisible once configured. If you have to open it daily or learn a workflow, it is a normal app that happens to have an icon in the menu bar. The good ones remove a chore and then get out of the way.

### Is there a limit to how many I should run?

Practically, yes - the menu bar runs out of width, especially on a laptop with a notch. Keep the ones you would notice missing and remove the rest; a crowded menu bar is itself a distraction.

### Do menu bar apps slow down my Mac?

A small native one written in Swift costs a few megabytes of memory and effectively no CPU while idle. What does cost you is an Electron app, which ships a browser engine to draw an icon - which is the practical argument for native ones.

### What if the icon gets hidden behind the notch?

macOS hides overflow icons on notched displays, and every app here still works while hidden - they do their job on a timer or a trigger, not because you can see them. Menu bar organiser utilities exist if you want explicit control over the order.

### Why are these one-time purchases rather than subscriptions?

None of them has a server behind it. Your data stays on your Mac, so there is no hosting to fund and nothing recurring to charge for. Several are pay what you want, which includes paying nothing.
