# Packing Node-RED as executable file?

**URL:** https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258
**Category:** General
**Created:** [19 October 2022 12:39 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258 "2022-10-19T12:39:58Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Josh](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/josh/32/62208_2.png) [@Josh](https://discourse.nodered.org/u/Josh)
#### Post date: [19 October 2022 12:39 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/1 "2022-10-19T12:39:58Z")

</div>

Hi I was wondering if someone could help me finding a way to pack nodered as a exe file. Any thoughts and suggestions?

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [19 October 2022 14:52 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/2 "2022-10-19T14:52:47Z")

</div>

have you tried a search of the forum using 'node-red executable'?

---

<div class="post-metadata">

### Author: ![janvda](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/janvda/32/234_2.png) [@janvda](https://discourse.nodered.org/u/janvda)
#### Post date: [19 October 2022 15:07 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/3 "2022-10-19T15:07:09Z")

</div>

If you would consider docker then there are [Node-RED docker images](https://hub.docker.com/r/nodered/node-red/) available on docker hub.

see also

- [Running under Docker : Node-RED](https://nodered.org/docs/getting-started/docker)

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [19 October 2022 23:47 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/4 "2022-10-19T23:47:12Z")

</div>

There is (or was at least) a build for node-red that packaged it in Electron - not sure if it is still current. But that would likely be the best option.

---

<div class="post-metadata">

### Author: ![SrGeneroso](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/srgeneroso/32/69531_2.png) [@SrGeneroso](https://discourse.nodered.org/u/SrGeneroso)
#### Post date: [22 October 2022 17:04 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/5 "2022-10-22T17:04:24Z")

</div>

The latest one I've found uses node-red 2  
This are some I have  
[Electron-node-red](https://github.com/dceejay/electron-node-red) still exploring it but has much potential, it seems to be a tool builder, not sure how to customize it because I'm trying to work through WSL and I need to fix more than I can chew.  
Then there is [nodered-portable](https://github.com/mdkrieg/nodered-portable), I liked this one, it's download and execute, unpacked and... even you can acces many files it can't install new palletes and uses v2.1.3. I would like to dig more into electron and try to update it.  
Meanwhile, there is node-red-desktop from sakazuki on github (sorry i can only use 2 url as new user, search on github) same as last one, nodered is outdated but can install new palettes, but I think that part may be broken. The files are "accesible" but you can't do much.  
And there I am right now, I would like to see tauri examples, maybe some kubernetes magic or in general, see more updates to those repos, seems like a fun experiment but for some reasons it doesn't stuck, I'll keep researching and trying. For me WSL/Docker it's a great compromise for desktop automation, but I understand node-red is hitting hard on home/work automation with dedicated hardware and full os integration.

---

<div class="post-metadata">

### Author: ![SrGeneroso](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/srgeneroso/32/69531_2.png) [@SrGeneroso](https://discourse.nodered.org/u/SrGeneroso)
#### Post date: [22 October 2022 17:22 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/6 "2022-10-22T17:22:05Z")

</div>

Also, since this it's going to be a top search in node-red as executable I'll link some post dedicated to that

[Create node-red flow into Executable package format](https://discourse.nodered.org/t/create-node-red-flow-into-executable-package-format/1154) Don't solve the executable part, but talk a bit about how to pass data for other applications

[How to package node-red project into an executable file? [SOLVED]](https://discourse.nodered.org/t/how-to-package-node-red-project-into-an-executable-file-solved/11217) This thread is quite old but have a couple of solutions, first one electron and the other one an alternative for installing multiple instances and data sharing... it's not exactly an exectuable but have some recipes to use node-red inside electron.

---

<div class="post-metadata">

### Author: ![SrGeneroso](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/srgeneroso/32/69531_2.png) [@SrGeneroso](https://discourse.nodered.org/u/SrGeneroso)
#### Post date: [22 October 2022 17:30 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/7 "2022-10-22T17:30:01Z")

</div>

[Can I package whole nodered project using pkg node?](https://discourse.nodered.org/t/can-i-package-whole-nodered-project-using-pkg-node/56271) This one come from the previous one, quite interesting.

[Developing node-red standalone applications (Extra unanted user dir creation on app execution)](https://discourse.nodered.org/t/developing-node-red-standalone-applications-extra-unanted-user-dir-creation-on-app-execution/66659) This one I don't totally get seems you can embed node-red into other applications, maybe you already have a tauri project for example and can use node-red from inside, good to know.

[Is it possible to make Node-RED into a windows portable app](https://discourse.nodered.org/t/is-it-possible-to-make-node-red-into-a-windows-portable-app/11259) This one have a couple of years but it showcase that nodered portable might be a solution. Not exactly an exe file of nodered but with some tinkering...

And... I've scrolled to far. The topic of nodered installer have come many times, it's quite interesting and I'll keep looking into it, any news please let me know.

---

<div class="post-metadata">

### Author: ![Josh](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/josh/32/62208_2.png) [@Josh](https://discourse.nodered.org/u/Josh)
#### Post date: [25 October 2022 05:33 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/8 "2022-10-25T05:33:54Z")

</div>

Sorry on the late reply. I was holidaying. Anyways I will try the above suggested methods and will get back.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [24 December 2022 05:34 UTC](https://discourse.nodered.org/t/packing-node-red-as-executable-file/69258/9 "2022-12-24T05:34:01Z")

</div>

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