A menu bar app that displays your Claude usage in real-time.
- Specifically designed for Claude Pro and Max usage tracking
- Shows current session usage percentage in the menu bar
- Displays weekly usage limits (all models and Sonnet-only)
- Shows extra usage spending and remaining balance
- Color-coded icon: green (< 80%), orange (80-95%), red (> 95%)
- Native notifications at 80% and 95% usage thresholds
- Auto-refresh every 5 minutes (with manual refresh option)
- Optional auto-start on login
Unlike other usage trackers, this app loads the actual "Claude usage" web page under the hood to get accurate usage data.
Download the latest release for your platform from the Releases page.
- Download
claude-usage-bar_x.x.x_aarch64.dmg(Apple Silicon) orclaude-usage-bar_x.x.x_x64.dmg(Intel) - Open the
.dmgand drag the app to Applications - On first launch, right-click the app and select "Open" to bypass Gatekeeper
- Download
claude-usage-bar_x.x.x_x64-setup.exe - Run the installer
- Download
claude-usage-bar_x.x.x_amd64.deb(Debian/Ubuntu) orclaude-usage-bar_x.x.x_amd64.AppImage - Install the package or run the AppImage
- Node.js (v18+)
- Rust
- Platform-specific dependencies: see Tauri prerequisites
npm install
npm run tauri buildThe built app will be in src-tauri/target/release/bundle/.
The app opens a hidden browser window to log into claude.ai and scrapes usage data from the settings page. Your credentials are handled by the browser and are never stored or transmitted by the app.
