Setting up Bflow takes under a minute. There are no heavy browser binaries to download, no WebDriver daemons to install, and no complex configuration files.
The installer detects the operating system and CPU architecture, verifies the release checksum, installs in a user-owned directory, and adds that directory to PATH. Open a new terminal if bflow is not immediately available.
Set BFLOW_VERSION to install a particular tag (with or without the leading v) and BFLOW_INSTALL_DIR to override the user-owned destination. BFLOW_REPOSITORY can point the installer at a compatible fork.
Terminal window
bflow--version
bflow
To uninstall on macOS/Linux, remove the installed bflow file and the installer-marked PATH entry from your shell configuration. On Windows, remove the installation directory (default %LOCALAPPDATA%\Programs\bflow) and its user PATH entry.
Supported target names are bun-darwin-arm64, bun-darwin-x64, bun-linux-arm64, bun-linux-arm64-musl, bun-linux-x64-baseline, bun-linux-x64-musl, bun-windows-arm64, and bun-windows-x64-baseline. Source runs report the version as development; compiled releases report the embedded version.
Workflow and output paths are resolved from the current working directory. This keeps workflows/ and output/ beside the project that invokes either the source CLI or standalone executable.