Tokenmeter: Free Windows App to Track Claude Code Token Usage Offline

Tokenmeter is a small desktop app that reads the local .jsonl files Claude Code writes to your machine and presents usage metrics in a dashboard. No API keys, no accounts — it reads data directly from %USERPROFILE%\.claude\projects\. Completely offline.
Key Features
- Total tokens + estimated cost across all sessions
- 14-day daily activity chart
- 90-day GitHub-style heatmap
- Peak hours — the developer found their peak usage at 11am and 3pm
- Cache savings — shows what you'd have paid without prompt caching. One user reported ~$284 saved.
- 30-day cost projection based on 7-day average
- Per-project breakdown with sparklines
- Pixel creature that idles in the corner and does a dance on first load
Tokenmeter is free, open source, and available for Windows x64 on GitHub: https://github.com/DewashishCodes/tokenmeter.
📖 Read the full source: r/ClaudeAI
👀 See Also

Local Behavioral Monitoring System with MCP Pipeline and Claude Code
A developer built a local behavioral monitoring system called BRAIN that tracks app switches, file operations, and dev sessions, piping data through a custom MCP server to Claude Code. The system runs 100% locally with zero cloud dependency.

Two Months with GitHub's Spec-Kit and Claude Code: What Works, What Doesn't
A developer shares practical notes on using GitHub's Spec-Driven Development toolkit with Claude Code, covering the five-phase workflow, drift issues, overhead trade-offs, and setup tips.

WeAreHere Browser Extension and MCP Tools Scan Website Privacy Practices
Two open-source tools—barebrowse and wearehere—scan websites for trackers, fingerprinting, and data broker connections. The wearehere browser extension shows real-time privacy scores (0-100) as you browse, while MCP servers enable AI assistants to assess any site on command.

Claude Review: IntelliJ Plugin for Real-Time Code Review with Claude Code
Claude Review is an open-source IntelliJ plugin that automatically reviews code changes on every file save using Claude Code. It sends unstaged git diffs to Claude with customizable prompts and displays findings as native IntelliJ annotations.