SkillAgentSearch skills...

Flowbaker

Execution engine powering Flowbaker, a no code platform to build, connect, and automate workflows.

Install / Use

/learn @flowbaker/Flowbaker

README

<img src="assets/head.png" alt="Flowbaker Executor" width="100%">

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.

<div align="center">

Go Version Community

</div>

Quick Start

Installation

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

Setup

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.

Commands

  • flowbaker start - Start the executor (auto-setup on first run)
  • flowbaker status - Check executor status
  • flowbaker reset - Reset configuration
  • flowbaker workspaces - Manage workspace connections

Building from Source

go build -o flowbaker cmd/main.go

Requirements: Go 1.25+

Community

License

Apache 2.0

Star History

<a href="https://www.star-history.com/#flowbaker/flowbaker&type=date&legend=top-left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=flowbaker/flowbaker&type=date&theme=dark&legend=top-left" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=flowbaker/flowbaker&type=date&legend=top-left" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=flowbaker/flowbaker&type=date&legend=top-left" /> </picture> </a>
View on GitHub
GitHub Stars193
CategoryDevelopment
Updated2d ago
Forks16

Languages

Go

Security Score

100/100

Audited on Mar 31, 2026

No findings