Skip to main content

CLI Installation

Install

The following are the different installation options for how to install the CLI

Homebrew

Add the rig homebrew tap and install the CLI.

brew tap rigdev/tap
brew install rigdev/tap/rig

Binaries

Rig can be installed manually by downloading a precompiled binary and adding it to your $PATH

Every GitHub release has prebuilt binaries for common platforms and architectures. Go to the releases page to find yours.

From source

Installation from source requires the go toolchain to be installed.

go install github.com/rigdev/rig/cmd/rig@v1.2.6

Next step

Use the Getting Started guide to continue installing the Rig Platform, or continue with the Rig CLI if you already have a Rig Platform running.


Was this page helpful?