cd /news/ai-tools/claude-pacer-a-menu-bar-that-says-if… Β· home β€Ί topics β€Ί ai-tools β€Ί article
[ARTICLE Β· art-107852] src=github.com β†— pub= topic=ai-tools verified=true sentiment=Β· neutral

Claude Pacer: a menu-bar that says if your Claude session will last till reset

Developer dkremsa released Claude Pacer, a free macOS menu-bar tool that projects whether a user's Claude subscription usage will last until the reset, showing the projected percentage at reset for each limit window and offering advice on adjusting model usage. The tool measures per-model weights from the user's own account data, calculates API-equivalent costs, and sends notifications when pace crosses thresholds. It requires macOS 13+, Node 18+, Xcode Command Line Tools, and a Claude Code login, and is available via Homebrew or from source on GitHub.

read2 min views1 publishedAug 23, 2026
Claude Pacer: a menu-bar that says if your Claude session will last till reset
Image: Michielbdejong (auto-discovered)

A macOS menu-bar number that tells you whether your Claude subscription will last until the reset β€” and what to change if it won't.

⏱ 133 β€” the worst limit window's projected % at its reset, at the speed you've shown so far. 100 = you run out exactly at reset. Green ≀ 80, amber ≀ 100, red above.

Click it:

● Session      44% used     54  at reset
● Week         16% used    133  at reset
● Fable week   12% used    116  at reset
──────────────────────────────────────────
To fit the week: use Fable about 58% less
──────────────────────────────────────────
On the API this would have cost  $62 today Β· $410 this week

Every other menu-bar tool shows the percent. Pacer shows the speed: where you land at reset if you keep going like this. 16% used sounds fine β€” until you notice it's 10% into the week.

One sentence of advice. Computed from your actual model mix: stop/reduce Fable, move X% of Opus work to Sonnet, or do less. "On pace β€” nothing to change" when you're fine.Per-model weights measured on your own account. Anthropic doesn't publish how Opus/Sonnet/Fable count against the limits. Pacer joins the official usage % with your local transcripts and fits the weights from the data (and whether cache reads are discounted). Until there's enough data it uses API price ratios.API-equivalent cost, so you know what the subscription is worth to you.** Notifications**when the pace crosses 100, when it comes back, and when any window passes 90%.- Tiny. One Node script (no dependencies) + one Swift file. The data is a JSON file other tools can read.

Requires macOS 13+, Node β‰₯ 18, Xcode Command Line Tools (xcode-select --install

), and a Claude Code login (it reads the same credential /usage

uses).

brew install dkremsa/tap/claude-pacer
brew services start claude-pacer          # samples every 10 min, survives reboots
cp -R "$(brew --prefix)/opt/claude-pacer/Claude Pacer.app" /Applications/ && open "/Applications/Claude Pacer.app"

Or from source: git clone https://github.com/dkremsa/claude-pacer.git ~/.claude/pacer && cd ~/.claude/pacer && ./build.sh

β€” compiles the app into /Applications

and installs a launchd agent that samples every 10 minutes.

Start at login: System Settings β†’ General β†’ Login Items & Extensions β†’ + β†’ pick Claude Pacer from Applications. The sampler already runs at boot; this is for the menu-bar icon.

~/.claude/pacer/status.json

is refreshed every 10 minutes: pace

, level

, advice

, windows[]

(used %, speed, projected, hours left), cost

, fit

. node pacer.mjs status

prints the same.

  • Week windows: projected = used% / fraction of the window elapsed

. - The 5-hour session: rate over the last 45 minutes, projected to the reset (a session is bursty; an average since it opened lags).

  • The headline is the worst window.

Works on Pro, Max and Team. Claude only. Nothing leaves your machine.

── more in #ai-tools 4 stories Β· sorted by recency
── more on @dkremsa 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/claude-pacer-a-menu-…] indexed:0 read:2min 2026-08-23 Β· β€”