AppImage

https://en.wikipedia.org/wiki/AppImage

Sources

  • Upstream prebuilt if it exists & is actively maintained

  • Community created prebuilts if official prebuilt doesn't exist & we can't build from source

Schema

.pkg: ${PKG_NAME}

.pkg_type: appimage

${SBUILD_PKG} : ${PKG_NAME}.appimage


Prerequisites (HOST)


Sandbox


Quirks

WARNINGS

  • NEVER run strip, objcopy or any other binary rewriting tool as they will often just strip the squashfs|dwarfs archive, only preserving the runtime.

  • A typical .appimage file is not a real elf binary, thus will not survive this process.

  • On NixOS, you will need to follow: https://wiki.nixos.org/wiki/Appimage

Last updated

Was this helpful?