Command Line Tool

The Universal Machine Intelligence command line tool (CLI) is the easiest way to configure our products.

Install

Windows

powershell -c "irm https://github.com/umi-eng/cli/releases/latest/download/umi-installer.ps1 | iex

Linux and macOS

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/umi-eng/cli/releases/latest/download/umi-installer.sh | sh

With Homebrew

brew install umi-eng/tap/umi

From Source

If your platform is not supported, you can build and install the CLI from source using Cargo and the Rust toolchain. Ensure you first have Rust installed by following the rustup installation instructions.

cargo install umi