agentsview
Local browsing, search and cost tracking for Claude Code, Codex and other agent sessions in one web UI
Install
curl -fsSL https://agentsview.io/install.sh | bashmacOS and Linux. On Windows use the install.ps1 script from the README.
This is third-party code. Review the repository files before installing.
What it does
agentsview discovers session logs of supported agents on the machine, syncs them into a local SQLite database and serves a web UI at 127.0.0.1:8080. You can search sessions, view analytics and token spend, and the terminal offers session lists and daily cost summaries. The server runs as a background daemon watching for new files. For teams there are PostgreSQL and DuckDB modes, and Claude and Codex sessions can be read from S3 storage.
Who it is for. For developers who use several agents and want session history and costs in one place.
Good fit when
- You need to find an old agent session by text
- You want to know token and money spend per day or per project
- You need a shared session archive across machines
Not a fit when
- You use a single agent and its built-in history is enough
- You cannot run a background server on the machine
Example request
Start agentsview and show the daily agent cost summary for the last weekLimitations
It reads local session logs that may contain code and secrets, so keep the UI on loopback unless --require-auth is enabled. In Docker only mounted agent directories are visible. Remote access through port forwarding needs --public-url.
How to disable. Stop the server with agentsview daemon stop and remove the binary or app.
Security check
- Reads agent session logs that may contain secrets
- Runs a local web server
README in short
The README starts with install via script, Homebrew and Docker, then shows the main commands: serve, daemon, session list, usage daily. It details the daemon, remote access with DNS rebinding protection, Docker runs with mounted agent directories and PostgreSQL and DuckDB modes. Cost reports are covered separately. MIT licensed.
FAQ
Is data sent anywhere?
Per the README everything stays local with no account; external storage is only used when you configure it.
Is there a desktop app?
Yes, for macOS and Windows in GitHub releases and via brew install --cask agentsview.
Related
A CLI for every Google Workspace API with JSON output and agent skills: Drive, Gmail, Calendar, Sheets and more
Local search over Markdown notes, docs and meeting transcripts: keywords, semantic search and reranking, with an MCP server
A task manager for AI-driven development: breaks a PRD into dependent tasks and guides the agent through them via MCP or CLI
Anthropic's official plugins for knowledge work roles: sales, support, product, marketing, legal, finance, data and enterprise search