Headless runner
Execute a Flow DSL file directly on the shared core. Exit codes and structured output make it a first-class step in any pipeline.
The headless edition. Execute Flow DSL directly on the shared core from a terminal or CI pipeline, or drive it interactively from a full-screen TUI.
Flow CLI runs the same orchestration core from the command line. Script it in a pipeline, or open the TUI for an interactive run. The execution path is the one every other edition shares.
Execute a Flow DSL file directly on the shared core. Exit codes and structured output make it a first-class step in any pipeline.
A terminal UI for interactive runs. You can review generated flows, watch execution, and drive the agentic workflow without leaving the shell.
Built for continuous integration. You can run flows as gates, generate them from a prompt, and fail the job on an unhandled failure.
You get the same review and fix gates as every edition. An interactive run prompts on each fix, and an autonomous one applies fixes within budget.
Run the background scheduler loop on a utility host so recurring flows fire from the terminal, no desktop required.
Inference runs on the host that runs the CLI. Operational data stays put, and the engine keeps execution authority.
Drop the engine into CI or a utility host, with the same flows, headless.