memguard-rs
A Rust crate providing secure memory handling primitives with compiler-resistant zeroization, memory locking, and constant-time comparison.
Grok Build is SpaceXAI's terminal-based AI coding agent that runs as a full-screen TUI, understands codebases, edits files, executes commands, searches the web, and manages tasks interactively or headlessly.
7,522
No data
1,184
0
Apache-2.0
2026-07-16
It is an open-source, Rust-based AI agent from x.ai with a rich TUI, multiple interaction modes (interactive, headless, editor-embedded via ACP), and comprehensive documentation, representing a practical tool for AI-assisted development.
Grok Build (grok)
Grok Build is SpaceXAI's terminal-based AI coding agent. It runs as a full-screen TUI that understands your codebase, edits files, executes shell commands, searches the web, and manages long-running tasks — interactively, headlessly for scripting/CI, or embedded in editors via the Agent Client Protocol (ACP).
Installing the released binary · Building from source · Documentation · Repository layout · Development · Contributing · License
Learn more about Grok Build at x.ai/cli
This repository contains the Rust source for the grok CLI/TUI and its agent
runtime. It is synced periodically from the SpaceXAI monorepo.
Prebuilt binaries are published for macOS, Linux, and Windows:
curl -fsSL https://x.ai/cli/install.sh | bash # macOS / Linux / Git Bash
irm https://x.ai/cli/install.ps1 | iex # Windows PowerShell
grok --version
See the changelog for the latest fixes, features, and improvements in each release.
Requirements:
rust-toolchain.toml;
rustup installs it automatically on first build.bin/protoc (a
dotslash launcher) or falls back to a protoc on
PATH / $PROTOC.cargo run -p xai-grok-pager-bin # build + launch the TUI
cargo build -p xai-grok-pager-bin --release # release binary: target/release/xai-grok-pager
cargo check -p xai-grok-pager-bin # fast validation
The binary artifact is named xai-grok-pager; official installs ship it as
grok. On first launch it opens your browser to authenticate — see the
authentication guide.
Full online documentation is available at docs.x.ai/build/overview.
The user guide ships with the pager crate:
[crates/codegen/xai-grok-pager/docs/user-guide/](crates/codegen/xai-grok
SpaceXAI's coding agent harness and TUI. Fullscreen, mouse interactive, extensible.
Similar projects matched by category, topics, and programming language.
A Rust crate providing secure memory handling primitives with compiler-resistant zeroization, memory locking, and constant-time comparison.

Use any third-party OpenAI-compatible API to run Claude Science's AI agent research platform without a Claude subscription.

A from-scratch Rust JavaScript engine and runtime with zero dependencies, passing 100% of the official test262 conformance suite.