Install ClientFlow
Get running in under 3 minutes. Supports macOS, Windows, Linux, and Docker.
npm
$npm install -g clientflow-cli clientflow --version to verify.
macOS
$brew install clientflow/tap/clientflow Requires Homebrew. After install, run clientflow auth to connect your account.
clientflow --version to verify.
Docker
$docker run -v ~/.clientflow:/root/.clientflow clientflow/cli:latest Persistent volume preserves your config across container restarts.
Windows
$scoop install clientflow clientflow --version to verify.
Verify Install
bash
```bash
$ clientflow --version
ClientFlow v1.4.2 (darwin/arm64)
$ clientflow auth
Opening browser for authentication...
✅ Authenticated as [email protected]
```