ClaudeMeter: Open-Source macOS Menu Bar App for Real-Time Claude Usage Tracking

ClaudeMeter is a macOS menu bar application that provides real-time usage tracking for Claude Max subscribers. It eliminates the need to check usage through a web browser, allowing developers to monitor their Claude consumption without interrupting their current work.
Key Features and Functionality
The app displays several metrics directly in the macOS menu bar:
- Session usage percentage and time until reset
- Weekly usage percentage and time until reset
- Indicator showing whether you're ahead or behind your expected pace
Development Details
The entire application was built using Claude AI tools. According to the developer:
- Claude (Claude Code/Opus) wrote essentially all the code
- Claude generated the Swift application code
- Claude created the Supabase backend implementation
- Claude wrote the Edge Functions
- The developer primarily directed the development process and performed testing
Setup Requirements
To use ClaudeMeter, users need:
- A free license key (takes approximately 30 seconds to obtain)
- Your Claude session key
The application is completely free and open-source, available on GitHub. The developer specifically notes they are not selling anything and welcomes feedback via email at [email protected].
This type of utility tool is particularly useful for developers who rely heavily on Claude for coding tasks and need to monitor their usage quotas without context switching. Menu bar applications on macOS provide convenient, persistent access to information without disrupting workflow.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Swarm: Open-Source System for Running Thousands of Parallel AI Agents
Open Swarm is an open-source system that spawns thousands of parallel AI agents with full access to 150+ internet tools including email, social media, Google Workspace, web search, code execution, and cron scheduling.

Need MCP Server Provides Semantic Tool Discovery for AI Agents
An MCP server called Need enables semantic search over 10,000+ tools from brew, npm, pip, and cargo. When an agent requests a task like 'compress these PNGs,' it finds pngquant, installs it, runs it, and reports back on success.

CogniLayer: An MCP Server for Persistent Memory in Claude Code
CogniLayer is an open-source MCP server that provides Claude Code with persistent memory across sessions using a SQLite database with FTS5 full-text search and vector embeddings. It solves the problem of Claude forgetting project context between sessions.

HomeClaw Plugin Connects Apple HomeKit to OpenClaw
HomeClaw is an OpenClaw plugin that connects Apple Home/HomeKit devices to OpenClaw. It requires an Apple Developer Account to build and run due to Apple HomeKit restrictions for notarized distributions.