DocsInstall
The published CLI is @intent-lang/cli. It needs Node.js 22.13 or newer.
npm install -g @intent-lang/cliintent versionintent validate app.intentYou can skip the global install:
npx @intent-lang/cli validate app.intentClone the toolchain if you are changing the language or the compiler.
git clone https://github.com/bhuvaneshwararaja/intent-lang.gitcd intent-langpnpm installpnpm testpnpm buildpnpm intent validate examples/notifications/app.intentpnpm 11 is required. The repo uses a workspace of @intent-lang packages.