Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions src/config/external-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,20 @@ Flatpak is another method for installing external proprietary applications on
Linux. For information on using Flatpak with Void Linux, see the [official
Flatpak documentation](https://flatpak.org/setup/Void%20Linux/).

> Flatpak's sandboxing will not necessarily protect you from any security and/or
> privacy-violating features of proprietary software.
Note that Flatpak's sandboxing will not necessarily protect you from any
security and/or privacy-violating features of proprietary software.

## AppImages

An [AppImage](https://appimage.org/) is a file that bundles an application with
everything needed to run it. An AppImage can be used by making it executable and
running it; installation is not required. AppImages can be run in a sandbox,
such as [firejail](https://firejail.wordpress.com/).

Some of the applications for which an AppImage is available can be found on
[AppImageHub](https://appimage.github.io/).

AppImages do not yet work on musl installations.

### Troubleshooting

Expand Down