Skip to content

Installation

It’s dangerous to go alone! Take this.

Turbi happily carrying a giant power plug

You can install turbo on the command line in 3 easy steps:

Install Rust

MacOS / Linux
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Add the WebAssembly Target

Terminal
rustup target add wasm32-unknown-unknown

Install Turbo CLI

Terminal
curl -sSfL https://turbo.computer/install.sh | sh

You can verify your installation by running turbo -v. This should output turbo 0.7.0.