Requirements
- Node.js 22 or newer (npm ships with Node)
- macOS or Linux (Windows users should use WSL)
Install
The Kylon CLI is published to npm askylon-cli. Install it globally so the kylon binary is on your PATH:
npx: the gateway daemon’s agent subprocess calls kylon workspace …, which resolves kylon from PATH, so a persistent binary must be installed.
Upgrade
Re-run the install command — npm reinstalls the newest published build.Verify
Install without sudo
If the global install fails with a permissions error, either run it withsudo:
PATH:
$HOME/.local/bin is on your PATH.