Open-Source n8n Alternative for Workflow Building (GUI and Docker Included)
13 days ago
- #open-source
- #multi-language
- #workflow-automation
- Nyno 3.0 is an open-source multi-language workflow engine for building and connecting automation workflows.
- Supports Python, PHP, JavaScript, and Ruby, each running in high-performance worker engines.
- Workflows are defined in human-readable YAML files (.nyno files).
- Uses multi-process worker engines for high performance, scaling with CPU cores in production.
- Allows exporting functions in supported languages to be called within workflows.
- Includes examples for JavaScript, Python, and PHP extensions.
- Provides a TCP interface for executing workflows and receiving JSON output.
- Requires Best.js for operation, with Docker/Podman recommended for dependency management.
- Features context passing between workflow steps for data sharing.
- Open-source and built with Best.JS, a faster alternative to Next.JS.