Grok Build
xAI's coding agent CLI, Apache-licensed and Rust-fast
What it is
A fullscreen, mouse-interactive terminal harness (written in Rust) that understands a codebase, edits files, runs shell commands, searches the web, and manages long-running tasks — interactively or headless. Supports the Agent Client Protocol.
Why it's interesting
A frontier-lab coding CLI under a true OSI license, in direct contrast to Claude Code's all-rights-reserved terms. The nuance: the license is open, but development is closed — external pull requests are not accepted.
Use cases
- Agentic coding in the terminal against the Grok API
- Headless agent runs in CI and scripts
Who it's for
Developers, especially those already on xAI's API
Setup
Easy. Installer from x.ai/cli or build from source with Rust; an xAI API key
Limitations & cautions
Effectively locked to xAI models; telemetry on by default; the usual agentic-CLI caution about arbitrary shell execution applies.
Editorial takeaway
Open source as a distribution strategy rather than a community project — worth knowing the difference, and still one of the most interesting Rust TUIs shipping today.