Skip to main content

Installation

System Requirements

  • MacOS: MacOS Monterey or later
  • Windows: Windows 10 or later
  • Linux: Modern version of webkitgtk installed that supports most of the recent web standards

Releases

Download Rivet

Use the Download page for stable Windows releases from the main branch and developer Windows releases from the develop branch.

Building from Source

Prerequisites

To build and run Rivet from source, you will need:

  • Rust (use rustup)
  • Node.js 20.4.x or another compatible Node 20 runtime
  • the checked-in Yarn release (packageManager currently points at Yarn 4.6.0)

Install

A blobless clone is recommended to download the repository more quickly. After cloning the repository, install the dependencies with yarn:

git clone --filter=blob:none git@github.com:valerypopoff/rivet2.0.git
cd rivet2.0
yarn install --immutable

Build & Run

yarn dev

This will build and run the application in development mode.

To build the desktop app frontend package without launching Tauri:

yarn workspace @valerypopoff/rivet-app run build

To build package-consumer artifacts for wrappers that vendor this checkout:

yarn build:packages:local

Once running, proceed to Setup!