← Back to downloads
floww / Workfloww
─────────────────────────
 floww v1.0.0
 The visual AI workspace
─────────────────────────

flowwCLI

Floww for the terminal. The visual AI workspace, from your command line.

# Install instructions coming soon — see floww.download
Full install guide at floww.download
Latest: v1.0.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
$ floww-cli run ./my-workflow.floww
 
# Run with input variables
$ floww-cli run ./pipeline.floww --var input="hello world"
 
# Watch mode — re-run on file changes
$ floww-cli watch ./dev-pipeline.floww
 
# List available workflows in a directory
$ floww-cli list ~/projects/my-app