Skip to content

Compare

ForestHub vs Node-RED

Node-RED earned its place. It has been wiring sensors, brokers and dashboards since 2013, runs on small hardware and has one of the most helpful communities in the IoT world. This page is not the case against Node-RED. It is about the moment a flow becomes a production AI system and the requirements change.

Facts as of June 2026View sources and date

Node-RED is the better fit if

  • The task is prototyping, home automation or lightweight event wiring
  • A free Apache 2.0 licensed tool with 6,000+ community nodes is the priority
  • The team already runs stable Node-RED flows that do their job

ForestHub is the better fit if

  • LLM decisions are part of the logic and have to stay bounded and auditable
  • Flows have become production infrastructure with governance requirements
  • Multi-LLM routing, knowledge bases and agent patterns are core requirements, not add-ons

Side by side

DimensionForestHubNode-RED
CategoryEdge AI and agents orchestration platformLow-code programming for event-driven applications
LicenseOpen source runtime (AGPL-3.0, ForestHubAI/edge-agents), commercial backendApache 2.0, OpenJS Foundation project
DeploymentEngine as a Docker image on Linux edge devices (amd64 and arm64), runs on premisenpm, Docker, single-board computers and cloud. Node-RED 5.0 requires Node.js 22.9+
Industrial protocolsMQTT first-party, HTTP and REST APIsMQTT built in. Modbus and OPC UA via community packages
Ecosystem and integrationsMulti-LLM routing, knowledge bases (RAG), HTTP APIsOver 6,000 installable community nodes
AI and agentsGraph-first agents. The LLM is one node among many, every run is recorded and replayableNo LLM or agent features in core. Community nodes add MCP and OpenAI-compatible LLM calls
PricingRuntime free and open source (AGPL-3.0), platform signup at app.foresthub.aiFree and open source. Commercial offerings via FlowFuse

All Node-RED entries follow the linked sources below and reflect the state of June 2026.

What Node-RED does well

Node-RED is low-code programming for event-driven applications, a project of the OpenJS Foundation under Apache 2.0. It started in 2013 as a tool for visualising MQTT topic mappings and grew into a general tool for lightweight event-driven applications, with IoT as its historical focus. MQTT support ships in the core, Modbus and OPC UA are covered by community packages, the Modbus package maintained since 2016.

For prototyping and lightweight automation close to hardware it is hard to beat, and version 5.0 (June 2026) shows an active project: a redesigned editor, dark theme, accessibility work and a clear yearly release policy.

The production question

The honest friction starts when flows become production infrastructure. Reliability, change governance, deployment across fleets and the question of who approved which logic go beyond what ships in the core. The ecosystem answers with FlowFuse, the commercial offering built to make Node-RED more accessible for enterprise use.

ForestHub starts from the production end. Workflows are deployed as versioned graphs to an engine on the device, runs are recorded, and the platform is designed around the audit question: which input led to which decision, node by node.

AI agents, retrofit or first-class

The Node-RED core contains no LLM, agent or MCP features. The 5.0 release announcement mentions none, and the capability lives in community nodes such as node-red-contrib-mcp, which calls MCP tools and OpenAI-compatible LLMs from flows.

In ForestHub the agent is the product. The LLM is one node among many, bounded by the graph around it, with multi-LLM routing and knowledge bases as platform features. The difference is not whether an LLM call is possible, it is whether the platform was designed around governed LLM decisions.

Protocols and footprint

On protocol breadth, the Node-RED community is genuinely strong. Over 6,000 installable nodes cover MQTT in the core plus Modbus and OPC UA through established community packages.

ForestHub ships MQTT first-party and connects everything else over HTTP and REST APIs. The engine is a Go binary in a distroless Docker image for amd64 and arm64, so the platform's weight sits in orchestration, not in a runtime stack.

An honest recommendation

For prototyping, home setups and simple event wiring, Node-RED remains the right answer, and replacing a working flow for the sake of switching is bad engineering.

The evaluation is worth it when LLM decisions enter the logic or when flows have quietly become infrastructure that auditors, customers or safety reviews care about. That is the regime ForestHub is built for. Both tools speak MQTT, so they can also run side by side during a migration.

Frequently asked questions

Is Node-RED production-ready?

Many teams run Node-RED in production successfully, typically with discipline around testing, deployment and monitoring or with FlowFuse on top. The friction grows with governance requirements. If runs have to be replayable and LLM decisions auditable, that is the gap ForestHub addresses with versioned graphs and a recorded run history.

How do AI agents work in Node-RED?

Through community packages. The Node-RED core ships no LLM or agent features as of version 5.0. Packages such as node-red-contrib-mcp add MCP tool calls and OpenAI-compatible LLM requests to flows. ForestHub treats agents as the core abstraction instead, with the LLM as a bounded node inside the graph.

What is the main difference between ForestHub and Node-RED?

The job. Node-RED is general event wiring with a huge ecosystem. ForestHub is agent orchestration for the industrial edge with an audit trail, multi-LLM routing and knowledge bases built in. The categories overlap at MQTT and at the visual graph editor, the intent differs.

Can ForestHub and Node-RED run side by side?

Yes. Both run as containers on Linux edge devices and both speak MQTT, so existing Node-RED flows can keep running while agent logic moves to ForestHub graphs. A shared broker is the usual integration point.

Sources and date

All statements about Node-RED on this page were checked against the sources below, last verified on June 12, 2026. If something is outdated, a short note to the team is enough and the page gets corrected.

Build a graph, replay a run

At app.foresthub.ai, author a workflow as a graph in the visual builder and deploy the engine to a Linux edge device. For enterprise evaluations, the team walks through architecture, audit and rollout questions together.