Install & Update¶
Option A: Download a prebuilt binary (recommended)¶
- Download the archive for your OS from GitHub Releases.
- Extract it.
- Put
rexos(orrexos.exe) somewhere on yourPATH.
Then:
Option B: Install from source (Cargo)¶
Update¶
- If you installed via Releases: download a newer archive and replace the binary.
- If you installed via Cargo: re-run
cargo install --path crates/rexos-cli --locked.