Documentation Index
Fetch the complete documentation index at: https://docs.cloud.red/llms.txt
Use this file to discover all available pages before exploring further.
crcli is a single static binary. No runtime dependencies, no package manager required.
Download
curl -Lo crcli https://admin.cloud.red/downloads/crcli/linux/amd64/crcli
chmod +x crcli
sudo mv crcli /usr/local/bin/
curl -Lo crcli https://admin.cloud.red/downloads/crcli/darwin/arm64/crcli
chmod +x crcli
sudo mv crcli /usr/local/bin/
On macOS, you may need to allow the binary in System Settings → Privacy & Security the first time you run it.
Download the .exe and place it somewhere on your PATH (e.g. C:\Windows\System32\ or a directory you manage).| Architecture | Download |
|---|
| x86_64 | crcli.exe |
| ARM64 | crcli.exe |
Verify
Download Table
| Platform | Architecture | URL |
|---|
| Linux | x86_64 | crcli |
| Linux | ARM64 | crcli |
| macOS | Intel | crcli |
| macOS | Apple Silicon | crcli |
| Windows | x86_64 | crcli.exe |
| Windows | ARM64 | crcli.exe |
Keeping crcli Updated
Checks for a new version and updates the binary in place. Run crcli update --notes to see what changed.