Hacker News new | ask | show | jobs
I made a free open-source SwiftUI macOS menu bar app to track Claude Code usage
2 points by onmyway133 169 days ago
Hey everyone! I've been spending some time building a little menu bar app for tracking Claude Code usage and wanted to share the initial version.

It's basically a native macOS wrapper around ccusage that gives you:

Menu bar indicator - see your usage % / tokens / cost at a glance

Dashboard - usage ring showing where you're at in your 5-hour billing period

Analytics - charts for token and cost trends over time

Activity - browse daily, monthly, or per-billing-block history

Projects - see usage grouped by project/session

Built with SwiftUI, all data stays local (just reads the JSONL files Claude Code creates).

Requires ccusage (npx ccusage) and macOS 26.

GitHub: https://github.com/onmyway133/claude-analyst

Still early days so definitely open to feedback. Thank you for checking