SpaceXAI Open-Sources Grok Build Coding Agent
On July 15, 2026, SpaceXAI open-sourced Grok Build—its terminal coding agent and TUI—on GitHub (xai-org/grok-build), publishing the agent loop, tools, terminal UI, and extension system so developers can inspect, extend, or run the harness fully local-first.
TLDR
SpaceXAI on July 15, 2026 open-sourced Grok Build, the coding agent and terminal UI that pairs with Grok models. Source is on GitHub at xai-org/grok-build. The release covers the agent loop (context assembly, response parsing, tool-call dispatch), tools (read/edit/search/run), the TUI (rendering, plan review, inline diffs), and the extension system (skills, plugins, hooks, MCP servers, subagents)—enabling local-first runs pointed at local inference via config.toml.
What was published
From the primary “Grok Build is Now Open Source” post (x.ai/news):
- Why open-source: Transparent harness for reliability; definitive reference for how skills/plugins/hooks/MCP/subagents load and invoke; community extension path.
- Local-first: Compile yourself, point at your own inference, drive configuration from
config.toml. - Product continuity: Closed Grok Build install path remains (
x.ai/cli); open source is the harness mirror, not a deprecation of the hosted agent.
This is distinct from the July 8 Grok 4.5 model launch: same ecosystem, different surface—agent runtime rather than model weights or API tiers.
Why this story matters
Frontier labs increasingly compete on harnesses as much as base models. Opening Grok Build puts SpaceXAI in the same conversation as Claude Code / Codex-style agent tooling, but with inspectable dispatch logic—useful for enterprises that refuse black-box agent loops and for researchers measuring tool-call reliability independent of model quality.
Sources
- SpaceXAI: “Grok Build is Now Open Source” (July 15, 2026) — x.ai/news/grok-build-open-source
- GitHub: xai-org/grok-build
Featured Image Alt Text
Engraved terminal window and open-source fork motif for SpaceXAI Grok Build GitHub release.
Tags
SpaceXAI, xAI, Grok Build, Open Source, Coding Agents, TUI, MCP, July 15