Installation

curl -fsSL https://get.ops.autos | sh

This detects your OS and architecture automatically and installs the ops binary to /usr/local/bin.

Supported platforms:

OS
Architecture

Linux

x86_64, arm64

macOS

x86_64 (Intel), arm64 (Apple Silicon)

Manual Download

Download the binary from GitHub Releasesarrow-up-right:

# Example: macOS arm64
curl -L -o ops.tar.gz https://github.com/ops3000/ops-cli/releases/latest/download/ops-darwin-arm64.tar.gz
tar -xzf ops.tar.gz
sudo mv ops /usr/local/bin/
sudo chmod +x /usr/local/bin/ops

Build from Source

Requires Rustarrow-up-right (edition 2021).

git clone https://github.com/ops3000/ops-cli.git
cd ops-cli
cargo build --release
sudo cp target/release/ops /usr/local/bin/

Verify Installation

Update

OPS checks for updates automatically on every command. To update manually:

Last updated