Installation
Install the Xybrid CLI
Install the Xybrid CLI to run pipelines, package models, and manage bundles.
Prerequisites
- Rust 1.75+ with
cargo - macOS (Apple Silicon or Intel) or Linux
From Source
Clone and Build
git clone https://github.com/xybrid-ai/xybrid.git
cd xybrid
cargo build -p xybrid-cli --releaseThe binary is at target/release/xybrid.
Add to PATH
# Add to current session
export PATH="$PATH:$(pwd)/target/release"
# Or add to shell config
echo 'export PATH="$PATH:/path/to/xybrid/target/release"' >> ~/.zshrcVerify Installation
xybrid --version
xybrid --helpPlatform Support
| Platform | Architecture | Status |
|---|---|---|
| macOS | Apple Silicon (arm64) | Supported |
| macOS | Intel (x86_64) | Supported |
| Linux | x86_64 | Supported |
| Windows | x86_64 | Coming Soon |