Edition

Flow CLI

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.

Surface
Terminal and CI
Execution locus
Local machine, headless
Status
Preview
What it is

The engine, without a window

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.

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.

Full-screen TUI

A terminal UI for interactive runs. You can review generated flows, watch execution, and drive the agentic workflow without leaving the shell.

CI integration

Built for continuous integration. You can run flows as gates, generate them from a prompt, and fail the job on an unhandled failure.

Manual or autonomous

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.

Scheduler daemon

Run the background scheduler loop on a utility host so recurring flows fire from the terminal, no desktop required.

Local by default

Inference runs on the host that runs the CLI. Operational data stays put, and the engine keeps execution authority.

Run Flow from the terminal

Drop the engine into CI or a utility host, with the same flows, headless.