Run FlowDot on your own machine
FlowDot runs the agent and your recipes locally. Your API keys and your files stay on your computer. Get the desktop app for a visual runner, or the CLI to drive everything from your terminal.
Get FlowDot
Two ways to run recipes locally. Pick whichever fits how you work.
Developer packages
Libraries and integrations on npm. You do not need these to run recipes. They are for building on top of FlowDot.
FlowDot MCP Server
MCP server connecting Claude, Cursor, and other AI tools to FlowDot.
npx "@flowdot.ai/mcp-server"
FlowDot API Client
TypeScript API client and type definitions for the FlowDot platform.
npm install "@flowdot.ai/api"
FlowDot Daemon
Background loop and goal scheduler used by the FlowDot CLI and native app.
npm install "@flowdot.ai/daemon"
Guardian-Agent
Open-source (AGPL-3.0) runtime supervisor for tool-using LLM agents.
npm install "@flowdot.ai/guardian-agent"