Skip to content

Latest commit

 

History

History

rzup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

rzup

Install, update, or revert to a specific RISC Zero version.

Install

curl -L https://risczero.com/install | bash

Usage

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.