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
- Download the
.dmgfile for your architecture (Apple Silicon or Intel) - Open the DMG and drag RAV to your Applications folder
- On first launch, right-click the app and select "Open" to bypass Gatekeeper
- RAV registers as the default handler for
.rivfiles — double-click any.rivto open it
Windows
- Download the
.msiinstaller - Run the installer and follow the setup wizard
- 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