Install, update, or revert to a specific RISC Zero version.
curl -L https://risczero.com/install | bash
To install the latest RISC Zero release version:
rzup install
To install a specific release version:
rzup install --version <VERSION>
Where VERSION
can be replaced with a specified RISC Zero release (e.g.,
1.0.0
). See our releases for more
information.
To enable verbose installation logs:
rzup --verbose install
To view usage/help information:
rzup --help
Tip: Most flags have a single-character shorthand. See rzup -h
for more information.