summaryrefslogtreecommitdiff
path: root/Software/Flatpak.mdwn
blob: 87e801b830c60c5935a94ef0951e4f168b727b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Flatpak installs, manages and runs sandboxed desktop application bundles.
Application bundles run partially isolated from the wider system, using
containerization techniques such as namespaces to prevent direct access
to system resources. Resources from outside the sandbox can be accessed
via "portal" services, which are responsible for access control; for
example, the Documents portal displays an "Open" dialog outside the
sandbox, then allows the application to access only the selected file.

Each application uses a specified "runtime", which is available
as /usr inside its sandbox. This can be used to run application bundles
with multiple, potentially incompatible sets of dependencies within the
same desktop environment.

* Website: <http://flatpak.org>
* Mailing list: <http://lists.freedesktop.org/mailman/listinfo/xdg-app>
* IRC: [#flatpak on freenode](irc://chat.freenode.net/flatpak) or [#gnome-os on GimpNet](irc://irc.gimp.org/gnome-os)
* Bugzilla: <https://bugs.freedesktop.org/> (product Flatpak)
* GNOME wiki page with more information: <https://wiki.gnome.org/Projects/SandboxedApps>
* Releases: <http://www.freedesktop.org/software/xdg-app/releases>