Grok Build: SpaceXAI's AI Coding Agent and TUI for Developers
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Grok Build is SpaceXAI's powerful terminal-based AI coding agent, offering a full-screen TUI for interactive development. It is capable of understanding codebases, editing files, executing commands, and managing tasks efficiently. This tool enhances developer productivity, supporting interactive, headless, and embedded workflows.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Grok Build, developed by SpaceXAI, is a sophisticated terminal-based AI coding agent designed to streamline development workflows. It presents as a full-screen Terminal User Interface (TUI), enabling developers to interactively manage their codebase, edit files, execute shell commands, perform web searches, and handle long-running tasks. Written in Rust, Grok Build is extensible and supports various operational modes, including interactive, headless for scripting or CI, and embedded within editors via the Agent Client Protocol (ACP). Learn more about Grok Build at x.ai/cli.
Installation
Grok Build provides prebuilt binaries for macOS, Linux, and Windows, making installation straightforward.
For macOS / Linux / Git Bash:
curl -fsSL https://x.ai/cli/install.sh | bash
For Windows PowerShell:
irm https://x.ai/cli/install.ps1 | iex
After installation, you can verify the version:
grok --version
For those who prefer to build from source, the repository includes detailed instructions, requiring Rust and DotSlash.
First, install DotSlash:
cargo install dotslash
Then, build and launch the TUI:
cargo run -p xai-grok-pager-bin
Examples
Once installed, you can verify the version and launch the TUI. The grok --version command confirms a successful installation. To build and launch the TUI from source, you would use cargo run -p xai-grok-pager-bin. On its first launch, Grok Build opens your browser to authenticate.
grok --version
cargo run -p xai-grok-pager-bin # Example to build and launch the TUI from source
Why Use Grok Build
Grok Build stands out as a comprehensive AI coding assistant, bringing advanced capabilities directly to your terminal. Its full-screen TUI offers an immersive environment for code interaction, reducing context switching. The agent's ability to understand code, perform edits, execute commands, and search the web makes it a powerful ally for complex development tasks. With support for headless operation and editor embedding, Grok Build is versatile, catering to individual developers and automated CI/CD pipelines alike. Its robust Rust foundation ensures performance and reliability.
Links
- GitHub Repository: xai-org/grok-build
- Official Website: x.ai/cli
- Full Documentation: docs.x.ai/build/overview
- Changelog: x.ai/build/changelog
- License: Apache-2.0
Related repositories
Similar repositories that may be relevant next.

tmux-agent-sidebar: Real-time AI Agent Monitoring in tmux
August 23, 2026
tmux-agent-sidebar is a powerful tmux plugin designed to monitor AI coding agents like Claude Code, Codex, and OpenCode across all your tmux sessions and windows. It provides real-time status updates, background shell states, prompts, and Git information, all within a convenient sidebar. This tool enhances productivity by centralizing agent activity and offering quick actions like spawning worktrees.

Start-Technologies: Monorepo for StartOS and Self-Hosting Solutions
August 13, 2026
Start-Technologies is the comprehensive monorepo by Start9Labs, featuring StartOS as its flagship product. This open-source Linux distribution enables users to run personal servers, facilitating the self-hosting of various services for enhanced data ownership and privacy. It integrates a robust Rust backend, an Angular frontend, and a unique diff-based database for reactive state synchronization.
Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems
August 12, 2026
Cortex-Mem is a production-ready, AI-native memory framework built in Rust, providing intelligent long-term memory for autonomous systems. It features a hierarchical three-tier memory architecture for efficient information management, from extraction and search to automated optimization. This framework empowers AI agents to remember, learn, and personalize interactions across sessions, transforming stateless AI into context-aware partners.

CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents
August 9, 2026
CubeSandbox, developed by TencentCloud, is a high-performance, secure sandbox service built on RustVMM and KVM, designed specifically for AI agents. It offers ultra-fast startup times, hardware-level isolation, and high-density deployment, making it ideal for scalable and secure agent execution environments. The service is also fully compatible with the E2B SDK for seamless integration.
Source repository
Open the original repository on GitHub.