1 link tagged with all of: cli + cost-tracking + dashboard + ai-agents
Click any tag below to further narrow down your results
Links
AgentsView is a self-hosted tool that indexes your AI coding agent sessions into a local SQLite or PostgreSQL store and serves a web UI on localhost. It tracks token usage and compute costs across multiple agents, offers CLI commands for usage reports, and supports Docker, desktop apps, and background server modes. It also provides full-text search, analytics dashboards, and per-session or daily cost breakdowns.
- AgentsView is a self-hosted, local-first tool that indexes AI coding agent sessions (Claude, Codex, Forge, OpenCode, and 20+ others) into SQLite/DuckDB/PostgreSQL with no cloud dependency.
- The CLI's `agentsview usage` command is positioned as a replacement for ccusage, giving sub-second token/cost breakdowns by model, date, or agent.
- It supports flexible deployment (install script, Homebrew, Docker, background daemon) with production-ready configs like read-only mounts, PostgreSQL backing, and optional public exposure via `--public-url`/`--require-auth`.
- Beyond raw usage stats, `agentsview stats` adds higher-level analytics like session archetypes (quick/deep/marathon) and optional Git-linked outcomes (commits, PRs).