Skip to main content
The fastest path is the install script, which downloads the prebuilt binary for your OS from the latest GitHub Release and puts cadenza on your PATH.

Install the binary

Downloads cadenza-mac (macOS) or cadenza-linux (Linux), installs it to /usr/local/bin/cadenza, and marks it executable. You may be prompted for sudo if /usr/local/bin isn’t writable.

Verify

If cadenza isn’t found, open a new terminal (so PATH refreshes) and try again.
The standalone binary is self-contained and bundles its own Python. It does not include the optional simulation, fine-tuning, or RL extras (gym, lora, rl, vla), which require a Python install. For those features, install from source below.

Install from source

Use this for development, or to get the simulation (gym), fine-tuning (lora), and residual-RL (rl) / VLA (vla) features. Requires Python 3.10+.
1

Clone and install

This exposes the cadenza-cli command.
2

Add extras (optional)

3

Run

cadenza vs cadenza-cli. The install script ships a binary named cadenza. A source install exposes cadenza-cli. The commands are otherwise identical. These docs use cadenza, so substitute cadenza-cli if you installed from source.

Next

Quickstart

Sign in and run your first mission.

Configuration

Extras, API keys, and environment variables.