Skip to content
GitHub stars

Installation

The install script downloads the latest release binary for your platform:

Terminal window
curl -fsSL https://roborev.io/install.sh | bash

This installs to ~/.local/bin by default.

Homebrew (macOS / Linux)

Install via Homebrew:

Terminal window
brew install roborev-dev/tap/roborev

Or tap first, then install:

Terminal window
brew tap roborev-dev/tap
brew install roborev

This also works on Linux with Linuxbrew.

Go Install

If you have Go installed:

Terminal window
go install github.com/roborev-dev/roborev/cmd/roborev@latest

Ensure $GOPATH/bin is in your PATH:

Terminal window
export PATH="$PATH:$(go env GOPATH)/bin"

Build from Source

Terminal window
git clone https://github.com/roborev-dev/roborev
cd roborev
make install

The make install target builds with version information embedded (e.g., v0.7.0-5-gabcdef).

For quick iteration during development:

Terminal window
go install ./cmd/...

Verify Installation

Terminal window
roborev version

Update

Update to the latest version:

Terminal window
roborev update

This downloads and replaces the current binary with the latest release.

Agent Requirements

roborev requires at least one AI agent CLI to be installed. See Supported Agents for the full list, installation commands, and configuration options.