Multi-tab terminal host for Grok Build. Real PTY sessions, two-way Grok Voice, manager control plane. MCP-ready.
Recommended for macOS
Download the app
Notarized GrokTerm.app — own window, Dock icon. Drag to Applications.
Always the latest release (v0.1.24). First open: right‑click → Open if Gatekeeper asks.
CLI install
One-liner
Installs grokterm to ~/.local/bin. Auto-detects your OS & CPU.
curl -fsSL https://raw.githubusercontent.com/daniel-farina/grokterm-releases/main/install.sh | bash
Then run grokterm · grokterm --voice · grokterm --grok
Or download the CLI tarball
Linux binary
Pick your architecture. Extract and put grokterm on your PATH.
Links point at the latest release assets when available.
Recommended for Windows
Download the app
Native window build. Unzip and run GrokTerm-App.exe (or install via the zip contents).
Asset: grokterm-app-*-x86_64-pc-windows-msvc.zip · tag v0.1.24
CLI only
Windows CLI zip
Console grokterm.exe for terminal use. Unzip and put on your PATH.
Asset: grokterm-*-x86_64-pc-windows-msvc.zip
Latest release: v0.1.24
What it does
A terminal built around Grok Build, not a generic multiplexer.
▮Multi-tab PTYs
Shell and Grok Build sessions side by side, with readiness-aware delegation between them.
◉Grok Voice
Two-way voice dispatcher with tools for opening tabs, delegating work, closing tabs and changing settings.
▸Manager control plane
A manager panel that drives the whole host: type help, or let voice drive the same tools.
◫Project folders
Named workspaces under ~/Projects/<slug> instead of dumping everything in bare ~.
↺Session restore
Tabs reopen on launch; Grok tabs come back via grok --resume <session-id>.
⇪Auto-update
Checks GitHub Releases at startup, with optional auto-install of the CLI tarball or DMG.
⊞Layout & themes
Tab bar on any edge, themes, rename tabs, host-level text selection with Shift.
🖱Real mouse support
Chrome clicks always work; SGR mouse events pass through only when the child app asks for them.
🎚Echo protect
The mic is gated while GrokTerm speaks, with local barge-in so you can interrupt it.
Keys
Everything is one chord away.
Requirements
◇macOS · Linux · Windows
Native app on macOS and Windows; CLI on macOS, Linux, and Windows x86_64.
◇Grok Build
Optional, at ~/.grok/bin/grok — needed for Grok tabs and delegation.
Config lives in ~/.grokterm/config.json, workspace state in
~/.grokterm/workspace.json, logs in ~/.grokterm/grokterm.log.