Installation
Klyro ships as an npm package, @klyro/cli, distributed through npm, npx,
and pnpm dlx.
Requirements
Section titled “Requirements”- Node.js
>= 24.16 - A package manager: npm, pnpm, or an equivalent
dlxrunner
Run without installing
Section titled “Run without installing”npx @klyro/cli --help# orpnpm dlx @klyro/cli --helpInstall globally
Section titled “Install globally”npm install -g @klyro/cliklyro --helpBuild from source
Section titled “Build from source”The repository is a pnpm workspace with a frozen toolchain (pnpm 11.15.1,
Vite+, Node >= 24.16). From a checkout:
vp installThis 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.
Verify the installation
Section titled “Verify the installation”klyro --versionklyro --helpThen continue with the Quickstart to generate your first stack.