Installation
npm (recommended)
npm install -g @testflowkit/cli
tkit --version
Or run without installing:
npx @testflowkit/cli --version
Requires Node.js 16+.
Direct download
Download the binary for your platform from GitHub Releases:
| Platform | File |
|---|---|
| Windows x64 | tkit-windows-amd64.zip |
| macOS Intel | tkit-darwin-amd64.tar.gz |
| macOS Apple Silicon | tkit-darwin-arm64.tar.gz |
| Linux x64 | tkit-linux-amd64.tar.gz |
Extract, make executable (chmod +x tkit on macOS/Linux), then run tkit --version.
macOS: If Gatekeeper blocks the binary, allow it in System Preferences → Security & Privacy, or run xattr -d com.apple.quarantine ./tkit.
Browser drivers
| Driver | Setup |
|---|---|
| rod (default) | Bundled — no install step |
| playwright | Set driver: "playwright" in config, then run tkit install |
Playwright requires Go 1.19+ and downloads Chromium (~300MB) on first install.
Next Steps
Quick Start — Create your first test project.