1 रिपॉजिटरी
Converting Node.js projects into standalone native executables including bundled assets and addons.
Distinct from Node.js Project Bundlers: Distinct from project bundling by focusing on the output of a native standalone binary rather than a single JS file.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Node.js Binary Compilation. Refine with filters or upvote what's useful.
pkg is a Node.js executable packager and cross-platform binary compiler. It bundles a project and its dependencies into a single standalone executable file that runs without a pre-installed runtime on the target machine. The tool uses a virtual filesystem bundler to embed project assets and native modules into a binary snapshot. It includes a bytecode obfuscator that compiles source code into bytecode to prevent the extraction of raw logic. The project supports cross-platform distribution, allowing the generation of binaries for different operating systems and architectures from a single hos
Converts JavaScript projects into standalone executables including native addons and assets for easier deployment.