Skip to main content

macOS & Linux (Homebrew)

The recommended way to install on macOS and Linux is via Homebrew.
brew tap repr-app/tap
brew install repr
To update to the latest version:
brew upgrade repr

Python (Cross-platform)

If you have Python 3.10+ installed, you can use pipx (recommended) or pip.
pipx install repr-cli

Direct Download

You can download pre-built binaries for macOS, Linux, and Windows from our releases page.

Download from GitHub Releases

Get binaries for macOS, Linux, and Windows.

Verify Installation

Check that repr is installed correctly by running:
repr --version