@gpu-cli/agentis
v0.1.6
Published
Visualize AI coding sessions as an interactive pixel-art world. Runs entirely on your machine.
Maintainers
Readme
@gpu-cli/agentis
Visualize your AI coding sessions as an interactive pixel-art world. Runs entirely on your machine.
Quick Start
npx @gpu-cli/agentisThat's it. Your browser opens to a local server that auto-discovers Claude Code transcripts from ~/.claude/projects/ and lets you visualize them instantly.
Options
npx @gpu-cli/agentis [options]
--port <number> Port to run on (default: 3456)
--no-open Don't open browser automatically
--help, -h Show helpWhat It Does
- Starts a local Next.js server bound to
127.0.0.1(localhost only) - Scans
~/.claude/projects/for Claude Code session transcripts - Presents an import screen where you can pick any session or upload files manually
- Renders the session as an explorable pixel-art world
Privacy
- All processing happens locally. No data leaves your machine.
- Server binds to
127.0.0.1only. Not accessible from the network. - No telemetry, no analytics, no tracking.
- Open source: github.com/gpu-cli/agentis
Requirements
- Node.js >= 20.11
- Claude Code sessions in
~/.claude/projects/(for auto-discovery)
Troubleshooting
Port already in use
npx @gpu-cli/agentis --port 4000No sessions found
The auto-discovery scans ~/.claude/projects/. If you haven't run Claude Code yet, use the Upload tab to import .jsonl or .json transcript files manually.
Bundle missing (development)
If running from a git clone:
pnpm build:local # Build the standalone bundle
pnpm local:run # Start the serverLicense
MIT
