Newsletter Subscribe
Enter your email address below and subscribe to our newsletter
[forminator_form id="25163"]

xthehackernewsx+1Elon Musk's AI company xAI released the source code of its Grok Build coding agent on Tuesday, making its terminal-based developer tool freely available on GitHub. The move comes amid a broader transparency push that includes Musk's pledge to open-source the entire X platform codebase.
xAI announced on its news page that Grok Build is now open source, stating that "publishing the code is the most direct way to build toward" its goals. The coding agent, first launched in late May 2026, is a terminal-first tool that enables developers to plan, edit, test, and ship software using natural language commands. It runs up to eight parallel subagents simultaneously through a three-stage workflow of plan, search, and build.devops+2
The open-sourcing follows weeks of scrutiny after an independent researcher discovered in early July that Grok Build's CLI had been uploading entire Git repositories — including full commit histories — to xAI's cloud storage without clear user consent. xAI patched the behavior server-side on July 13, and Musk said all previously uploaded user data would be "completely and utterly deleted".thehackernews
A day before the Grok Build release, Musk posted on X: "Once we have completed our review for security vulnerabilities, we will make the entire codebase of X open source, with no exceptions". The New Stack News Corp reported that third-party reviewers would verify the live production code before publication.x+1
The announcement marks a continuation of xAI's open-source trajectory. The company previously released its Grok 2.5 model weights in September 2025 and had signaled plans to open future models.facebook
Grok Build entered a crowded market of AI coding agents when it launched in May, competing against Anthropic's Claude Code and other terminal-based tools. The underlying model, grok-build-0.1, features a 256,000-token context window and runs at over 100 tokens per second, priced at $1 per million input tokens via xAI's API. Since July 8, Grok 4.5 has served as the default model powering the agent.devops+2
The decision to open-source the tool's client code may help rebuild developer trust after the repository upload controversy while positioning xAI as a more transparent player in the AI coding space.