Choose Your Platform
Quick Start
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.