Check how much a Claude Code session has cost so far while it is still running.
See a calendar view of daily token usage or spending across past sessions.
Review which tool calls an AI agent made and whether they were approved or rejected.
Replay the full timeline of one coding session from prompt to final result.
| openwong2kim/wlog | 12vault/ravel | alexremn/finalizer-doctor | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | Go | Go | Go |
| Setup difficulty | easy | easy | easy |
| Complexity | — | 2/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Reads transcript files Claude Code already writes locally, no account or external service is required.
Wlog is a small local dashboard that shows what your Claude Code AI coding sessions have actually been doing: how many tokens they used, how much they cost, and which tools they called and whether those calls were approved or rejected. It reads the session history that Claude Code already writes to a folder on your own computer, so there is nothing to send anywhere else. The tool ships as a single program with no installer steps beyond copying it to your machine. Running it starts a small local web server with a built in interface, and your past sessions appear immediately with no setup required. There is also an optional live mode: turning on OpenTelemetry, a standard way of streaming activity data, adds real time updates while a session is running and shows whether each tool call was accepted or rejected and by what source. The dashboard has six screens. A Now screen shows the current session's cost and active tool call as it happens. A Daily screen shows a calendar style grid, shaded by how much was spent or how many tokens were used each day. A Cost and Tokens screen shows spending over time and a breakdown by model. A Sessions screen lists every past session with its cost, duration, and token totals. A Tools screen summarizes how often tool calls were approved or rejected. A Timeline screen shows the full sequence of events within one session, from the prompt through each tool call and its result. The README contrasts this with heavier options like sending the same data to a cloud monitoring service or running a stack of several separate programs together just to view usage charts. Wlog is meant to be simpler: install one file and see a working dashboard within a few minutes. It can be installed with the Go programming language's install command, or by downloading a prebuilt file from the project's releases page. A separate desktop app version is also available, built with the Tauri framework, which bundles the same program inside a normal windowed application.
A local dashboard that shows the token usage, cost, and tool decisions from your Claude Code AI coding sessions, with no cloud service or extra setup.
Mainly Go. The stack also includes Go, SQLite, Tauri.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.