-
Notifications
You must be signed in to change notification settings - Fork 80
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
Standalone executable #102
Comments
I really want to do this before launching v1.0, so people can try it out easily without relying on a specific installed version of Python. |
We want to use unblob in production, so it is confirmed that we need to try this before v1.0 release. |
I renamed the title, because the point is not to use a specific technology, but make it very convenient for end-users. We tried snap packages and it seems easy to implement. We also want to do Flatpack. |
We want to make it possible to run unblob in many environments easily.
PyOxidizer is a great tool to making fully standalone ELF binaries: https://github.com/indygreg/PyOxidizer
The text was updated successfully, but these errors were encountered: