onekey-sec / unblob

Extract files from any kind of container formats
https://unblob.org
Other
2.15k stars 80 forks source link

Standalone executable #102

Open kissgyorgy opened 2 years ago

kissgyorgy commented 2 years ago

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

kissgyorgy commented 2 years ago

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.

kissgyorgy commented 2 years ago

We want to use unblob in production, so it is confirmed that we need to try this before v1.0 release.

kissgyorgy commented 2 years ago

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.