AI
Show HN: CC Meter, a Windows Tray Gauge for Claude Code and Codex Limits
A developer has released CC Meter, an open-source Windows tray widget designed to track Claude Code and Codex rate limits.
Key takeaways
- CC Meter is a Windows tray widget that shows how much of your Claude Code and Codex rate limits you have burned.
- The tool calculates a pace metric to show if you will hit your rate limit early.
- CC Meter has no hosted service and makes requests directly from the user's machine using local tokens.
- The tool is currently Windows-only and requires Node 20+ to build from source.
A developer has released CC Meter, an open-source Windows tray widget designed to track Claude Code and Codex rate limits. The tool displays the percentage of limits used, reset times, and a real-time pace indicator to show if a user is on track to hit their limit before the window resets. It operates locally by reading the user's local OAuth tokens and credentials to query Anthropic and the Codex CLI directly, without using a hosted service.
It helps developers manage undocumented and strict rate limits during active AI coding sessions.
By the numbers
- v1.0.4
- Version of CC Meter showing full panel usage
- 1.0x
- Pace badge meaning quota is burned exactly with clock
- 5-hour
- Claude Code usage limit window
- 10 minutes
- Maximum refresh frequency for Claude usage requests
- HTTP 429
- Rate-limit response code observed from undocumented endpoint
Turn stories like this into views
Ravenclip finds the AI news, makes the video, and posts it before attention moves on.
Common questions
- What happened with CC Meter?
- CC Meter is a Windows tray widget that shows how much of your Claude Code and Codex rate limits you have burned.
- Where can I read the original report?
- Read the full report at Hacker News.