claudit v0.0.26
claudit / claude api usage, at a glance menu bar · swiftui · macos v0.0.26 · 2026.03.25
§ 01 · overview

audit every token.

claudit is a macos menu-bar app that reads your local claude session logs and shows you the truth: today's spend at a glance, heatmaps and sessions in the dashboard, quota alerts before the 5-hour window lapses. parses ~/.claude jsonl directly — no api key, no upload, no dashboard-in-the-cloud.

↳ install v0.0.26 what it shows brew install Bengerthelorf/tap/claudit
01
reads ~/.claude directly. nothing leaves the disk.
02
group by cwd, by repo, by model, by day. filter to one project in one keystroke.
03
full transcripts — user, assistant, tool calls, diffs — rendered from the log on disk.
04
aggregate usage from remote machines over ssh. fingerprint-cached.
§ 02 · what it shows

three
views of
the same data.

your sessions are already on disk — jsonl under ~/.claude. claudit indexes them into an in-memory model and renders three views: spend, use, and sessions.

01 · spend

where the money went.

price per model × tokens × time. group by project, model, or day. tagged refunds for cache hits and cancelled streams. export csv for bookkeeping.

02 · use

how you reached for it.

which model you picked for which kind of task. which projects lean on opus. which messages got retried. per-day histograms going back as far as your logs.

03 · sessions

read a session again.

pick any session, see the full transcript — user, assistant, tool calls, diagnostics. no api call. rendered directly from the log on disk.

§ 03 · local-first

your data
stays on
your disk.

claudit is a file-reader. there is no cloud, no account, no optional "sync". if you delete the binary, nothing on the network changes — because nothing on the network exists.

read only.
no network.
no account.

  • sourcereads ~/.claude jsonl logs. never modifies them.
  • apizero calls to anthropic or anywhere else.
  • telemetryzero. no analytics, no crash pings.
  • remoteopt-in ssh aggregation. reads your logs on remote machines via your ssh config.
  • exportcsv, json — to a path you choose.
  • auditopen-source. read the code, read the parser, read the log.
swift
swiftui · appkit
mac 15+
min · menu bar native
0
views · spend · use · sessions
0
network calls · forever
§ 04 · install

audit.
locally.

macos 15 or later · apple silicon & intel · reads only · zero network