INSTALLATION HARNESSTARGET: v0.2.201DETECTING OS...
DEPLOY ANIBUILD
Deploy the terminal-native AI coding agent to your local environment in seconds. Fully isolated, zero-telemetry, direct process control.
WINDOWS IS NOT SUPPORTED. Use macOS or Linux to install and run Anibuild.
CHOOSE DEPLOYMENT METHODSHELL & PACKAGE REGISTRY
RECOMMENDED AUTOMATED INSTALLER (MAC & LINUX)AUTO-ELEVATION PRESERVED
bash — install.sh
curl -fsSL https://anibuild.online/install.sh | shHomebrew (macOS / Linux)
BREW TAPbrew install vodtinker/tap/anibuildCargo / Crates.io
RUST CRATEcargo install --git https://github.com/vodtinker/anime-build anibuildDownload standalone, zero-dependency release binaries for your specific platform.
Compile Anibuild locally from repository source using Rust and Cargo (Requires Rust 1.96.0+).
git clone https://github.com/vodtinker/anime-build
cd anime-build
cargo build -p xai-grok-pager-bin --bin anibuild --release// POST-INSTALLATION WORKFLOW
01
Verify Installation
Confirm that the executable is linked in your environment PATH.
anibuild --version02
Navigate to Project
Open any git repository or codebase directory in your shell.
cd ~/projects/my-awesome-app03
Launch Anibuild
Start the interactive TUI agent to begin coding, editing, and mapping.
anibuild// PLATFORM SUPPORT
- macOS: macOS 13+ (Ventura, Sonoma, Sequoia) - Universal
- Linux: glibc 2.28+ (Ubuntu 20.04+, Debian 11+, Arch, Fedora)
- Shells: Bash, Zsh, Fish, Nushell compatible
// SECURITY & VERIFICATION
- Zero Telemetry: No external metrics, tracking, or remote loggers
- Isolated Execution: Controlled process execution with direct terminal visibility
- Open Source: MIT License hosted on GitHub