Free macOS Menu Bar Monitor for Claude AI Usage Limits

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
Free macOS Menu Bar Monitor for Claude AI Usage Limits
Ad

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 install
Ad

Technical 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

Ad

👀 See Also

How Mendral Cut LLM Costs by Upgrading to Opus: Triager Pattern, SQL Access, and Sub-Agent Architecture
Tools

How Mendral Cut LLM Costs by Upgrading to Opus: Triager Pattern, SQL Access, and Sub-Agent Architecture

Mendral switched from Sonnet to Opus 4.6 for CI failure analysis but reduced costs by using a Haiku triager to divert 80% of failures, giving agents SQL access to ClickHouse instead of pushing logs, and spawning cheap sub-agents to do the actual digging.

OpenClawRadar
Building a Self-Improving Knowledge System with Claude Code and Obsidian
Tools

Building a Self-Improving Knowledge System with Claude Code and Obsidian

A developer built a 25-tool system that gives Claude Code persistent memory through semantic search, knowledge graphs, and spaced repetition over an Obsidian vault. The system indexes content with bge-m3 embeddings, detects contradictions, auto-prunes stale notes, and generates Obsidian Canvas maps automatically.

OpenClawRadar
A 7-File Governance Layer to Prevent LLM Session Drift
Tools

A 7-File Governance Layer to Prevent LLM Session Drift

A developer created a governance layer with seven files to prevent Claude from silently undoing architectural decisions across sessions. The system includes active_context.md, contracts.md, and decisions.md files with a strict execution loop.

OpenClawRadar
DecisionNode: CLI and MCP Server for Semantic Decision Storage
Tools

DecisionNode: CLI and MCP Server for Semantic Decision Storage

DecisionNode is a local-only CLI and MCP server that stores structured decisions as JSON, embeds them as vectors for semantic search, and makes them accessible across AI tools via MCP. It's MIT licensed and designed to work with Claude Code, Cursor, Windsurf, Antigravity, and other MCP clients.

OpenClawRadar