Skip to main content

Download Undergrowth

Get the latest release of the Undergrowth engine and start automating in minutes.

View All Releases on GitHub →

Choose Your Platform

🪟

Windows

x64

Download .zip
🐧

Linux

x64

Download .tar.gz
🐧

Linux

arm64

Download .tar.gz

Looking for older versions? View all releases →

Quick Start

1

Download

Download the appropriate archive for your platform from the releases page.

2

Extract

Extract the archive to a location of your choice. The package includes the engine binary and core plugins.

3

Run

Double-click undergrowth (or run from terminal) and open http://localhost:3000 in your browser.

Command Line Usage

# Start the engine with Web UI
./undergrowth

# Run a workflow headlessly
./undergrowth run workflow.yaml

# Validate a workflow without running
./undergrowth check workflow.yaml

# Show version and license info
./undergrowth --version
./undergrowth --license-info

System Requirements

Minimum

  • 1 CPU core
  • 512 MB RAM
  • 50 MB disk space (core only)
  • Any OS with x64/arm64

Recommended

  • 2+ CPU cores
  • 2 GB RAM
  • 500 MB disk space (with plugins)
  • Modern browser for Web UI

Embedded / IoT

  • Raspberry Pi 3+
  • 256 MB RAM (headless)
  • 10 MB (minimal plugins)
  • ARM64 or x64 Linux

Need Help Getting Started?

Check out our documentation for detailed guides and tutorials.