Skip to content

Installation Instructions

These commands should be run in terminal/powershell to install rv. rv is a cli tool at this time, not an R package, and must be primarily used as such.

Terminal window
brew tap a2-ai/homebrew-tap
brew install rv
Terminal window
curl -sSL https://raw.githubusercontent.com/A2-ai/rv/refs/heads/main/scripts/install.sh | bash
rv --version

For now, you can download the x86_64-pc-windows-msvc zip archive from the GitHub releases page and extract it to a directory of your choice. Then add the rv binary to your PATH.

Terminal window
$env:Path += ";C:\path\to\rv"
.\rv.exe --version