muhammadomarmuhdhar/opencode-dash — explained in plain English
Analysis updated 2026-05-18
Visualize how much you're spending on opencode CLI sessions across models and providers.
See a daily activity heatmap of your coding agent usage without any account or backend.
Track token usage broken down by input, output, and reasoning tokens.
Build and host a static version of the dashboard for a team to view.
| muhammadomarmuhdhar/opencode-dash | 3imed-jaberi/cryptography-si-isamm | 3imed-jaberi/koa-isomorphic-router | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-09-25 | 2021-02-06 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires opencode CLI already installed and used locally so its SQLite database exists.
opencode-dash is a self-hosted dashboard that turns usage data from the opencode command line tool into visual charts and graphs. It reads a local SQLite database that opencode already creates on a user's machine, then shows sessions, token counts, costs, which AI models were used, and which coding agents were involved. To run it, someone installs the dependencies and runs a single command, which opens a dashboard in their web browser on localhost. The tool automatically detects whether it is running on macOS, Linux, or Windows and finds the opencode database in the right location without any manual configuration. Because everything runs locally, there is no backend server, no account to create, and no data ever leaves the user's device. The dashboard includes a calendar style heatmap of daily activity, a breakdown of which AI models were used most often shown as a pie chart, and detailed cost pages showing input, output, and reasoning token usage broken down by day, model, and provider. It is built on a tool called Evidence.dev, which turns SQL queries into a lightweight reporting website, and the final output can also be built as a static site and hosted anywhere. For anyone wanting to contribute, the README lays out the project's folder structure, the database tables opencode fills in automatically that the dashboard reads from, and step by step commands for setting up a local development copy, running tests, and building the project. The project is released under the ISC license, a short permissive license similar to MIT.
A self-hosted, local-only dashboard that visualizes your opencode CLI usage: sessions, tokens, costs, and models.
Mainly JavaScript. The stack also includes JavaScript, Node.js, SQLite.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
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.