nodexejs
v0.1.0
Published
A lightweight Node.js-compatible JavaScript and TypeScript runtime with single-executable bundling
Readme
Nodexe
Nodexe is a lightweight, Node.js-compatible JavaScript and TypeScript runtime with a single-executable bundler.
The npm package currently supports Linux x64 systems using glibc,
macOS 14+ systems on Apple Silicon, and Windows x64. Node.js 18 or newer is
required only for the small npm launchers; applications produced by
nodexe-bundle do not require Node.js.
npm install --global nodexejs
nodexe app.ts
nodexe -p '1 + 2'
nodexe-bundle build app.ts --out app
./appNodexe is Alpha software. Its Node.js compatibility and command-line interface are still evolving. Report issues at https://github.com/vincentdchan/nodexe/issues.
