Install the CLI once on the machine where you plan to run run9. If you have both npm and Bun, pick one package manager. You do not need both.
Install with npm:
npm install -g @sys9/run9-cli
Or with Bun:
bun install -g @sys9/run9-cli
Supported platforms
- macOS on Apple Silicon and Intel
- Linux on
x64andarm64
Windows is not supported yet.
Verify
Check that the launcher is available:
run9 --version
If that command prints a version, the CLI is ready. Continue to Authenticate to connect it to your org.