Bundle any npm package + dependencies for offline installation
npm package name. Version pinning supported: express@4.18.2, lodash@^4.17, @babel/core@7.24.0
Embed Node.js runtime
For hosts without Node.js installed — adds ~25 MB to the bundle
🛡Every bundle is scanned with ClamAV before download. If malware or a virus signature is detected, the bundle is blocked and never served. A scan_results.txt report is included in every zip.
bundler
🔍
After Downloading the Zip
1
Locate the file Open your Downloads folder and find the .zip file.
2
Extract it Double-click the zip to extract, or run: unzip <filename>.zip
3
Copy node_modules into your project Move the node_modules/ folder from the extracted zip into your project's root folder — right next to your package.json.
4
Run your project node app.jsYour packages are ready — no internet or npm install needed.
If Node.js runtime was bundled
Run ./setup.sh (Linux/Mac) or setup.bat (Windows) to configure it, then use node-runtime/node to run scripts on machines without Node.js installed.