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 Homebrew

brew install kronex-ai/vectron/vectron

Use this when you want the simplest installation path on macOS or Linux systems that already use Homebrew.

You can also tap the repository explicitly first:

brew tap kronex-ai/vectron
brew install vectron

Install with Cargo

cargo install --git https://github.com/kronex-ai/vectron --locked

Use 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 vectron

Verify the installation

Check that the binary is available:

vectron --help

If you want a guided first run, continue with Quickstart.