Skip to main content

Installation


Use brew to easily install the cli and make it easy to upgrade to the latest release in the future.
If brew is not available in your system, head over to our artifacts page get the right executable for your system.

MacOS or Linux (brew)

  • First time install:
brew tap inigolabs/homebrew-tap
brew install inigo_cli
  • Upgrade to the latest version
brew upgrade inigo_cli
  • If you don't have brew you can install it from here.

From Executable

  • Download and install the binary for you system here.

Using curl

curl -s -L https://github.com/inigolabs/artifacts/releases/latest/download/cli_linux_amd64.tar.gz | tar -xz;

Using wget

wget -c https://github.com/inigolabs/artifacts/releases/latest/download/cli_linux_amd64.tar.gz -O - | tar -xz;

Test Run

Make sure everything is working by running the inigo command.

inigo --version

Expected output:

inigo version 0.25.3 : 2023-05-10T09:10:49Z : 0406be3