An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Flowbaker Executor

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.

[![Go Version](https://img.shields.io/badge/go-1.25.0-blue.svg?style=flat-square)](https://golang.org/)
[![Community](https://img.shields.io/discord/1369035097394647162?style=flat-square&label=discord)](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





Star History Chart