xAI drops its own coding agent, and it lives in your terminal
Everyone with a frontier model now wants a coding agent that runs in the terminal. Anthropic has Claude Code, OpenAI has Codex, Google has Gemini CLI. As of this week, xAI has Grok Build, and it walked straight onto Hacker News.
Grok Build is a full-screen terminal UI that does the now-standard loop: it reads your codebase, edits files, runs shell commands, searches the web, and manages long-running tasks without you babysitting each step. It ships prebuilt binaries for macOS, Linux and Windows, runs headless for CI and scripting, and speaks the Agent Client Protocol so editors can drive it. First-party code is Apache 2.0, though the repo is a periodic mirror of xAI's internal monorepo, so don't expect your pull requests to land.
The interesting part isn't any single feature, it's who's shipping it. The repo lives under the org that SpaceX folded xAI into after swallowing Cursor earlier this year, and this is the first time that combined entity has put a serious developer-facing agent in the open. Grok has always been strong at raw reasoning; the question was whether xAI could package it into a tool developers actually keep open in a second terminal tab all day. Grok Build is the answer, or at least the opening bid.
For anyone building on top of coding agents, this is one more harness to study and one more model to route to. The terminal agent has quietly become the default interface for serious AI-assisted engineering, and now all four big labs have planted a flag there. The differentiation from here won't be the loop, everyone has the loop. It'll be the model underneath and how little it fumbles on a long task.
Grab it at https://github.com/xai-org/grok-build
← Back to all articles
Grok Build is a full-screen terminal UI that does the now-standard loop: it reads your codebase, edits files, runs shell commands, searches the web, and manages long-running tasks without you babysitting each step. It ships prebuilt binaries for macOS, Linux and Windows, runs headless for CI and scripting, and speaks the Agent Client Protocol so editors can drive it. First-party code is Apache 2.0, though the repo is a periodic mirror of xAI's internal monorepo, so don't expect your pull requests to land.
The interesting part isn't any single feature, it's who's shipping it. The repo lives under the org that SpaceX folded xAI into after swallowing Cursor earlier this year, and this is the first time that combined entity has put a serious developer-facing agent in the open. Grok has always been strong at raw reasoning; the question was whether xAI could package it into a tool developers actually keep open in a second terminal tab all day. Grok Build is the answer, or at least the opening bid.
For anyone building on top of coding agents, this is one more harness to study and one more model to route to. The terminal agent has quietly become the default interface for serious AI-assisted engineering, and now all four big labs have planted a flag there. The differentiation from here won't be the loop, everyone has the loop. It'll be the model underneath and how little it fumbles on a long task.
Grab it at https://github.com/xai-org/grok-build
Comments