Package node.js in Cocoa/OSX app

OK, here's what:

  • I don't want to write an OSX app in node.js - the app is almost complete and 100% in Objective-C/Cocoa
  • I don't want to bridge Objective-C and node.js
  • I want to be able to execute a js/node.js script, regardless of whether the user has already pre-installed the node.js binary

So, is there any known way? What would you suggest?