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

Query Your Jira Sprint Via Claude MCP: Instant Status, Unassigned Issues, and Blocked Items
A Reddit user connected Jira to Claude via MCP, then asked plain‑language questions about their sprint and got instant clean tables — no clicking through boards.

HolyCode: Docker Container for Persistent AI Coding Agent Environments
HolyCode is a Docker container that provides a persistent development environment for AI coding agents, keeping sessions, settings, and plugins across rebuilds. It includes preconfigured browser tooling for agent workflows and supports Claude, OpenAI, Gemini, and other providers through OpenCode.

Microsoft BitNet: 1-bit LLM inference framework for CPU and GPU
Microsoft released BitNet, an inference framework for 1-bit LLMs that achieves 1.37x to 6.17x speedups on CPUs and reduces energy consumption by 55.4% to 82.2%. It can run a 100B parameter model on a single CPU at 5-7 tokens per second.

Baton: A Desktop App for Managing Multiple AI Coding Agents
Baton is a desktop application that helps developers manage multiple AI coding agents across isolated workspaces. It provides real terminal sessions, git worktree isolation, and status monitoring for agents like Claude Code, Codex CLI, OpenCode, and Gemini CLI.