Node-Red Packaging ( create .exe )

Hi,

i have created a flows on node red , also have code written in js to run the flow.
have a small robot which i want to trigger via node red GUI i'm able to do it successfully
i connect the robot to the computer using wi-fi and then i control it via Node-Red GUI.

i want to package the flows and server link and gui in an exe file
once i tap on the exe - nr dashboard should open i should be able tot use to control my robot.

1 Like

You will need to wrap it all in something like electron - but you need to customise the build to suit yourself. see https://github.com/dceejay/electron-node-red for the basics

1 Like

These threads provide some further pointers:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.