https://github.com/flowbaker/flowbaker
Execution engine powering Flowbaker, a no code platform to build, connect, and automate workflows.
https://github.com/flowbaker/flowbaker
agents ai ai-agents aiagents automation integration integration-platform integrations low-code no-code self-hosted workflow workflow-automation workflow-engine workflows
Last synced: 9 days ago
JSON representation
Execution engine powering Flowbaker, a no code platform to build, connect, and automate workflows.
- Host: GitHub
- URL: https://github.com/flowbaker/flowbaker
- Owner: flowbaker
- License: apache-2.0
- Created: 2025-08-09T15:53:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-05-28T11:14:43.000Z (23 days ago)
- Last Synced: 2026-05-28T13:12:23.369Z (23 days ago)
- Topics: agents, ai, ai-agents, aiagents, automation, integration, integration-platform, integrations, low-code, no-code, self-hosted, workflow, workflow-automation, workflow-engine, workflows
- Language: Go
- Homepage: https://flowbaker.io
- Size: 2.45 MB
- Stars: 198
- Watchers: 3
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - Flowbaker - Self-hosted execution engine for building, connecting, and automating no-code workflows. (Workflow Frameworks / Routers)
- fucking-awesome-go - Flowbaker - Self-hosted execution engine for building, connecting, and automating no-code workflows. (Workflow Frameworks / Routers)
README

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.
[](https://golang.org/)
[](https://discord.gg/wDxHFkcbhD)
## Quick Start
### Installation
Download the latest binary from [releases](https://github.com/flowbaker/flowbaker/releases) or build from source:
```bash
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:
```bash
./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
```bash
go build -o flowbaker cmd/main.go
```
Requirements: Go 1.25+
## Community
- [Discord](https://discord.gg/wDxHFkcbhD) - Get help and discuss
- [GitHub Issues](https://github.com/flowbaker/flowbaker/issues) - Report bugs or request features
## License
Apache 2.0
## Star History