ClaudeUsage – macOS menu bar app to track your Claude Pro usage limits
Scrapes Claude's undocumented API to put usage in your menu bar—fragile but useful.

build stuff: native Swift/AppKit, a single binary under 1 MB, no Electron or Node, negligible CPU/RAM. It reads the same usage metadata endpoint the usage wheel and /usage use, so it never invokes a model and spends zero tokens, observing the budget doesn't consume it. No telemetry, no analytics, no network calls except to Anthropic's own endpoints. The source is included in the download and the installer compiles it locally, so you can read exactly what runs. Auth reuses your existing Claude Code CLI login from the Keychain and refreshes via Anthropic's official OAuth refresh flow, the same thing Claude Code itself does, that step is opt-in, and there is a long-lived-token-file alternative that never involcves Keychain.
ofc this is unofficial and not affiliated with Anthropic, so if they change the usage endpoint it needs an update (the parser is defensive, updates are free). macOS 13+ only. Needs a Pro or Max subscription and the Claude Code CLI logged in, it does not work with raw API keys, Bedrock, or Vertex.
It is €2.99 one-time on Gumroad with a 30-day refund. First thing I have ever shipped for sale, so I would really appreciate feedback, especially on the auth handling. Considering open sourcing and then just selling the installer and updates/support etc but as I said I'm new to this!
Scrapes Claude's undocumented API to put usage in your menu bar—fragile but useful.
Reads cookies directly; no auth dance, no Electron, pure native macOS.
Menu bar wrapper around the Claude console you already have open.
Reads Claude's local file instead of API polling — zero auth, zero network calls.
Notch pet that lives in your MacBook notch while tracking Claude token usage.
Native menu bar dots track Claude Code sessions plus browser-cookie usage limits.