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

Browser-native real-time coherence control system for Claude with SDE bands and Kalman filtering
A developer has built a real-time coherence control harness that runs entirely as a Claude artifact in the browser, treating conversation as a stochastic process with live Monte Carlo SDE paths, dual Kalman filtering, and behavioral signal detection.

Running OpenClaw and Codex CLI Natively on Android via AnyClaw APK
A developer has packaged OpenClaw and Codex CLI into an Android APK called AnyClaw, enabling the gateway and Control UI to run locally on ARM64 Android 7.0+ devices without root. The project required building dependencies from source and patching multiple components to handle Android-specific constraints.

repo-mem: Open-Source MCP Server Adds Persistent Team Memory to Claude Code
repo-mem is an open-source MCP server that adds persistent, shared memory to Claude Code sessions using SQLite and Git. It solves team isolation by storing observations in per-user databases that get committed to the repository.

NVIDIA Announces NemoClaw Agent Platform with Privacy Controls
NVIDIA has launched NemoClaw, an agent platform that lets users install Nimotron models and the Open Shell runtime with a single command while adding privacy and security controls for autonomous agents.