Skip to main content

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 as kylon-cli. Install it globally so the kylon binary is on your PATH:
Install it globally rather than running it through 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 with sudo:
…or point npm’s global prefix at a writable directory on your PATH:
Then confirm that $HOME/.local/bin is on your PATH.