Boilerplate project for Node.js single executable applications
Write your code in src/main.ts
.
npm run check
npm run exec
Your app will be stored in build/app
.
npm run build
- Currently, this project only supports the Linux x64 platform. But Node SEA also seems to work on other platforms like Windows x64 or macOS arm64.
- If you have problems with SIGSEGV, you may be using a stripped version of the Node.js binary. Node SEA seems not to work when symbols are stripped.