Agent Session Viewer A live multi-platform session viewer — browse AI coding assistant conversations across Claude Code, Codex, Cursor, OpenCode, Hermes, Antigravity, and messaging bots (nanoclaw, openclaw, picoclaw, and friends) in a unified dark-mode UI with markdown rendering, tool call cards, fuzzy thread search, and thinking blocks. Install npx (no install required) npx agent-session-viewer Enter fullscreen mode Exit fullscreen mode Downloads and runs directly. Builds the sidebar cache on first run, then opens at http://localhost:3001 . npx agent-session-viewer --host # LAN access (phone, tablet) npx agent-session-viewer --open # auto-open browser npx agent-session-viewer --port 4000 npx agent-session-viewer --skip-cache # skip cache build Enter fullscreen mode Exit fullscreen mode Homebrew (macOS) brew tap dhruv-anand-aintech/tap brew install agent-session-viewer agent-session-viewer Enter fullscreen mode Exit fullscreen mode From source git clone…