A shepherd for your Appimages.
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md: add note for dwarfs

Aly Raffauf (Jun 18, 2026, 1:01 PM EDT) 3e40ca08 e5cdcafb

+1 -1
+1 -1
README.md
··· 133 133 134 134 ## Under the hood 135 135 136 - AppHerder reads the AppImage's filesystem directly to grab its icon and desktop entry, then writes a launcher pointing back at the file in `~/AppImages`. It does this without ever running the AppImage, unlike tools that launch it to unpack. Everything it writes is tagged, so uninstall and sync only touch its own files. 136 + AppHerder reads the AppImage's filesystem to grab its icon and desktop entry. SquashFS images are parsed in-process. DwarFS images use the system dwarfsextract tool, falling back to the AppImage's own runtime when the tool isn't available. Everything it writes is tagged, so uninstall and sync only touch its own files. 137 137 138 138 ## License 139 139