Skip to main content
All downloads

RustFS CLI Client (rc)

rc is the operator surface after RustFS is running.

Binary x86_64

Download the Linux tarball, extract it, and place rc on your PATH.

Binary x86_64

$curl -O https://github.com/rustfs/cli/releases/download/v0.1.31/rustfs-cli-linux-amd64-gnu-v0.1.31.tar.gz
$tar -xzf rustfs-cli-linux-amd64-gnu-v0.1.31.tar.gz
$sudo install -m 0755 rc /usr/local/bin/rc
$rc --help

Binary ARM64

Use the ARM64 tarball when your Linux host runs on Graviton or other aarch64 hardware.

Binary ARM64

$curl -O https://github.com/rustfs/cli/releases/download/v0.1.31/rustfs-cli-linux-arm64-gnu-v0.1.31.tar.gz
$tar -xzf rustfs-cli-linux-arm64-gnu-v0.1.31.tar.gz
$sudo install -m 0755 rc /usr/local/bin/rc
$rc --help