ClaudeUsageBar
May 13, 2026 ยท View on GitHub
Track your Claude.ai usage right from your Mac menu bar!
A lightweight, open-source macOS menu bar application that displays your Claude.ai session and weekly usage limits with real-time updates and notifications.
๐ฅ Download
Download Latest Release (DMG Installer)
๐ฆ Set Up (1mn)
- Go to claude.ai/settings/usage
- Open Developer Tools (
Cmd+Option+I) โ Network tab - Refresh the page, click the "usage" request
- Copy the full "Cookie" value from the Request Headers

โจ Features
- ๐ข Real-time usage tracking - Monitor session (5-hour) and weekly (7-day) limits
- ๐จ Color-coded menu bar icon - Visual spark icon that changes color (green/yellow/red)
- ๐ Smart notifications - Alerts at 25%, 50%, 75%, 90% usage thresholds
- โจ๏ธ Keyboard shortcut - Toggle popup with Cmd+U from anywhere
- โก Auto-refresh - Updates every 5 minutes automatically
- ๐ Privacy-first - All data stored locally on your Mac
- ๐ Pro plan support - Shows weekly Sonnet usage for Pro subscribers
- ๐ฏ Menu bar only - No Dock icon, stays out of your way
๐ Quick Start
- Download
ClaudeUsageBar-Installer.dmgfrom Releases - Open DMG and drag ClaudeUsageBar to Applications folder
- Launch ClaudeUsageBar from Applications
- Set cookie from claude.ai (follow in-app instructions)
- Done! Usage appears in menu bar
๐ธ Screenshots
Menu Bar Display:
โก 45% (Green spark icon when usage < 70%)
Popup Interface:
- Session (5-hour) usage with progress bar
- Weekly (7-day) usage with progress bar
- Weekly Sonnet usage (Pro plan only)
- Settings for notifications and shortcuts
๐ Repository Structure
app/ - macOS menu bar application (Swift/SwiftUI)
website/ - Landing page (HTML/CSS)
๐ ๏ธ Build from Source
Requirements:
- macOS 12.0 (Monterey) or later
- Xcode Command Line Tools
Build the app:
cd app
chmod +x build.sh
./build.sh
Create DMG installer:
./create_dmg.sh
The built app will be in app/build/ClaudeUsageBar.app
๐ง Development
Project Structure
app/ClaudeUsageBar.swift- Main application codeapp/build.sh- Build scriptapp/create_dmg.sh- DMG installer creationwebsite/index.html- Landing page
Key Technologies
- SwiftUI - Modern macOS UI framework
- AppKit - Menu bar integration
- Carbon - Global keyboard shortcuts
- NSUserNotification - System notifications (no permissions needed)
๐ค Contributing
Contributions are welcome! Here's how you can help:
- ๐ Report bugs via Issues
- ๐ก Suggest features or improvements
- ๐ง Submit pull requests
- ๐ Improve documentation
- ๐ Translate the website
๐ License
MIT License - see LICENSE for details
โ ๏ธ Disclaimer
This app uses Claude.ai's internal API endpoints which may change without notice. It is not affiliated with or endorsed by Anthropic. Use at your own risk.
๐ Support
If you find this useful, consider:
- โญ Starring this repository
- ๐ข Sharing with others who use Claude
๐ Links
- Website: claudeusagebar.com
- Issues: GitHub Issues
- Releases: GitHub Releases
๐ Other projects
- Mediaboost - Guaranteed PR feature: Mediaboost
- CheckWorth - AI net worth estimates from LinkedIn: CheckWorth
Made with โค๏ธ for the Claude community