Skip to Content

Installation

Install review on your system using either our quick install script or manual installation options.

Quick install

The fastest way to get started is using our install script:

curl -fsSL https://review.ai/install.sh | sh

You can inspect the script first by visiting review.ai/install.sh

This will install review and automatically authenticate you with GitHub through your browser.

Manual installation

If you prefer to download and install manually, you can get the binary for your platform. The first time you run review, we’ll automatically authenticate you with GitHub through your browser.

Note

If downloading through the browser on macOS, you may need to run:

xattr -d com.apple.quarantine review

Editor extensions

VS Code

Install in VS Code or view on Marketplace

Cursor

Install in Cursor or view on Open VSX Registry

GitHub Integration

Get AI-powered code reviews and revision tracking automatically in your GitHub workflow.

To enable GitHub integration for your repositories:

  1. Visit review.ai/console
  2. Click the “Add repositories” button
  3. Select the account or organization where you want to install the review.ai agent
  4. Choose if you want to install the review.ai agent on all or specific repositories
  5. Select “Install & Authorize”
  6. The next screen is the review settings page. Here you can toggle which features are enabled on each repository:
    • Automatic PR reviews
    • Automatic draft PR reviews
    • PR revision tracking

Next steps

Now that you’ve installed review.ai, you can get started with core features and workflows.

Last updated on