Skip to content

Tiers

flowctl ships as two binaries. The Community binary is free. The Pro binary adds write operations and the local editor.

Everything you need to read, export, and validate flows.

  • Read any flow in any format (text, tree, yaml)
  • Export to YAML for version control
  • Validate YAML offline
  • 18 sample flows to learn from
  • OAuth2 + Basic Auth
  • --output json for scripting
  • flowctl --init for scaffolding new flows

Binary size: ~10MB. Works on macOS, Linux, Windows.

Adds write operations for managing flows as code.

  • Create flows from YAML (flowctl --create)
  • Update existing flows (flowctl --update)
  • Structural diff preview (--dry-run)
  • Local YAML editor (flowctl --serve :3000)

Binary size: ~18MB (includes embedded editor).

Download Pro

The hosted version at flowctl.sh adds the full web UI and API. This is not distributed as a binary — it runs on our infrastructure.

  • API with interactive documentation
  • Web UI with flows browser
  • Live progress updates during operations
FeatureCommunityProHosted
Read flowsYesYesYes
Export YAMLYesYesYes
ValidateYesYesYes
JSON outputYesYesYes
Create flowsYesYes
Update flowsYesYes
Dry run previewYesYes
Local editorYes
API accessYes
Web UIYes
Live progressYes

Visit flowctl.sh/pricing for current pricing and to start a 14-day trial.