Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 455 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 455 Bytes

An experimental fat binary bundler leveraging Node.js single-executable-applications (or SEA) feature. It packages a complete node project (including node_modules) as a tar.gz that is embedded in a binary. At runtime, the project is uncompressed and executed.

Only supports OSX and linux. Requires Node.JS v21.7+.

To test:

node src/index.js example
./bitbox-buid/example