Intent

DocsInstall

Install

The published CLI is @intent-lang/cli. It needs Node.js 22.13 or newer.

From npm

shell
npm install -g @intent-lang/cliintent versionintent validate app.intent

You can skip the global install:

shell
npx @intent-lang/cli validate app.intent

From source

Clone the toolchain if you are changing the language or the compiler.

shell
git clone https://github.com/bhuvaneshwararaja/intent-lang.gitcd intent-langpnpm installpnpm testpnpm buildpnpm intent validate examples/notifications/app.intent

pnpm 11 is required. The repo uses a workspace of @intent-lang packages.