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

CLAUDE.md: Drop-in file reduces Claude output tokens by 63%
CLAUDE.md is a single file that cuts Claude output verbosity by approximately 63% without code changes. It targets sycophancy, verbosity, and formatting noise in Claude's responses.

GLM 5 on Mac M3: Performance Observations for Agentic Coding
A user reports running GLM 5 via MLX 4-bit quantization on a Mac M3 with 512GB RAM, finding it usable for agentic coding with context under 50k tokens but noting significant slowdowns beyond that threshold.

NEXUS: An Open Source Agent Coordination Layer for OpenClaw
NEXUS is a coordination layer built on OpenClaw that enables AI agents to discover each other, delegate tasks, and handle micro-payments. It includes an agent registry, capability-based discovery, trust scores, and uses Google's A2A protocol and Anthropic's MCP.

How to Move or Rename Claude Code Project Folders Without Losing Session History
Claude Code stores session history using absolute project paths, so moving or renaming folders with mv breaks session access. The clamp tool fixes this by migrating session data to match new paths.