Improved AppImage independent of the host libc which makes able to work on very very old distros as well as musl-libc distros like alpine linux.
Most minecraft launchers just download java in the user's home and do not take into consideration that downloaded java may not be able to work on the host system at all, due to the java binaries being dynamic and depending on the glibc dynamic linker in /lib64. This AppImages fixes that issue by intercepting the execve calls to the user's java to run with sharun which allows using a portable dynamic linker instead.
| Latest Stable Release | Upstream URL |
|---|---|
| Click here | Click here |
AppImage made using sharun and its wrapper quick-sharun, which makes it extremely easy to turn any binary into a portable package reliably without using containers or similar tricks.
This AppImage bundles everything and it should work on any Linux distro, including old and musl-based ones.
This AppImage doesn't require FUSE to run at all, thanks to the uruntime.
This AppImage is also supplied with a self-updater by default, so any updates to this application won't be missed, you will be prompted for permission to check for updates and if agreed you will then be notified when a new update is available.
Self-updater is disabled by default if AppImage managers like am, soar or dbin exist, which manage AppImage updates.
More at: AnyLinux-AppImages
