File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,20 @@ Flatpak is another method for installing external proprietary applications on
4747Linux. For information on using Flatpak with Void Linux, see the [ official
4848Flatpak documentation] ( https://flatpak.org/setup/Void%20Linux/ ) .
4949
50- > Flatpak's sandboxing will not necessarily protect you from any security and/or
51- > privacy-violating features of proprietary software.
50+ Note that Flatpak's sandboxing will not necessarily protect you from any
51+ security and/or privacy-violating features of proprietary software.
52+
53+ ## AppImages
54+
55+ An [ AppImage] ( https://appimage.org/ ) is a file that bundles an application with
56+ everything needed to run it. An AppImage can be used by making it executable and
57+ running it; installation is not required. AppImages can be run in a sandbox,
58+ such as [ firejail] ( https://firejail.wordpress.com/ ) .
59+
60+ Some of the applications for which an AppImage is available can be found on
61+ [ AppImageHub] ( https://appimage.github.io/ ) .
62+
63+ AppImages do not yet work on musl installations.
5264
5365### Troubleshooting
5466
You can’t perform that action at this time.
0 commit comments