A macOS menu bar app that shows your Claude Code usage in close to real-time.
Requirements: macOS 14+, Xcode (not just Command Line Tools), must be logged in via
claude login
git clone https://github.com/t9nzin/ccmeter.git
cd ccmeter
./build.sh
open CCMeter.appClick the menu bar icon to see:
- Session (5h) - rolling 5-hour usage
- Weekly - rolling 7-day usage
CCMeter reads your Claude Code OAuth token from the macOS Keychain (stored by claude login) and polls the Anthropic usage API. No credentials are stored by CCMeter itself.
Polls every 2 minutes.
The menu bar icon shows the Claude logo, which fills up circularly to reflect your current session (5h) utilization.
This app reads your Claude Code OAuth token from the macOS Keychain. Review the source before running.
