rialoman
Rialoman is the release and toolchain manager for the Rialo network. It installs Rialo releases and allows switching between them by keeping shims in the PATH in sync with the active release.
Rialoman uses the following directory layout to manage the installations:
$RIALO_HOME (default: $XDG_DATA_HOME/rialo or $HOME/.local/share/rialo)
bin/ # shims added to PATH
releases/ # channel/version directories
toolchains/ # compiler toolchains
downloads/ # cached tarballs + manifests (planned)
tmp/ # staging for atomic installs
current.json # currently active release pointer
Installation
You can install rialoman via cargo or using the hosted installer script:
Option A: cargo install
Option B: curl installer
|
The installer downloads the prebuilt rialoman binary for Linux (amd64/arm64) or macOS (arm64), installs it into $RIALO_HOME/bin, and optionally appends the PATH snippet to existing shell profiles (supports Bash, Zsh).
Examples
Installing/Uninstalling the CLI
Switching versions
# Explicit version
# "commit" channel shorthand
Inspection