Skip to content

Installation

The fastest way to install RevenueCat CLI on macOS or Linux:

brew tap AndroidPoet/tap
brew install revenuecat-cli

To upgrade to the latest version:

brew upgrade revenuecat-cli

Direct Download

Download pre-built binaries from the GitHub Releases page.

curl -LO https://github.com/AndroidPoet/revenuecat-cli/releases/latest/download/revenuecat-cli_darwin_arm64.tar.gz
tar -xzf revenuecat-cli_darwin_arm64.tar.gz
sudo mv rc /usr/local/bin/
curl -LO https://github.com/AndroidPoet/revenuecat-cli/releases/latest/download/revenuecat-cli_darwin_amd64.tar.gz
tar -xzf revenuecat-cli_darwin_amd64.tar.gz
sudo mv rc /usr/local/bin/
curl -LO https://github.com/AndroidPoet/revenuecat-cli/releases/latest/download/revenuecat-cli_linux_amd64.tar.gz
tar -xzf revenuecat-cli_linux_amd64.tar.gz
sudo mv rc /usr/local/bin/
curl -LO https://github.com/AndroidPoet/revenuecat-cli/releases/latest/download/revenuecat-cli_linux_arm64.tar.gz
tar -xzf revenuecat-cli_linux_arm64.tar.gz
sudo mv rc /usr/local/bin/

Verify Installation

rc version

You should see output like:

revenuecat-cli version 0.1.0

Next Steps

Once installed, proceed to Configuration to set up your authentication profile.