A lightweight macOS menu bar app that tracks your Claude API usage — cost, tokens, quota, and session analytics. Fully local.
- 💰 Real-Time Cost — Today's spend in the menu bar, updated automatically
- 📊 Rich Dashboard — Heatmaps, trend charts, model breakdowns, session browser, project analytics
- 🔔 Quota Alerts — System notification when your 5-hour window approaches the limit
- 🖥️ Multi-Device — Aggregate usage from remote machines over SSH
- 💬 Session Reader — Browse full conversations with search, highlighting, and tool call details
- 🔒 Fully Local — Parses
~/.claudeJSONL logs directly, no data leaves your machine - ⚡ Lightweight — Native SwiftUI + AppKit with C-level I/O for large log files
brew install Bengerthelorf/tap/clauditDownload the latest DMG from Releases, drag to Applications, and launch.
Claudit runs in your menu bar, showing today's API cost at a glance. Click the icon to see:
- Usage — Today's cost, token breakdown by type, estimated daily burn rate
- Quota — 5-hour and 7-day utilization with countdown to reset
Open the Dashboard for deeper analytics across six tabs: Overview, Activity, Sessions, Projects, Models, and Tools.
Aggregate usage from other machines via SSH:
- Settings → Devices → Add Device
- Enter SSH host, test connection, save
- Remote data appears alongside local data with fingerprint-based caching
See Remote Devices Guide for details.
- macOS 15.0 or later
git clone https://github.com/Bengerthelorf/Claudit.git
cd Claudit
open Claudit.xcodeprojRelease with:
./scripts/release.sh 0.0.5MIT License. See LICENSE for details.
Made by Bengerthelorf