← Back to downloads
─────────────────────────
floww v0.17.0
The visual AI workspace
─────────────────────────
localFloww
Floww for the terminal. Run workflows headless, schedule pipelines, and integrate with CI/CD.
$
curl -fsSL https://floww.pro/install.sh | sh
Click to copy install command
Latest: v0.17.0
Usage
# Run a workflow
$ localfloww run ./my-workflow.floww
# Run with input variables
$ localfloww run ./pipeline.floww --var input="hello world"
# Watch mode — re-run on file changes
$ localfloww watch ./dev-pipeline.floww
# List available workflows in a directory
$ localfloww list ~/projects/my-app