Skip to main content

Installation

1. Install Rust & Cargo
Install Rust and Cargo using the official Rust installation guide.

2. Install Docker Desktop
Install Docker Desktop by following the Docker Desktop installation guide. Make sure to start the Docker daemon after installation.

3. Install Foundry
Install Foundry by running the following command:

curl -L https://foundry.paradigm.xyz | bash
foundryup

4. Install Cartesi CLI
You can install the Cartesi CLI using either Homebrew or NPM:

Using Homebrew:

brew install cartesi/tap/cartesi

Or using NPM:

npm install -g @cartesi/cli

5. RISC Zero zkVM
Set up the RISC Zero zkVM toolchain by following the RISC Zero installation guide.