A macOS menu bar app that shows your Claude.ai subscription usage limits at a glance.
- Download the latest release from GitHub Releases — grab
ClaudeUsage.zip - Unzip and drag
ClaudeUsage.appto your Applications folder - Open the app (first time: right-click → Open to bypass Gatekeeper since it's not code-signed)
- Click the gear icon (⚙️) in the menu bar popover to open Settings
- Paste your credentials (see below) and Save
- Choose your time display preference — show either reset time (e.g., "3:45 PM") or remaining time (e.g., "2h 15m")
- Add more accounts (optional) — click the + button in the popover to add additional Claude accounts and switch between them
That's it — your usage will appear in the menu bar within seconds.
You need two things from claude.ai:
Session Key:
- Go to claude.ai and sign in
- Open Developer Tools (
⌘⌥I) - Go to Application → Cookies →
https://claude.ai - Copy the
sessionKeyvalue (starts withsk-ant-sid)
Organization ID:
- In the same cookies list, find the
lastActiveOrgcookie - Copy its value — that's your org ID
Paste both into the Settings panel and you're good to go.
Requires macOS 13+ and Xcode 15+.
git clone https://github.com/linuxlewis/claude-usage.git
cd claude-usage
xcodebuild -scheme ClaudeUsage -configuration Release -destination 'platform=macOS' buildThe app will be at:
~/Library/Developer/Xcode/DerivedData/ClaudeUsage-*/Build/Products/Release/ClaudeUsage.app
- Uses an unofficial, undocumented Claude.ai API endpoint — may break at any time
- Credentials are stored per-account: session keys in the macOS Keychain, org IDs and account metadata in UserDefaults
- Usage refreshes every 5 minutes
- Menu bar shows the highest utilization percentage and time display (reset time or remaining time based on user preference)
- Supports multiple accounts — add, switch, and rename accounts from the popover or settings
This project is not affiliated with, endorsed by, or associated with Anthropic, PBC. "Claude" and "Anthropic" are trademarks of Anthropic, PBC. All trademarks belong to their respective owners. This is an independent, unofficial tool that uses undocumented APIs and may stop working at any time.
