Home/Agents/FlowClaw
FC

FlowClaw TYPESCRIPT

Open source · MITv2026.2.7 99.93% uptime
Stars
9.4k
Deploys
120k
Version
2026.2.7
Uptime
99.93%
Runtime
TYPESCRIPT
License
MIT

Overview

FlowClaw turns agents into visual workflows. Compose DAG pipelines of tools and models, branch on output, and replay any run step-by-step. Great for teams who want their automation legible to non-engineers.

Key features

  • Visual DAG pipeline editor
  • Conditional branching on step output
  • Step-by-step run replay
  • Reusable sub-flows and templates
  • Webhook + schedule triggers

Install

$ npm i -g flowclaw

Quickstart

# 1 - install FlowClaw
npm i -g flowclaw

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy flowclaw --model claude-sonnet-4-6

# 3 - or self-host on any VPS
flowclaw serve --port 8080