← Back to downloads
floww / Workfloww
─────────────────────────
 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

Packages

macOS
Coming soon
Windows
Coming soon
npm
Coming soon

Requirements

Runtime
Linux x86_64 or ARM64. No GUI dependencies required — runs entirely in the terminal.
Claude CLI
Required for AI node execution. Needs claude in PATH. Install from Anthropic.
Ollama
Optional. For local LLM nodes, install Ollama with your preferred models.

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