Issue #57

I like node.js because it has many cool packages. I wish the same goes for macOS. Fortunately, the below solutions provide a way to package node.js modules and use them inside macOS applications. It can be slow, but you save time by using existing node.js modules. Let’s give it a try.

  • pkg Package your Node.js project into an executable πŸš€
  • nexe create a single executable out of your node.js apps
  • enclose js Compile your Node.js project into an executable http://enclosejs.com