Linux application sandboxing and distribution framework https://flatpak.org
Find a file
2025-09-02 15:02:10 +00:00
.devcontainer Add devcontainer file for GitHub Codespaces support. 2024-04-30 20:10:55 -05:00
.github ci: Use a regex to define the stable branches 2025-09-02 15:01:11 +00:00
app Add initial support for preinstalling flatpaks 2025-08-26 11:51:07 +00:00
buildutil Remove Autotools build system 2024-02-16 19:30:32 +00:00
common oci: Actually only return the only manifest in get_only_manifest 2025-09-01 10:59:29 +00:00
completion Add a Meson build system 2022-10-24 16:12:14 +01:00
data portal: Add 'sandboxed-a11y-own-names' option 2024-08-29 14:11:50 -03:00
doc Add initial support for preinstalling flatpaks 2025-08-26 11:51:07 +00:00
env.d Add a Meson build system 2022-10-24 16:12:14 +01:00
icon-validator validate-icon: For completeness, always add "--" to bwrap arguments 2024-04-17 18:10:46 +01:00
oci-authenticator oci-authenticator: Unref the GOptionContext when we're done with it 2024-08-03 11:12:31 -05:00
po Update Czech translation 2025-09-02 15:02:10 +00:00
portal portal: Don't run method invocations in a thread 2025-03-19 18:26:09 +00:00
profile profile: fix a shellcheck warning 2025-05-07 17:54:28 +00:00
revokefs Constify arrays of program arguments 2024-08-22 15:17:13 -03:00
scripts Add a Meson build system 2022-10-24 16:12:14 +01:00
selinux Remove Autotools build system 2024-02-16 19:30:32 +00:00
session-helper session-helper: Avoid a memory leak 2025-07-22 17:28:15 +00:00
sideload-repos-systemd Remove Autotools build system 2024-02-16 19:30:32 +00:00
subprojects Update subtree: libglnx 2024-12-06 2024-12-22 12:43:53 +00:00
system-helper Add initial support for preinstalling flatpaks 2025-08-26 11:51:07 +00:00
tests testlib: add expected argument to fcntl(F_DUPFD) 2025-08-28 11:21:18 +00:00
tools/usb usb: Added tool examples to generate device lists 2024-10-16 14:11:56 -03:00
triggers Add a Meson build system 2022-10-24 16:12:14 +01:00
.editorconfig Add a vim modeline and .editorconfig 2022-08-22 19:48:10 -07:00
.flake8 tests/oci-registry-server.py: Clean up Python style 2025-05-08 16:08:21 +00:00
.gitignore .gitignore: Add tests/runtime-repo.stamp 2022-06-27 20:15:41 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-02-05 15:21:40 +00:00
CONTRIBUTING.md CONTRIBUTING: Remove mention of Autotools 2025-07-29 21:22:44 -05:00
COPYING Add COPYING to reflect license headers 2015-03-31 15:36:29 +01:00
flatpak.png README: update logo 2022-09-26 14:35:40 +01:00
meson.build Post-branching version bump 2025-05-10 23:46:23 -03:00
meson_options.txt build: Use a boolean default for a boolean option, rather than a string 2024-12-05 11:35:45 +00:00
NEWS Post-branching version bump 2025-05-10 23:46:23 -03:00
README.md README: Signpost https://flatpak.org/setup/ as a good way to install 2023-02-21 09:55:10 +00:00
SECURITY.md Update SECURITY.md 2025-05-10 23:54:21 -03:00
uncrustify.cfg Remove extra newlines in variable definiton blocks 2019-02-25 18:12:30 +00:00
uncrustify.sh uncrustify: Exclude app/flatpak-polkit-agent-text-listener.[ch] 2019-02-25 18:12:30 +00:00

Flatpak icon

Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.

See https://flatpak.org/ for more information.

Flatpak is available in the package repositories of most Linux distributions and can be installed from there. See https://flatpak.org/setup/ for quick setup instructions for many distributions.

Community discussion happens in #flatpak:matrix.org, on the mailing list, and on the Flathub Discourse.

Read documentation for Flatpak here.

Contributing

Flatpak welcomes contributions from anyone! Here are some ways you can help:

Hacking

See CONTRIBUTING.md

Related Projects

Here are some notable projects in the Flatpak ecosystem:

  • Flatseal: An app for managing permissions of Flatpak apps without using the CLI
  • Flat-manager: A tool for managing Flatpak repositories