AI-Powered Insights
Generate summaries and analysis of your coding sessions using Claude, Codex, or Gemini. Get daily activity digests, multi-day analyses, and recommendations — scoped by project or across everything.

Download the desktop app (recommended):
Download the latest .dmg (macOS) or .exe (Windows) from
GitHub Releases.
The desktop app is fully bundled — no CLI needed — and includes
built-in auto-update support.
Install via CLI:
curl -fsSL https://agentsview.io/install.sh | bashWindows:
powershell -ExecutionPolicy ByPass -c "irm https://agentsview.io/install.ps1 | iex"agentsview # Start serveragentsview -port 9090 # Custom portagentsview -browser # Open browser on startupagentsview reads the session files that Claude Code, Codex, Copilot CLI, Cursor, Gemini CLI, OpenCode, Amp, VS Code Copilot, OpenClaw, Pi, and iFlow leave on your machine and gives you a local-first desktop and web app to work with them. It runs locally — nothing leaves your machine.
AI-Powered Insights
Generate summaries and analysis of your coding sessions using Claude, Codex, or Gemini. Get daily activity digests, multi-day analyses, and recommendations — scoped by project or across everything.
Browse Sessions
Scroll through every session across all your projects. See the full conversation: user prompts, assistant responses, thinking blocks, and tool calls. Filter by project, agent, date, or message count.
Search Everything
Full-text search across all message content. Find that one conversation where you discussed a specific function, error message, or design decision — even months later.
Analyze Your Usage
Activity heatmaps, tool usage breakdowns, velocity metrics, per-project stats, and session distribution charts. Understand how you use agents over time.
Live Sync
Watches your session directories for changes and streams new messages in real time. Start a coding session in one window, watch it appear in agentsview in another.
Multi-Agent Support
Works with Claude Code, Codex, Copilot CLI, Cursor, Gemini CLI, OpenCode, Amp, VS Code Copilot, OpenClaw, Pi, and iFlow. Auto-discovers session directories so there’s nothing to configure.
Runs Locally
SQLite database, embedded web frontend, no cloud services, no accounts. Install the desktop app or a single binary and run it.
agentsview watches your agent session directories for changes, parses JSONL files from each agent format, and stores structured data in SQLite with full-text search indexes. The embedded web frontend provides browsing, search, and analytics over the REST API.