Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

icon compact-disc
description https://en.wikipedia.org/wiki/AppImage

AppImage

{% hint style="info" %} Sources

  • Upstream prebuilt if it exists & is actively maintained
  • Community created prebuilts if official prebuilt doesn't exist & we can't build from source {% endhint %}

Schema

{% hint style="info" %} .pkg: ${PKG_NAME}

.pkg_type: appimage

${SBUILD_PKG} : ${PKG_NAME}.appimage {% endhint %}


Prerequisites (HOST)

{% hint style="info" %}


Sandbox

{% hint style="danger" %}

  • AppImages have no built-in sandboxing
  • There exists third party tools like aisap , but we DO NOT RECOMMEND it as it is not actively maintained {% endhint %}

Quirks

{% hint style="info" %} 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 {% endhint %}