Sui Version Manager (suivm) is a tool for managing multiple versions of Sui CLI.
Sui publishes pre-compiled binaries which can be downloaded using suivm to speed up your workflow.
Install suivm using cargo:
cargo install --git https://github.com/origin-byte/suivmVerify the installation:
suivm use latest
sui --versionsuivm supports resolving tags, branches, and commit hashes:
suivm use devnet-0.27.0
suivm use devnet
suivm use 157ac72030d014f17d76cefe81f3915b4afab2c9suivm will automatically download pre-compiled binary if a matching tag like devnet-0.27.0 is provided.