Space Walk Overview
A guided tour of the local XO Space UI served at http://localhost:5002/space/
The XO Space UI (/space/) is a zero-dependency local browser control plane shipped directly inside the xo-space daemon. It reads directly from your workspace .xo metadata and native runtime logs, providing live visibility into your files, agent tasks, git commits, multi-runtime telemetry, and 3D session replays.
The Views of Space
Project Dashboard
Visual project nodes inside five purpose environments with orbiting todo satellites and overlapping boundaries.
Files Explorer & Graph
Three lenses in one tab: operational List with project drawers, interactive Graph network, and Tree hierarchy.
Tree Lens
A horizontal visual tree of your workspace with folders as columns, stacked files, and dynamic limb sizing.
Workspace Timeline
Parallel multi-repo git commit lanes and dated artifact history flowing upward, newest at the top.
Sessions & Telemetry
Multi-runtime telemetry across Claude Code, Codex, and Cursor with honest cost reporting and turn-by-turn prompt inspection.
Space Walk 3D Session Replay
Replay coding agent sessions as moving light over Firefly Tree and Attention Terrain 3D repository maps.
Setup & Quirq State
Manage XO_PROJECTS_ROOT, file watcher coverage, write-only credentials, and inspect machine-local vs portable storage.
Accessing the Local UI
When you run curl -fsSL https://quirq.ai/install | sh (or start ./cowork-api.sh start), open:
👉 http://localhost:5002/space/
The interface binds 127.0.0.1 only, requires no authentication, and operates completely offline on your loopback interface without sending telemetry outside your machine.