Skip to main content
The CLI is published to npm as @mulerunai/cli. It bundles the right native binary for your platform automatically (macOS arm64/x64, Linux arm64/x64). Node.js 20+ is required.

Global install

The recommended setup. The mulerun binary becomes available everywhere on your PATH.
Verify the install:

Run on demand

For one-off use, run through npx or bunx without installing:
The package is cached locally; subsequent invocations reuse the same install.

Per-project install

If you want the version pinned to a single repository (recommended for CI):
Then call it through your package runner:

Upgrading

The CLI can upgrade itself in place:
It will also auto-upgrade in the background on routine commands unless you opt out:
See the upgrade command page for full details.

Uninstall

Next step

Head to Configuration to set your token and any optional proxy or base URL.