CLI INSTALLER
Download XeroOps CLI
One binary. No runtime, no dependencies. Pick your platform and follow the steps.
CLI ...
Windows
Windows 10/11 ยท x86-64
Run in PowerShell:
RECOMMENDED
Run in PowerShell:
irm https://xeroops.com/install.ps1 | iex
Click to copy ยท No SmartScreen warnings
Linux
Ubuntu 20.04+ ยท x86-64
Works on WSL2
AMD64
Works on WSL2
xeroops-linux-amd64
macOS
macOS 12+ ยท Apple Silicon
Intel: darwin-amd64
ARM64
Intel: darwin-amd64
xeroops-darwin-arm64
After downloading
QUICK START
01
Place
license.json from your purchase email in your working directory.
02
Windows: run the PowerShell command above โ installs to
Linux/macOS:
%LOCALAPPDATA%\XeroOps\ and adds to PATH automatically.Linux/macOS:
chmod +x xeroops-* && sudo mv xeroops-* /usr/local/bin/xeroops
03
Configure AWS CLI:
aws configure โ use the AWS account that matches your license.
04
Activate your license:
xeroops activate -license-dir ./license.json
05
Provision infrastructure:
xeroops init โ xeroops create โ xeroops configure โ xeroops deploy
06
Import
~/.xeroops/xeroops.conf into your WireGuard client and connect. Your cluster is live.
Full walkthrough in the Getting Started guide ยท Need help? support@xeroops.com