The third beta release of Node-RED 5 is now available!
This is the next iteration of the UI changes. We've diverged a bit from the original concept designs, but it feels like we're getting to a good place. It also feels like most of the major changes have now been made; it will be mostly fine-tuning from here.
Notable changes:
- Editor tabs have moved up into the header
- The sidebar buttons are now along the bottom
- The status widgets have been rearranged
At this point, I need to switch gears somewhat to work on some of the other tasks we want to get done for Node-RED 5 - a lot around the project infrastructure. These will be less exciting for end users, but hopefully bring some joy to developers who want to contribute to the codebase.
That said, I know there are a small number of UX quirks we want to get resolved:
- adding a dark theme (yes - it will happen. no - you don't need to ask for it again)
- the sidebar buttons/status widgets don't play nice when the window is too narrow for them all
We're also working on adding a way for the community to be able to interactively preview these changes without having to install anything. Follow Add WebContainer-based branch preview deployments by dimitrieh · Pull Request #5475 · node-red/node-red · GitHub if you're interested in how we're doing that.
Installing the beta
If you want to try out the beta, you will need specify node-red@next when you use npm to update. Without the @next you'll still get 4.1.x
So on a Pi you'd do:
sudo npm install -g --unsafe-perm node-red@next
Docker images
The beta images will be available soon - all being well with Ben on holiday. They will be available under nodered/node-red-dev:v5.0.0-beta.3 - with the default image being based on Node 24.
Reporting problems
If you hit any problems, please report them either as a reply on this topic, or in the #core-dev slack channel. Please do not post new topics to the forum regarding the beta as that could confuse users who are not using the beta.
What's Next
The Node-RED 5.0 work is being tracked in this issue. From there you'll find sub-issues for the various strands of activity going into Node-RED 5.
For the UX updates, you can follow this issue - with a number of sub-issues already raised for the next betas to address.















