Flowy is a self-hosted task hub for AI-assisted work. It gives you one place to manage projects, route tasks to connected runner machines, and execute them with the AI CLI that fits the job, such as Claude Code, Codex, or Cursor Agent.
Flowy is designed for a simple workflow: keep projects and tasks in one dashboard, point each task at a runner, pass harness settings like workspace, model, sandbox, or worktree through to the underlying CLI, and watch execution output stream back into the hub.
Flowy is published as two npm packages:
@frankleeeee/flowyruns the hub UI and API@frankleeeee/flowy-runnerregisters a worker machine and executes assigned tasks
# install packages
npm install -g @frankleeeee/flowy @frankleeeee/flowy-runner
# start the application
flowy- Run the Flowy hub to manage projects, tasks, and connected runners.
- Connect one or more machines with Flowy Runner.
- Assign tasks to the AI CLI that should handle them.
- Monitor execution output directly from the hub.
Setup, configuration, and usage guides are available in Flowy Docs.