SAN FRANCISCO — SpaceXAI is throwing open the hood on one of its fastest-growing developer tools. On July 15, the company announced that Grok Build, its coding agent and terminal interface, is now open source, with the complete code published on GitHub for anyone to read, run, and extend.
The Harness Behind the Agent
Grok Build is the software "harness" that turns a raw language model into a working coding assistant — assembling context, parsing responses, and dispatching the tool calls that let the agent read, edit, and search code or run commands in a developer's terminal. By publishing the source, SpaceXAI is letting engineers see exactly how each piece fits together, from the agent loop to the inline diff viewer that shows proposed changes before they land.
The company framed transparency as the most direct path to a more robust and reliable tool. If a developer is building with skills, plugins, hooks, external tool servers, or subagents, the published code is now the definitive reference for how each of those is loaded and invoked. That openness is a notable contrast in a field where the plumbing behind AI coding agents is usually kept locked away.
Local-First and Yours to Change
Perhaps the biggest practical win is control. Grok Build can now run fully local-first: developers can compile it themselves, point it at their own local inference, and drive everything from a simple configuration file. That means teams with strict privacy requirements, or hobbyists who just want to tinker, can run the agent entirely on their own terms.





