Docs

Everything QuorumTerm does.

QuorumTerm is an agent-native shell: a pure-Rust, GPU-rendered terminal that tiles panes like a window manager, understands which agent runs in each one, and reports it all to the Quorum notch. These pages document every feature in the current build.

Feature areas

Thirty-second tour

Launch QuorumTerm and you get a single shell pane and the sidebar. ⌘D splits the focused pane along its longer axis — keep pressing it and panes tile into a balanced BSP grid. ⌘T opens a new tab; ⌘K opens the command palette, which reaches everything else: agent mode, the worktree picker, the Git Graph, usage review, themes, and settings.

Run claude or codex (or 14 other agent CLIs) in any pane and the sidebar picks it up automatically, shows a live state dot — idle, working, or blocked — and streams the whole picture up to the Quorum notchif it's running. Nothing is configured, and nothing leaves the machine.

Ground rules

Three invariants hold across every feature documented here: pure Rust (no FreeType, HarfBuzz, Electron, or C build steps anywhere in the dependency graph), GPU-only rendering (one wgpu pipeline draws everything), and zero network (every socket is local; the only exceptions are features you explicitly point at a remote — SSH shells, Deepgram dictation, and the Tailscale remote bridge).