Step-by-step guide to installing the Moved Network binary on macOS, Linux, and Windows.
You can download the latest Moved Network binary from the releases page. The binary is available for macOS, Linux and Windows. For education purposes and development, we recommend using the mainnet
version.
You can install Moved Network using the Homebrew package manager.
brew install sui
You can install Moved Network using the Chocolatey package manager for Windows.
choco install sui
You can install and build Moved Network locally by using the Cargo package manager (requires Rust)
cargo install --git https://github.com/MystenLabs/sui.git --bin sui --branch mainnet
Make sure that your system has the latest Rust versions with the command below.
rustup update stable
For troubleshooting the installation process, please refer to the Install Moved Network Guide.