Download RVR Studio
RVR Studio Desktop is the official application to create and manage RIVORA projects.
Installers
| Platform | File | Format |
|---|---|---|
| Windows (x64) | RVR-Studio-Setup-win-x64.zip | ZIP |
| macOS (x64) | RVR-Studio-Setup-macos.tar.gz | tar.gz |
| Linux (x64) | RVR-Studio-linux-x64.tar.gz | tar.gz |
Installers are automatically attached to each GitHub Release.
Prerequisite: .NET 9 Runtime installed on your machine.
Installation
Windows
- Download
RVR-Studio-Setup-win-x64.zip - Extract to a folder
- Run
install.bat— installs to%LOCALAPPDATA%\RVR-Studioand creates a Desktop shortcut - Double-click the RVR Studio shortcut — opens
http://localhost:5200
macOS
- Download
RVR-Studio-Setup-macos.tar.gz - Extract:
tar -xzf RVR-Studio-Setup-macos.tar.gz -C ~/rvr-studio - Run:
~/rvr-studio/rvr-studio.sh— openshttp://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.DesktopAlternative: RVR CLI
If you prefer the command line:
bash
# Install the CLI
dotnet tool install --global RVR.CLI
# Interactive wizard
rvr newAlternative: GitHub Codespaces
No installation required — develop directly in the browser:
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