xAI Open-Sources Grok Build Coding Agent Under Apache 2.0 After Privacy Incident

xAI

Tools official + media 4 src. ~1 min

xAI released the full source of Grok Build — its TUI coding agent written in Rust — on GitHub under Apache 2.0 on July 15. The repo (xai-org/grok-build) contains 844K lines of Rust in a single squashed commit. The release came days after a researcher found the tool had been silently uploading entire git repositories (including .env files and SSH keys) to xAI's Google Cloud storage during beta. xAI disabled uploads server-side on July 13 and says it deleted all retained data. Grok Build can now be self-compiled and pointed at local inference.

Why it matters

The open-sourcing is a direct response to a serious privacy incident exposing how much data agentic coding tools can exfiltrate by default. Releasing source lets users audit the upload logic themselves, and adds a self-hostable Rust-based TUI coding agent to the open-source ecosystem alongside Claude Code and OpenCode.

Importance: 3/5

Privacy incident + open-source response from major lab; confirmed by x.ai official announcement, Simon Willison, GIGAZINE, The Hacker News

Sources