Home Open Source Article

SpaceX AI Open-Sources Grok Build, Terminal-Based Coding Agent

TL;DR

SpaceX AI releases Grok Build, a Rust-based TUI agent that autonomously edits code, executes commands, and manages tasks across macOS, Linux, and Windows.

Key Points

  • Full-screen TUI with file editing, shell command execution, web search, and long-running task management capabilities
  • Supports interactive, headless (CI/scripting), and editor-embedded modes via Agent Client Protocol (ACP)
  • Written in Rust with prebuilt binaries available; builds on macOS/Linux with best-effort Windows support
  • Apache 2.0 licensed with vendored dependencies; external contributions not accepted

Why It Matters

This is a production AI coding agent with multi-modal capabilities (code, shell, web) designed for developers and CI pipelines. The open-source release enables security researchers to audit the implementation, DevOps engineers to integrate it into workflows, and the community to understand how SpaceX approaches autonomous code manipulation at scale.
View on GitHub

Source: github.com