flowbaker

module
v0.0.40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2025 License: Apache-2.0

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 Community

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

Directories

Path Synopsis
cmd
cli
internal
pkg
clients/flowbaker
Package flowbaker provides a Go SDK for interacting with the Flowbaker API.
Package flowbaker provides a Go SDK for interacting with the Flowbaker API.
expressions/kangaroo
Package kangaroo provides a secure JavaScript-like expression evaluator for Go
Package kangaroo provides a secure JavaScript-like expression evaluator for Go
expressions/kangaroo/core
Package core provides the AST execution functionality for the Kangaroo expression evaluator
Package core provides the AST execution functionality for the Kangaroo expression evaluator
expressions/kangaroo/functions
Package functions provides the default function registry for Kangaroo expressions
Package functions provides the default function registry for Kangaroo expressions
expressions/kangaroo/types
Package types defines the core types and interfaces for the Kangaroo expression evaluator
Package types defines the core types and interfaces for the Kangaroo expression evaluator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL