Skip to main content

Install script (macOS, Linux)

Run the following to download the latest release, verify the SHA-256 checksum, and install the omni binary to /usr/local/bin (or ~/.local/bin if /usr/local/bin isn’t writable):
curl -fsSL https://raw.githubusercontent.com/exploreomni/cli/main/install.sh | sh

GitHub releases (macOS, Linux, Windows)

Pre-built binaries for macOS, Linux, and Windows are available in the CLI repository on the Releases page. Download the archive for your platform, extract it, and place the omni binary somewhere on your PATH.
PlatformArchitectures
macOSamd64, arm64
Linuxamd64, arm64
Windowsamd64

Build from source

git clone https://github.com/exploreomni/cli.git
cd cli
make build
The binary is written to ./bin/omni.