cadenza on your PATH.
Install the binary
- macOS / Linux
- Windows (PowerShell)
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
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 extras (
gym, lora), 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) and fine-tuning
(lora) features. Requires Python 3.10+.
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.