OpenFlow v1.0.0
OpenFlow — a visual builder for multi-agent AI workflows. Drag role cards onto a canvas, wire a pipeline (planner → architect → coder), save it, and run it with real parallel agents. Built on the opencode engine.
Install
Prerequisites: Bun 1.3+ and Git.
git clone https://github.com/SeeRay11/OpenFlow.git
cd OpenFlow
bun installRun
./openflow.ps1 # Windows (PowerShell)
./openflow.sh # macOS / LinuxStarts the engine, waits for it to listen, then opens the canvas at http://localhost:5174. Ctrl+C stops both. Point agents at another repo with -Project <dir> (PowerShell) / -p <dir> (shell); add -Built / -b to serve the built bundle.
Before the first run: log in a provider (opencode auth login, a provider env var, or OPENCODE_AUTH_CONTENT) — Flow inherits the server's credentials. Set OPENFLOW_PROJECT to the repo the agents should work in; these agents write real files.
Full docs in the README and packages/flow/README.md.