Skip to main content

Rigi Documentation

Install and update the Rigi CLI tool

Use this link to download various versions of the Rigi CLI tool.

The CLI tool has the following options:

  • Windows/macOS

    To install, perform the following steps:

    1. Download the application's zip package.

    2. Extract the archive to the folder in which it should be installed.

  • Linux

    To install, perform the following steps:

    1. Download the tar.gz package of the application.

    2. Use the terminal to go to the target folder in which the application should be installed.

      Usually, the target folder containing the Rigi CLI tool is located outside the repository.

    3. Extract the package using the following command:

      tar xzf Rigi-CLI.tar.gz
  • Linux from apt repository

    To install, perform the following steps:

    1. Add the repository as a global tool using the following command:

      curl -1sLf \
        'https://dl.cloudsmith.io/dwOe05u88BRwwjw9/rigi/rigi-cli/setup.deb.sh' \
        | sudo -E bash
    2. Download the package using the following command:

      sudo apt-get install Rigi-CLI-linux={version}
      Example 31. Example
      sudo apt-get install Rigi-CLI-linux=1.9.0