Public release-asset mirror of rigbox-dev/cli.
This repo holds nothing but release artifacts — every tagged build on the
private rigbox-dev/cli source repo creates a matching release here with
the rig CLI binaries and the installer script.
Consumers always hit this repo, not the private source:
# Install the latest CLI
curl -fsSL https://rigbox.dev/install.sh | bash
# Pin to a specific version
RIG_VERSION=v0.13.0 curl -fsSL https://rigbox.dev/install.sh | bashSource code, issues, and PRs live on the private repo (Rigbox employees only). End-user bug reports: please open an issue here.