Grok Build
xAI's open source Rust coding agent with a fullscreen TUI, skills, plugins, and MCP support.
About
When xAI open sourced its coding agent harness in July 2026 under Apache 2.0, it published the same grok CLI that drives Grok's agentic coding stack rather than a cut-down demo: a roughly one million line Rust workspace synced periodically from the company's internal monorepo. The agent runs as a fullscreen, mouse-interactive terminal UI that reads a codebase, edits files, executes shell commands, searches the web, and manages long-running tasks, and it can also run headless for scripting and CI. Extension points cover skills, plugins, hooks, subagents, and MCP servers, and Agent Client Protocol support lets editors embed it. Prebuilt binaries install via script on macOS, Linux, and Windows, with source builds needing Rust and DotSlash. By default it talks to the xAI API with models like grok-4.6, but custom model configuration allows pointing it at other endpoints, including fully local inference. The repository passed 26,000 GitHub stars, though xAI does not accept external contributions, treating the public mirror as read-mostly upstream.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- AI Code Assistants
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- Apache-2.0
- Added
- Aug 24, 2026
Related Tools
Open-source CLI and IDE tool for source-controlled AI code review checks enforceable in CI.
Open-source AI code assistant for VS Code and JetBrains connecting to any LLM.
Open-source version of Bolt.new that builds and runs full-stack web apps in the browser with any LLM.
Anthropic's terminal-based agentic coding tool that edits code, runs tests, and drives git workflows.
OpenAI's open-source Rust coding agent that edits repos and runs code in a sandboxed terminal session.
AI pair programming tool in the terminal that edits code in your local git repo.