Xybrid

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 --release

The 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"' >> ~/.zshrc

Verify Installation

xybrid --version
xybrid --help

Platform Support

PlatformArchitectureStatus
macOSApple Silicon (arm64)Supported
macOSIntel (x86_64)Supported
Linuxx86_64Supported
Windowsx86_64Coming Soon

Next Steps

On this page