Documentation
Installation
Install Vectron with Homebrew or Cargo and verify the CLI is available.
Supported platforms
Vectron supports the main orchestration workflow on:
- Linux
- macOS
- Windows
The vectron stack feature is currently macOS-only.
Install with Cargo
cargo install --git https://github.com/kronex-ai/vectron --lockedUse this when you already work in Rust environments or want to install directly from the Git repository.
Build from source
git clone https://github.com/kronex-ai/vectron.git
cd vectron
cargo build --bin vectronVerify the installation
Check that the binary is available:
vectron --helpIf you want a guided first run, continue with Quickstart.