Free macOS Menu Bar Monitor for Claude AI Usage Limits

Claude Menu Bar Monitor for macOS
A developer built a free macOS menu bar monitor for Claude AI after repeatedly hitting rate limits without warning. The tool provides real-time visibility into Claude's usage restrictions directly from your menu bar.
Key Features
- Session usage percentage with progress bar (5-hour rolling window)
- Weekly usage tracking for all models plus Sonnet-only usage
- Live reset countdowns
- Rate limit logger - when Claude locks you out, log the time and track the countdown
Installation
One-command Homebrew installation:
brew tap jeremykenedy/claude-monitor && brew install claude-monitor && claude-monitor installTechnical Details
- No API key required
- Free and open source
- Piggybacks on your existing Chrome session - nothing is stored
- GitHub repository: https://github.com/jeremykenedy/claude-swiftbar-monitor
This type of monitoring tool is particularly useful for developers who rely heavily on Claude AI for coding assistance and need to manage their usage within the platform's rate limits. By providing real-time visibility into session and weekly usage, it helps prevent unexpected interruptions during development work.
📖 Read the full source: r/ClaudeAI
👀 See Also

Prefex: A Local Proxy for Claude Code That Automates Prompt Caching and Session Memory
Prefex is a local proxy that sits between Claude Code and Anthropic's API, automatically injecting the header required for Anthropic's beta prompt caching feature. It also implements session memory to avoid resending full conversation history and includes a model router for cost optimization.

Zot Chrome Operator: Let Your Terminal AI Agent Drive the Browser via Side Panel
A Chrome extension + local bridge that lets zot, a terminal-based coding AI, control browser tabs through a `browser_action` tool. Install in two commands, no zot changes required.

Garry Tan's gstack: An Open Source AI Agent Framework for Claude Code
Garry Tan's gstack is an open source software factory that turns Claude Code into a virtual engineering team with 13 specialist slash commands for planning, design, engineering, review, QA, and release management.

Codesight CLI reduces AI coding agent token usage by scanning codebases
Codesight is a zero-dependency CLI tool that scans TypeScript, Python, and Go projects to generate compact context files, reducing Claude Code exploration tokens by 12.3× on average according to benchmarks from real production codebases.