RAVDocsGetting Started
RAV

Getting Started

Installation

RAV is available as a desktop application for macOS (Apple Silicon and Intel) and Windows. Download the latest release from the GitHub Releases page.

macOS

  1. Download the .dmg file for your architecture (Apple Silicon or Intel)
  2. Open the DMG and drag RAV to your Applications folder
  3. On first launch, right-click the app and select "Open" to bypass Gatekeeper
  4. RAV registers as the default handler for .riv files — double-click any .riv to open it

Windows

  1. Download the .msi installer
  2. Run the installer and follow the setup wizard
  3. RAV will be available from the Start menu

Browser Mode

RAV can also run as a local web server for quick inspection without installing:

git clone https://github.com/ivg-design/rive-animation-viewer.git
cd rive-animation-viewer
npm install
npm start  # Opens browser at http://localhost:1420