Skip to content

Download RVR Studio

RVR Studio Desktop is the official application to create and manage RIVORA projects.

Installers

PlatformFileFormat
Windows (x64)RVR-Studio-Setup-win-x64.zipZIP
macOS (x64)RVR-Studio-Setup-macos.tar.gztar.gz
Linux (x64)RVR-Studio-linux-x64.tar.gztar.gz

Installers are automatically attached to each GitHub Release.

Prerequisite: .NET 9 Runtime installed on your machine.

Installation

Windows

  1. Download RVR-Studio-Setup-win-x64.zip
  2. Extract to a folder
  3. Run install.bat — installs to %LOCALAPPDATA%\RVR-Studio and creates a Desktop shortcut
  4. Double-click the RVR Studio shortcut — opens http://localhost:5200

macOS

  1. Download RVR-Studio-Setup-macos.tar.gz
  2. Extract: tar -xzf RVR-Studio-Setup-macos.tar.gz -C ~/rvr-studio
  3. Run: ~/rvr-studio/rvr-studio.sh — opens http://localhost:5200

Linux

bash
# Extract
mkdir -p ~/rvr-studio
tar -xzf RVR-Studio-linux-x64.tar.gz -C ~/rvr-studio

# Run
~/rvr-studio/usr/bin/RVR.Studio.Desktop

Alternative: RVR CLI

If you prefer the command line:

bash
# Install the CLI
dotnet tool install --global RVR.CLI

# Interactive wizard
rvr new

Alternative: GitHub Codespaces

No installation required — develop directly in the browser:

Open in GitHub Codespaces

Features

  • Creation wizard: 10-step guided solution creation
  • Local dashboard: view RIVORA projects on your machine
  • Module manager: add/remove modules with one click
  • Integrated terminal: direct access to RVR CLI
  • Offline mode: works without internet
  • Auto-update: new version notifications

Released under the MIT License.