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

Weejur: A Simple UI Front-End for GitHub Pages Publishing
Weejur is a free tool that provides a simplified UI for publishing websites via GitHub Pages, allowing users to paste HTML or upload files after OAuth login.

Building CLIs for AI Agents: Design Principles from Google's gws CLI
Google's gws CLI demonstrates how to design command-line interfaces specifically for AI agents, prioritizing raw JSON payloads over human-friendly flags and implementing safety rails against hallucinations.

Printable Claude Code Cheat Sheet with Weekly Auto-Updates
A developer created a one-page printable cheat sheet for Claude Code using Claude itself, covering keyboard shortcuts, slash commands, workflows, skills system, memory/CLAUDE.md, MCP setup, CLI flags, and config files. The HTML file is auto-updated weekly via cron job with new features tagged as 'NEW'.

Council: A Structured Dialogue Framework for Claude
Council — A Crucible is a structured dialogue framework that runs inside a single Claude context window, using persona framing to produce four distinct modes of engagement: rigorous interrogation, generative action, lived experience, and unformed intuition.