Workflow automation executor that runs on your machine. It connects to the Flowbaker platform to execute workflows with various integrations like Discord, GitHub, Gmail, and more.
Download the latest binary from releases or build from source:
git clone https://github.com/flowbaker/flowbaker.git
cd flowbaker
go build -o flowbaker cmd/main.go
Start the executor and follow the setup prompts:
./flowbaker start
The setup will guide you through:
- Creating an executor ID
- Connecting to your Flowbaker workspace
- Generating secure authentication keys
Once setup is complete, the executor will run workflows assigned to it from your Flowbaker dashboard.
flowbaker start
- Start the executor (auto-setup on first run)flowbaker status
- Check executor statusflowbaker reset
- Reset configurationflowbaker workspaces
- Manage workspace connections
go build -o flowbaker cmd/main.go
Requirements: Go 1.25+
- Discord - Get help and discuss
- GitHub Issues - Report bugs or request features
Apache 2.0