AI Token Monitor: macOS Tool Tracks Local Claude Usage and Cost

AI Token Monitor: Local Claude Usage Tracking
A developer has created AI Token Monitor, a macOS menu bar application that monitors Claude AI usage by reading local session files. The tool provides real-time tracking without requiring API keys or account access.
How It Works
The app reads local Claude session files stored at ~/.claude/projects/**/*.jsonl. All data remains on the user's machine, with no information sent to external servers except for an optional leaderboard feature (opt-in) that shares aggregated daily stats only—no code or conversations.
Tracking Results from One User
After 35 days of tracking:
- 6.5M tokens consumed—equivalent to $4,924 at API pricing
- Average of 304K tokens per day across 1,000+ messages
- Model distribution: 78% Opus 4.6, 21% Haiku 4.5, 1% Sonnet 4.6
- Peak day: March 4th with 698K tokens
Features Available
- Real-time cost equivalent display in menu bar
- Daily, weekly, and monthly usage trends
- Model usage breakdown
- GitHub-style activity heatmap
- Cache hit ratio tracking (for prompt efficiency analysis)
- Optional leaderboard for comparing usage with others
Insights Gained from Tracking
The developer discovered:
- Higher Haiku usage than expected, with significant cache reads
- Most productive days didn't correlate with highest token usage
- Weekday vs weekend usage patterns differed substantially
Availability and Feedback
The tool is open source under MIT license and currently available only for macOS Apple Silicon via .dmg download. The developer is seeking feedback on additional useful stats, interest in a Windows version, and experiences with the leaderboard feature.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code user creates /discuss command for read-only conversations
A Claude Code user created a 25-line custom skill called /discuss that enables read-only conversations without file modifications. The command allows code exploration, research, and discussion while preventing edits, using the --dangerously-skip-permissions flag with built-in safety.

Forge: Open-Source Claude Code Plugin Adds Governance and Testing Gates
Forge is an open-source Claude Code plugin that adds file locking, automated test gates, and 22 governance agents to prevent collisions and drift in AI-generated code workflows. It's MIT licensed and installs via the Claude plugin marketplace.

Remark: A Markdown Annotation Tool for Claude Code Workflows
Remark is a native macOS app that lets developers annotate Markdown files inline for Claude Code review workflows. It exports annotations as JSON for the agent and integrates via a skill installed in the .claude/skills/ directory.

Open Source Claude Code Skills for Personalized Social Media Content
A developer has open sourced 13 Claude Code skills that help Claude write social media content in your own voice. The skills include context definition, strategy, creation, and analysis tools for LinkedIn, Twitter/X, Threads, and Bluesky.