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

✍️ OpenClawRadar📅 Published: February 28, 2026🔗 Source
ClaudeMeter: Open-Source macOS Menu Bar App for Real-Time Claude Usage Tracking
Ad

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
Ad

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

Ad

👀 See Also

How Mendral Cut LLM Costs by Upgrading to Opus: Triager Pattern, SQL Access, and Sub-Agent Architecture
Tools

How Mendral Cut LLM Costs by Upgrading to Opus: Triager Pattern, SQL Access, and Sub-Agent Architecture

Mendral switched from Sonnet to Opus 4.6 for CI failure analysis but reduced costs by using a Haiku triager to divert 80% of failures, giving agents SQL access to ClickHouse instead of pushing logs, and spawning cheap sub-agents to do the actual digging.

OpenClawRadar
Benchmarking Nemotron 3 Super 120B with 1M token context on M1 Ultra
Tools

Benchmarking Nemotron 3 Super 120B with 1M token context on M1 Ultra

A user tested Nemotron 3 Super 120B with a Q4_K_M quantized model using llama.cpp on an M1 Ultra, achieving a 1 million token context window that consumed approximately 90GB of VRAM. Performance benchmarks show token generation speeds ranging from 255 t/s at 512 prompt processing down to 22.37 t/s at 100,000 token context.

OpenClawRadar
Maestro v1.5.0 adds Claude Code support for multi-agent orchestration
Tools

Maestro v1.5.0 adds Claude Code support for multi-agent orchestration

Maestro v1.5.0, an open-source multi-agent orchestration platform, now runs as a native plugin on Claude Code in addition to Gemini CLI. The update includes deeper design planning, a 42-step orchestration backbone, agent capability enforcement, and security hardening.

OpenClawRadar
cxt: A CLI/TUI Tool to Aggregate Code Files into One Clipboard Block for Claude
Tools

cxt: A CLI/TUI Tool to Aggregate Code Files into One Clipboard Block for Claude

cxt aggregates entire directories and specific files into a single clipboard-ready block with XML tags and file paths, making it easier for Claude to understand your codebase context.

OpenClawRadar