Installation
System Requirements: flow supports Linux and macOS systems. On Linux, you'll need
xclipinstalled to use clipboard features.
Quick Install
Run this command to install the latest version of flow:
shell
curl -sSL https://raw.githubusercontent.com/flowexec/flow/main/scripts/install.sh | bashAlternative Install Methods
Homebrew (macOS/Linux)
shell
brew install flowexec/tap/flowGo Install
bash
go install github.com/flowexec/flow@latestManual Download
Download the latest release from the releases page and add the binary to your $PATH. Each release includes checksums for verification.
Verify Installation
Check that flow is installed correctly:
shell
flow --versionShell Completion
Enable tab completion for your shell:
bash
# Bash
flow completion bash > /etc/bash_completion.d/flow
# Zsh (oh-my-zsh)
flow completion zsh > ~/.oh-my-zsh/completions/_flow
# Fish
flow completion fish > ~/.config/fish/completions/flow.fishNext Steps
Ready to start automating? → Quick start guide
CI/CD & Containers
For GitHub Actions, Docker, and other integrations, see the integrations guide.

