Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.17 KB

existing-solutions.md

File metadata and controls

37 lines (28 loc) · 2.17 KB

Existing SEA Solutions

This document aims to exhaustively list and categorize every known solution for packaging Node.js applications as standalone executables.

Name Company Repository Point of Contact
pkg Vercel https://github.com/vercel/pkg @jesec
boxednode MongoDB https://github.com/mongodb-js/boxednode @addaleax
nexe - https://github.com/nexe/nexe N/A
node-sea - https://github.com/arcanis/node-sea @arcanis

Virtual File System Implementations

Name Project Reference Point of Contact
ASAR Electron @zcbenz
ZipFS Yarn ZipFS @arcanis

Miscellaneous Related Tooling

Name Notes
qjsc Compiles Javascript sources to executables with no external dependency.

Did we miss any or got any details wrong? Help us out by sending a PR!