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

Three Repositories for RAG and AI Agent Development
A Reddit post highlights three repositories for developers building with RAG and AI agents: memvid for agent memory, llama_index for RAG pipelines, and Continue for coding assistants. The author notes that pure RAG works best for knowledge retrieval, while memory systems are better for agents, with hybrid approaches being common in real tools.

OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
OMAR is a terminal-based dashboard that lets you manage swarms of coding agents (Claude Code, Codex, Cursor, Opencode) in hierarchical orgs. Built on tmux. Features agent-managing-agent hierarchies, heterogeneous backends, and Slack integration.

Running OpenClaw in an Isolated Micro-VM with Void-Box
OpenClaw can be run as a service inside an isolated micro-VM using Void-Box, a capability-bound runtime that executes workflows in KVM micro-VMs, providing a clean execution boundary without container runtime involvement.

LogClaw: Open-Source AI SRE for Auto-Ticketing from Logs
LogClaw is an open-source log intelligence platform that runs on Kubernetes, ingests logs via OpenTelemetry, detects anomalies using signal-based composite scoring, and automatically creates tickets with root cause analysis in about 90 seconds.