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

OpenClaw developer builds unified memory system for AI agents
A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.
TextExpander MCP Server Lets Claude AI Access and Manage Your Snippet Library
TextExpander launched a free MCP server that connects your snippet library to Claude. Claude can list, search, create, and edit snippets in bulk, including dynamic fields like dates and dropdowns.

Rudel: Open-source analytics for Claude Code sessions
Rudel is an open-source analytics tool that analyzes Claude Code sessions, providing insights from 1,573 real sessions with 15M+ tokens and 270K+ interactions. It reveals patterns like 4% skills usage, 26% abandonment rates, and error cascade patterns.

Agent Factory: Autonomous System Builds AI Agents from Online Problem Discussions
Agent Factory is an autonomous system that scrapes Reddit, HN, GitHub, and Twitter for real problems, scores them on demand, market gap, and feasibility, then builds standalone AI agents for promising ideas. The system uses a minimal Next.js template with 7 tools and runs Claude Code headless via a shell script.