Sign In
Cloud

Install Rivet CLI

Install the Rivet CLI to manage your projects from the command line.


NPM Installation

To install globally:

npm i -g [email protected]
rivet --version

To run without install:


Binary Installation

macOS & Linux & WSL

curl -fsSL https://releases.rivet.gg/rivet/latest/install.sh | sh
rivet --version

Windows (PowerShell)

iwr https://releases.rivet.gg/rivet/latest/install.ps1 -useb | iex
rivet --version

Build From Source

Command Line
git clone https://github.com/rivet-gg/rivet
cargo build --bin rivet
./target/debug/rivet --version
Suggest changes to this page