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

Pixel Agents: 24 Specialized Claude Agents for Code, Site, and Resume Reviews
Pixel Agents is a collection of 24 task-specific AI agents built on Claude Sonnet 4.6 API, each with tuned personalities and structured JSON output. The system includes code review, site analysis, resume critique, and startup evaluation agents that provide direct feedback.

Claude Code skill combines DeepMind Aletheia and Anthropic harness approaches
A Claude Code skill implements a Planner→Generator→Evaluator→Reviser pipeline that synthesizes DeepMind's Aletheia math research agent with Anthropic's multi-agent coding architecture, adding blind pre-analysis where the evaluator reasons about correct approaches before seeing candidate code.

Workflow orchestrator with AI CLI integration for sysadmin tasks
A developer built a file-based workflow orchestrator called 'workflow' that integrates with Claude Code, Codex CLI, and Gemini CLI. It generates, updates, fixes, and refines YAML workflows from natural language descriptions for sysadmin tasks.

Wisepanel MCP Server Enables Multi-LLM Deliberation in Claude Code and Cursor
Wisepanel released an MCP server that runs multi-agent deliberations directly from Claude Code, Cursor, or any MCP client, using a divergent context enhancement system with ChatGPT, Claude, Gemini, and Perplexity models.