Skip to content

Installation

Klyro ships as an npm package, @klyro/cli, distributed through npm, npx, and pnpm dlx.

  • Node.js >= 24.16
  • A package manager: npm, pnpm, or an equivalent dlx runner
Terminal window
npx @klyro/cli --help
# or
pnpm dlx @klyro/cli --help
Terminal window
npm install -g @klyro/cli
klyro --help

The repository is a pnpm workspace with a frozen toolchain (pnpm 11.15.1, Vite+, Node >= 24.16). From a checkout:

Terminal window
vp install

This installs workspace dependencies, including the CLI under apps/cli. The repository’s development commands (vp check, vp test, vp run build) are described in the repository README; they matter when you want to change Klyro, not just use it.

Terminal window
klyro --version
klyro --help

Then continue with the Quickstart to generate your first stack.