Discover and explore top open-source AI tools and projects—updated daily.
xai-orgAI coding agent harness and TUI
New!
Top 2.5% on SourcePulse
Grok Build is SpaceXAI's terminal-based AI coding agent, designed to enhance developer productivity. It offers a full-screen, interactive TUI that understands codebases, facilitates file edits, executes shell commands, searches the web, and manages tasks. The tool benefits users by providing an integrated AI assistant for interactive development and automated scripting/CI workflows.
How It Works
This project provides the Rust source for the grok CLI/TUI. Its core approach involves a sophisticated terminal user interface that interacts directly with the user's codebase and environment. It leverages AI to perform actions like file manipulation and web searches, and manage complex tasks. The system supports interactive use, headless execution for scripting/CI, and integration via the Agent Client Protocol (ACP).
Quick Start & Requirements
Prebuilt binaries are available for macOS, Linux, and Windows. Installation:
curl -fsSL https://x.ai/cli/install.sh | bashirm https://x.ai/cli/install.ps1 | iexBuilding from source requires Rust (pinned via rust-toolchain.toml) and protoc. macOS/Linux are supported build hosts; Windows builds are best-effort. To build/launch TUI from source: cargo run -p xai-grok-pager-bin. Docs: docs.x.ai/build/overview, x.ai/cli.
Highlighted Details
Maintenance & Community
The project is synced periodically from the SpaceXAI monorepo. External contributions are not accepted. No community channels are mentioned.
Licensing & Compatibility
First-party code is licensed under Apache License, Version 2.0. Third-party/vendored code retains original licenses. Apache 2.0 is permissive for commercial use, but users should review vendored component licenses for restrictions.
Limitations & Caveats
Windows builds are best-effort and not actively tested from this source tree. External contributions are explicitly not accepted.
1 day ago
Inactive
HKUDS