100% Local Multi-Agent Session Manager
All your AI coding sessions, visible in one place. Review conversations, track every change, and search across every agent - entirely on your machine.
Every AI session you've ever run, in one tree. Grouped by repository, color-coded by agent, with live updates as new sessions appear - all local.
Full conversation history with tool call outputs and collapsible reasoning blocks. Normalized across every agent and rendered locally.
See exactly what files were created, modified, or deleted in each session. Expand any file to view the full unified diff with syntax-highlighted additions and deletions.
Full-text search across every message, tool call, plan, and diff. Scope to one session or search everything - all local, zero network.
Per-session rich text or code notes with WYSIWYG and Monaco editors. Auto-save, perfect for review notes as you browse.
Copy the resume command with one click. Deep-link to any step via URL hash for sharing.
Zero writes to agent databases. Every connection opens read-only - enforced at open time. Nothing leaves your machine, period.
One binary, two commands, and you're set.
$ curl -LO https://github.com/stevencrawford/omnivue/releases/latest/download/omnivue_darwin_$(uname -m).zip
$ unzip -o omnivue_*.zip && sudo mv omnivue /usr/local/bin/
$ omnivue init
omnivue: scanning for AI agent sessions...
omnivue: found 6 source(s):
[opencode] /Users/user/.local/share/opencode (14 sessions)
Add this source? [Y/n] Y
Added.
[copilot] /Users/user/.copilot (8 sessions)
Add this source? [Y/n] Y
Added.
[cursor] /Users/user/.cursor (12 sessions)
Add this source? [Y/n] Y
Added.
[pi] /Users/user/.pi/agent/sessions (5 sessions)
Add this source? [Y/n] Y
Added.
[claude-code] /Users/user/.claude (9 sessions)
Add this source? [Y/n] Y
Added.
[codex] /Users/user/.codex (3 sessions)
Add this source? [Y/n] Y
Added.
$ omnivue
omnivue: server started at http://localhost:6275 (pid 9876)
A single binary with an embedded web app. Download, run, done. No Node.js, no Docker, no database servers.