Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Install

Requirements

  • Rust stable toolchain
  • Cargo
  • Windows, macOS, or Linux

Check the local toolchain:

rustc --version
cargo --version

Releases

Pre-built archives are published from version tags.

PlatformArchitectureArchive
Linuxx86_64unio-<version>-x86_64-unknown-linux-gnu.tar.gz
Windowsx86_64unio-<version>-x86_64-pc-windows-msvc.zip
macOSApple Siliconunio-<version>-aarch64-apple-darwin.tar.gz

Each archive contains:

  • unio: user-facing CLI.
  • unio-daemon: local runtime process.

See the project releases at https://github.com/way2ai/unio/releases.

Build From Source

git clone https://github.com/way2ai/unio.git
cd unio
cargo build --workspace --release

Compiled binaries are written to target/release/.

Run From Source

During development, run commands through Cargo:

cargo run -p unio -- status
cargo run -p unio -- exec "hello unio"