# Rule Technology Overview
Sometimes the built in rule engine is not the perfect fit. It's possible to use openHAB with a variety of different rule engines and automation technologies.
Some are native and can be used out of the box with openHAB and some require installation of additional services which interact with openHAB through its REST API.
The list is sorted alphabetically by name and it is meant as a starting point for further research.
Name | Native | Language/Graphical | Notes |
---|---|---|---|
Blockly | ✔️ | Graphical | Only available through the UI |
GraalVM JavaScript | ✔️ | ECMAScript 11 | |
Groovy | ✔️ | Groovy 3.0 | |
HABApp | ❌ | >= Python 3.8 | |
jRuby | ✔️ | Ruby 3.1 | |
Jython | ✔️ | Python 2.7 | |
NodeRed | ❌ | Graphical | Own UI |
Nashorn JavaScript | ✔️ | ECMAScript 5.1 | |
RulesDSL | ✔️ | RulesDSL |
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub (opens new window)