BSP splits
Cmd+D drops a new pane into the largest rectangle, split along its longer axis. Tile a dozen agents without reaching for the mouse.
v0.4.0 · public beta·Apple Silicon only
QuorumTerm is an agent-native shell for Claude Code and Codex. It tiles panes the way a tiling WM does, tracks what every session is doing, and reports it straight up to the Quorum notch.

01 / Features
Most terminals are dumb pipes. QuorumTerm understands that each pane is probably an agent doing something — and makes that state legible, both in the window and up in the notch.
Cmd+D drops a new pane into the largest rectangle, split along its longer axis. Tile a dozen agents without reaching for the mouse.
Every pane pushes its working dir, title, foreground process, and unseen-output flag to Quorum on a local socket — about once a second, fire-and-forget.
16 agent CLIs recognized — claude, codex, gemini, cursor, and more — with idle, working, and blocked derived live from each pane. The sidebar shows every agent with a state dot.
The notch focuses the exact pane behind any notification. ⇧⌘J steps through the queue and lands your cursor in the right session.
Every command, fuzzy-filtered — modes, tabs, overlays, notes.
GitUp-style swim-lane history, full screen, in the terminal.
⌘⇧W picker plus per-project up/down scripts, one pane each.
⌘⇧V records, Deepgram transcribes, the text lands in the pane.
Mirror the terminal to your phone over Tailscale. Approve from anywhere.
Layout survives restarts; claude and codex panes resume their sessions.
Query panes as JSON, split, focus, send keys — from scripts and hooks.
Sixel, iTerm, and kitty images. Cross-cell ligatures. OSC 8 links.
Themes, pane notes, drag & drop, hook metadata, SSH panes… every feature, documented.
Read the docs02 / Protocol
QuorumTerm and the Quorum notch talk over a loopback socket — nothing leaves the machine. The terminal streams state up; the notch sends focus and spawn commands back down.
Streams up, ~1×/sec
Commands back down
No notch running? QuorumTerm still works — pushes just drop silently, and the terminal runs like any other.
03 / Ecosystem
QuorumTerm is where the work happens — every agent gets a pane. Around it, a small family of native tools that speak the same local protocol. Quorum, the notch companion, watches every session from the top of your screen.
The agent-native terminal. BSP splits, per-pane progress and bells, and a state feed every other tool in the ecosystem reads from.
The menu-bar agent that turns your notch into a live command surface — approvals, usage, and every QuorumTerm session, visible without changing windows.
The protocol is the product. Tools that read local agent state and surface it natively — without a single packet leaving your machine.
04 / Manifesto
QuorumTerm is built for developer machines, not data centers. It treats the Mac as a first-class operating environment — quirks, notch, launchd, and all — and refuses the usual web-app shortcuts.
sent off-device
Pane state, progress, and bells travel over a loopback socket to the notch. Nothing crosses the network, ever.
GPU renderer
A native GPU pipeline draws the grid. No web view, no Electron, no compositor lag — even with a dozen panes streaming.
state feed
Every pane pushes its working dir, title, foreground process, and unseen-output flag up to the notch — fire-and-forget.
BSP splits
New panes drop into the largest rectangle, split along its longer axis. The layout stays balanced as agents come and go.
05 / Download