FlatImage
A hybrid of Flatpak sandboxing with AppImage portability
Author:
@ruanformigoni
Project Page: https://github.com/ruanformigoni/flatimage
Detailed Docs: https://flatimage.github.io/docs/
Schema
Prerequisites (HOST)
HOST)
Fuse: Required for mounting Filesystems & Images
Fonts: Required to display/render Non-English Chars, Emojis, Symbols etc.
Kernel User NameSpaces: Required for Sandboxing, Security & Performance
Sandbox
FlatImages have built-in sandboxing, check docs: https://flatimage.github.io/docs/cmd/perms/
Quirks
WARNINGS
NEVER run
strip
,objcopy
or any other binary rewriting tool as they will often just strip thesquashfs|dwarfs
archive, only preserving theruntime
.A typical
.flatimage
file is not a real elf binary, thus will not survive this process.
Last updated
Was this helpful?