Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to a new way of building node code as single binary executable #8

Open
morningspace opened this issue Nov 6, 2024 · 0 comments
Assignees

Comments

@morningspace
Copy link
Collaborator

Currently we use pkg as the tool to build node code into single binary executable. This has been deprecated according to the pkg maintainer. See: https://github.com/vercel/pkg.

Important
pkg has been deprecated with 5.8.1 as the last release. There are a number of successful forked versions of pkg already with various feature additions. Further, we’re excited about Node.js 21’s support for single executable applications. Thank you for the support and contributions over the years. The repository will remain open and archived.

We need to find new way to replace pkg, e.g.: use the single executable applications feature provided natively by nodejs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants