Free macOS Menu Bar App Shows Real-Time Claude Usage Stats via SQLite Cookie Decryption

Claude Usage Tracker is a free macOS menu bar app that shows real-time Claude usage stats — including session percentage, weekly limit, monthly spend, and routine runs — without requiring an API key or manual token setup.
How It Works
The app reads Claude desktop app's encrypted SQLite cookie database, decrypts the session key via macOS Keychain, then hits Claude's internal usage API. Everything stays local — no data is sent anywhere.
Features
- Live session % in menu bar with color changes (green → yellow → red) as you approach limits.
- Dropdown shows: session reset countdown, weekly %, monthly spend vs budget, routine runs (x/5), and design limit %.
- Local web dashboard at
localhost:8080with charts and CSV export. - Auto-syncs every 2 minutes by reading Claude desktop app session.
- Notifications at 25%, 50%, 75% session usage.
Setup
Three commands:
git clone https://github.com/divaaker/claude-usage-tracker
cd claude-usage-tracker
pip3 install -r requirements.txt && cp override.example.json override.json && bash run.sh
Requirements
macOS only (uses Keychain + rumps menu bar framework). The source is open for forks and PRs — the author welcomes auto-launch on login or a notification center widget contributions.
📖 Read the full source: r/ClaudeAI
👀 See Also

AlterSpec v1.0: Runtime Policy Enforcement for AI Agents
AlterSpec v1.0 is an open-source runtime enforcement engine that sits between AI agents and their tools, evaluating actions against YAML-defined policies before execution. It provides allow/deny/review decisions, cryptographic policy signing, and audit logging.
Claude Prototypes Real Estate Analysis App in 3 Hours Using Live Zillow Data via clawhub
A developer used Claude with the zillow-full clawhub tool to build a rental cash flow analysis app — pulling live Zillow API data, prototyping the UI around real JSON responses, and delivering a working prototype in one afternoon.

ZSE: Open-source LLM inference engine with 3.9-second cold starts
ZSE is an open-source LLM inference engine that reduces 32B model memory requirements from 64GB to 19.3GB VRAM and achieves 3.9-second cold starts for 7B models using a pre-quantized .zse format with memory-mapped weights.

Claude Code v2.1.166: Fallback Models, Glob Deny Rules, Cross-Session Hardening
Claude Code v2.1.166 introduces up to 3 fallback models, glob pattern support in deny rules, hardened cross-session messaging, and fixes for terminal flickering, orphaned processes, and more.