Download and install the ScaleBox CLI to manage templates and sandboxes from the command line. Available for Linux, macOS, and Windows with native binaries and no dependencies.
✨ Latest release: ScaleBox CLI v1.3.5
v1.3.5 adds sandbox regions and locality on create (--locality-region, --locality-auto-detect, --locality-force), plus inline JSON for --object-storage (one mount or an array) and --ports. Earlier releases added template build --image-file, WebRTC TURN credentials, and port management commands.
Choose the appropriate binary for your platform. All binaries are statically compiled and require no additional dependencies.
| Platform | Architecture | Size | Download |
|---|---|---|---|
| Linux x86_64 | For most Linux servers and desktops | 15MB | Download |
| Linux ARM64 | For Raspberry Pi, AWS Graviton, Apple Silicon Linux | 14MB | Download |
| macOS Intel | For Intel-based Mac computers | 15MB | Download |
| macOS Apple Silicon | For M1/M2/M3 Mac computers | 15MB | Download |
| Windows x86_64 | For Windows 10/11 systems | 16MB | Download |
After installation, verify that the CLI is working correctly:
scalebox-cli --versionExpected output: scalebox-cli version 1.3.5 (commit: dev, built: unknown)
scalebox-cli --helpGet started with the ScaleBox CLI in just a few commands:
scalebox-cli auth login --api-key your-api-key --server-url https://api.scalebox.devReplace your-api-key with your actual API key from the dashboard.
scalebox-cli template listscalebox-cli sandbox create --template tpl-abc123Verify the integrity of downloaded binaries using SHA256 checksums:
Pin this release: checksums-v1.3.5.txt
sha256sum -c checksums.txtReady to get started?
Continue to the Authentication Guide to learn how to connect to your ScaleBox instance, or check out the Quick Start Guide for common workflows.