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

7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation
A developer open-sourced a 7-command Claude Code pipeline that handles SEO research, writing, optimization, and publishing. Costs $0.45/post (Perplexity API), runs in 15 min/day. Results: 18× monthly impressions in 12 months.

Socratic Prompt Generator Built as React Artifact Inside Claude
A developer built a Socratic prompt generator as a React artifact that runs inside Claude, featuring auto-detection of input complexity and three-tier prompt generation with failure mode analysis.

Browser Harness: Giving LLMs raw CDP access to self-correct browser tasks
Browser Harness strips away browser frameworks, giving LLMs direct CDP websocket access and letting them write missing tools mid-task. Demonstrated by self-inventing an upload_file() function.

Session Inspector for Claude Code provides real-time visibility into AI agent operations
Vibeyard, an open-source terminal IDE that wraps Claude Code, has added a Session Inspector feature that provides real-time visibility into Claude Code sessions with timeline tracking, cost breakdowns, tool analytics, and context window monitoring.