Claude Code usage and live system status in your macOS menu bar.
Available in English and Spanish / Disponible en inglés y español.
ClaudeUsageBar shows your Claude Code usage and the live Claude system status in the macOS menu bar.
- Usage — current session (5h) and weekly limits with reset times
- System status — live status for Claude Code and Claude API from status.claude.com, updated every 5 minutes
- Incident alerts — macOS notifications when a new incident is detected (toggle in menu)
- Badge icon — red dot on the menu bar icon when there is an active incident
Open it once, keep it in the menu bar, and check your usage without opening Claude settings.
- macOS 13+
- Claude Code with a Pro or Team subscription
Download ClaudeUsageBar.dmg from the latest release, open it, and drag ClaudeUsageBar.app to Applications.
Open the app once. It configures Claude Code automatically.
Restart Claude Code, then send any message. The menu bar percentage updates after Claude Code returns usage data.
If you already have a custom Claude Code statusLine, the app will not overwrite it.
Unsigned local builds may require right-click → Open. Public releases should be signed and notarized.
Add the app to Login Items so it launches automatically:
System Settings → General → Login Items → + → select /Applications/ClaudeUsageBar.app
If you already have a custom statusLine script, the app won't overwrite it. Add this snippet to your existing script:
# claude-usage-bar state update
USAGE_BAR="/Applications/ClaudeUsageBar.app/Contents/MacOS/ClaudeUsageBar"
if [ -x "$USAGE_BAR" ]; then
cat | "$USAGE_BAR" --statusline >/dev/null
printf '%s\n' "$your_existing_output"
fiFor maintainers:
bash build.shThe build writes:
dist/ClaudeUsageBar.appdist/ClaudeUsageBar.dmg
Set CODE_SIGN_IDENTITY to sign with a Developer ID certificate. Without it, the app is ad-hoc signed for local testing.
Quit ClaudeUsageBar, delete it from Applications, and remove the statusLine entry from ~/.claude/settings.json.
MIT
Independent project. Not affiliated with, endorsed by, or sponsored by Anthropic, Claude, or Claude Code.
