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
To install a specific release version:
rzup --version <VERSION>
Where VERSION
can be replaced with specified RISC Zero release (e.g.,
1.0.0
). See our releases for more
information.
To enable verbose installation logs:
rzup --verbose
To view usage/help information:
rzup --help
Tip: Most flags have a single character shorthand. See rzup -h
for more information.