macOS menu bar app that tracks your Claude Code API usage in real time.
See your session and weekly limits at a glance. Know when you're running low before you hit a wall.
Claude Code doesn't show how much of your rate limit you've used. You find out when you're blocked. cliMeter fixes that — a tiny progress bar in your menu bar that stays out of your way.
- Menu bar progress bar — color-coded (green/orange/red) so you know at a glance
- Session + weekly tracking — see both the 5-hour session and 7-day usage windows
- Multi-account support — manage multiple Claude accounts, switch between them
- Auto-switch — when one account hits 95% utilization, automatically activates the next
- CLI sync — picks up
/logincredentials automatically, no manual config needed - Auto-update check — notifies you when a new version is available
brew install bezlant/tap/climeterDownload Climeter.zip from the latest release, unzip, and drag Climeter.app to /Applications.
Note: The app is not notarized. On first launch, right-click → Open, or go to System Settings → Privacy & Security → Open Anyway.
git clone git@github.com:bezlant/cliMeter.git
cd cliMeter
xcodebuild -scheme Climeter -configuration Release -derivedDataPath build
cp -R build/Build/Products/Release/Climeter.app /Applications/brew upgrade climeterNew versions are published automatically — the Homebrew cask updates on every release.
- Open cliMeter — it appears in your menu bar
- Run
/loginin Claude Code - cliMeter detects the credentials automatically
That's it. No API keys to paste, no config files to edit.
- Credentials stored in macOS Keychain (not files)
- OAuth tokens with automatic refresh
- No data leaves your machine except API calls to
api.anthropic.comandconsole.anthropic.com - No analytics, no telemetry, no tracking
- Open source — read every line
cliMeter reads the OAuth credentials that Claude Code stores in the system Keychain. It polls the Anthropic usage API every 3 minutes and displays the result. When tokens expire, it refreshes them silently. All network calls go directly to Anthropic's servers.
- macOS 14 (Sonoma) or later
- An active Claude Pro/Team/Enterprise subscription
- Claude Code CLI (for initial
/login)
MIT
