RUNE Interface
RUNE Interface is a visual workflow editor that lets you build flows by connecting nodes together. Instead of writing code, you drag and drop nodes onto a canvas, wire them together, and run your flow immediately. The interface supports multiple languages and can be integrated with external tools via the MCP (Model Context Protocol) server.
Perfect for: Building automation workflows, data processing pipelines, and complex logic flows without writing boilerplate code.
Key Features:
- Visual node-based editor with drag-and-drop interface
- Built-in nodes for flow control, data manipulation, file operations, and more
- Luau scripting support for custom logic
- Session state management for data persistence
- Flow execution history and debugging tools
- Multi-language localization support with .po files
- MCP Server integration for remote workflow triggering from external tools
RUNE CLI
RUNE CLI is a command-line tool for executing R.U.N.E. – Routing & Utility Node Editor flows without the graphical interface. It's designed for automation, CI/CD pipelines, and headless execution of workflows.
Perfect for: Running flows from scripts, integrating with build systems, and automating repetitive tasks.
Key Features:
- Execute flows from the command line
- Pass parameters and environment variables
- Output results in various formats
- Integration with shell scripts and automation tools
What is RUNE?
R.U.N.E. – Routing & Utility Node Editor is a visual workflow system that makes it easy to build complex automation and data processing flows. Instead of writing traditional code, you use a visual editor to connect nodes together.
How it works:
- Create a Flow: Start a new flow or open an existing one
- Add Nodes: Drag nodes from the node menu onto the canvas
- Connect Nodes: Wire nodes together using execution pins (for flow control) and data pins (for values)
- Configure Nodes: Set input values and customize node behavior
- Run the Flow: Execute your flow and see results in real-time
Built by Blazium Engine Contributors - RUNE Interface is an open-source project designed to make workflow automation accessible to everyone, from beginners to advanced users.