Manage RareCloud servers, Kubernetes clusters, billing and your account from
the terminal. Short aliases rcloud and rare are installed alongside.
The CLI wraps the public REST API: https://console.rarecloud.io/docs/api
# macOS (Homebrew)
brew install rarecloudio/tap/rarecloud
# Linux and macOS one-liner
curl -fsSL https://raw.githubusercontent.com/RareCloudio/rarecloud-cli/main/install.sh | sh
# Windows: download rarecloud_<version>_windows_amd64.zip from Releasesrarecloud auth login # paste an API token (Console > Account > API tokens)
rarecloud server list
rarecloud server create --plan s-1vcpu-2gb --image ubuntu-24.04 --region ro-buc --name web-01
rarecloud credit balanceThis repo hosts the official binary releases. Issues and feature requests for the CLI are welcome here.