Installation

Get NoFlake installed in your project in under 30 seconds.

Install via npm

npm install -D noflake

Or with other package managers:

# yarn
yarn add -D noflake

# pnpm
pnpm add -D noflake

Use without installing

You can also run NoFlake directly via npx without adding it to your project:

npx noflake init

Peer Dependencies

NoFlake generates Playwright tests. You'll need Playwright installed:

npm install -D @playwright/test
npx playwright install

If you don't have Playwright yet, noflake init will create a playwright.config.ts for you automatically.

System Requirements

Node.js24+ (LTS recommended)
OSmacOS, Linux, Windows
GitRequired for update command and git hooks
Note:For v1.0 automation features, you'll also need an Anthropic API key set as the ANTHROPIC_API_KEY environment variable. This is not required for init.

Verify Installation

npx noflake --version
# 0.0.2