Installation

Download and install TestFlowKit on your operating system

Installation

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:

PlatformFile
Windows x64tkit-windows-amd64.zip
macOS Inteltkit-darwin-amd64.tar.gz
macOS Apple Silicontkit-darwin-arm64.tar.gz
Linux x64tkit-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

DriverSetup
rod (default)Bundled — no install step
playwrightSet 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.