FlowDot CLI
NPMOfficial command-line interface for FlowDot.
Run FlowDot workflows, talk to the agent, manage goals and recipes, and drive the platform from your terminal. Install as a standalone binary — no Node.js required — on macOS, Linux, and Windows, or via npm for development (the npm install is also required for voice calls).
Install FlowDot CLI
Easiest — no Node.js needed
Recommended
macOS / Linux — paste into Terminal
curl -fsSL https://flowdot.ai/downloads/cli/install.sh | sh
Windows — paste into PowerShell
irm https://flowdot.ai/downloads/cli/install.ps1 | iex
Then run flowdot auth login.
Prefer a manual download? Grab your platform's binary from the
releases page,
rename it to flowdot, and put it on your PATH.
For developers
Needs Node.js ≥ 20. Also required for voice calls.
npm install -g "@flowdot.ai/cli"
Version Info
Latest Version
v1.1.14
Last Checked
1 day ago