Free macOS Menu Bar App Monitors Claude Usage in Real-Time

What It Is
A developer has created a free macOS menu bar application that monitors Claude AI usage in real-time. The entire project was built in a single Claude Code session using the Opus model, demonstrating the capabilities of AI-assisted development for creating functional desktop applications.
Key Features
- Usage Monitoring: Displays 5-hour and 7-day session usage bars directly in the macOS menu bar
- Context Window Tracking: Shows context window fill percentage with auto-compact threshold
- Notifications: Alerts users when approaching usage limits
- Global Hotkey: Keyboard shortcut to toggle the panel
- Monochrome Mode: Option for simplified display
- Native Implementation: Built with SwiftUI using Liquid Glass on macOS Tahoe
- Localization: Supports both French and English languages
- No Account Required: Only needs your existing Claude login
Development Details
The app was created entirely within Claude Code using the Opus model. The developer completed the entire project in one session, generating and iterating on multiple components live including:
- SwiftUI application framework
- OAuth integration for authentication
- Context window monitoring system
- Notification implementation
- Localization setup
- Landing page creation
- DMG packaging for distribution
Availability
The application is free, open source, and available for download. No additional accounts are required beyond your existing Claude login credentials.
Website: https://jeremy-prt.github.io/claude-usage-mini
GitHub Repository: https://github.com/jeremy-prt/claude-usage-mini
📖 Read the full source: r/ClaudeAI
👀 See Also

Mind Keg MCP: Persistent Memory for Claude Code and MCP-Compatible Agents
Mind Keg MCP v0.1.1 is an open-source MCP server that provides persistent memory for Claude Code and other MCP-compatible agents. It stores learnings locally via SQLite and retrieves them via semantic search, allowing AI coding assistants to remember context between sessions.

Roost: A Single-Go-Binary Sidebar for Claude Code with Clickable Prompt History, File Tree, and Notifications
Roost is a single Go binary that adds a web-based sidebar to Claude Code: xterm.js terminal backed by tmux, file tree that follows your cd, clickable prompt history from ~/.claude/projects/*.jsonl, and push notifications via Claude Code's Stop hook. Run over SSH as single-user-per-instance; no build step on the frontend.

Lightpanda: Open-source headless browser for LLM agents with native MCP server and markdown output
Lightpanda is an open-source headless browser designed for LLM-powered agents that uses 16x less memory than Chrome (215MB vs 2GB) and completes web crawling benchmarks in 5 seconds instead of 47 seconds. It provides native markdown output, semantic tree with interactivity detection, and a built-in MCP server.

LocalSynapse MCP Server Enables Claude to Search Local Documents Offline
LocalSynapse is an MCP server that indexes and searches inside local documents (Word, Excel, PowerPoint, PDF) using hybrid BM25 + AI semantic search. Everything runs locally with no cloud or API keys required.