Installation
Installation
This guide covers installing Operator on macOS.
Download
Get the latest release from the Downloads page or use the command line:
# Apple Silicon (M1/M2/M3)
curl -L https://github.com/untra/operator/releases/latest/download/operator-macos-arm64 -o operator
# Intel Mac
curl -L https://github.com/untra/operator/releases/latest/download/operator-macos-x86_64 -o operator
Install
Move the binary to your PATH:
chmod +x operator
sudo mv operator /usr/local/bin/
Verify Installation
Confirm Operator is installed correctly:
operator --version
Initial Configuration
Create a configuration file:
operator init
This creates ~/.config/operator/config.toml with default settings.
Next Steps
Configure your integrations: