> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# You Should Keep an Eye Out on Chromium's Flatpak Experiment
- URL: https://itsfoss.com/news/experimental-chromium-flatpak-packaging/
- Published: 2026-08-27T02:28:26.000Z
- Updated: 2026-08-27T02:28:26.000Z
- Description: There's no guarantee it leads to an official release, but it would give Linux users another way to run Chromium or Chrome.
- Author: Sourav Rudra
- Tags: News

Chromium's source tree has gained experimental support for packaging the browser as a [Flatpak](https://flatpak.org/?ref=itsfoss.com), and the change [has already been merged](https://chromium.googlesource.com/chromium/src/+/70c9e8f351f353dfbef882c784668f4176e3d9ae?ref=itsfoss.com) yesterday.

It's a small addition, basically a commit sitting behind a disabled build flag, but it's the kind of change worth keeping an eye on if you've been wanting an official way to run [Chromium](https://www.chromium.org/?ref=itsfoss.com) or even [Chrome](https://www.google.com/chrome/?ref=itsfoss.com) through Flatpak on Linux.

Currently, the other instances of Flatpak packaging for Chromium are the unofficial community builds, one that's live on [Flathub](https://flathub.org/en/apps/org.chromium.Chromium?ref=itsfoss.com), and the other that's [a de-Googled fork](https://github.com/ungoogled-software/ungoogled-chromium?ref=itsfoss.com).

## What's in the patch?

![a wall of text that shows a merged patch for chromium facilitating experimental flatpak packaging](https://itsfoss.com/content/images/2026/08/chromium-experimental-flatpak-packaging.png)

The new code lives [in its own folder](https://chromium.googlesource.com/chromium/src/+/70c9e8f351f353dfbef882c784668f4176e3d9ae/chrome/installer/linux/flatpak/?ref=itsfoss.com) inside Chromium's Linux installer scripts, and it stays switched off by default behind a build flag: `enable_flatpak`. 

Turning it on lets the build system put together a Flatpak version of the browser instead of the usual [DEB](https://itsfoss.com/install-deb-files-ubuntu/) or [RPM](https://itsfoss.com/install-rpm-files-fedora/) package, leaving out desktop-specific components and system files that a Flatpak file does not need.

The goal, according to the patch author, [Tom Anderson](https://chromium-review.googlesource.com/q/owner:thomasanderson@chromium.org?ref=itsfoss.com), is to test tighter [sandboxing](https://docs.flatpak.org/en/latest/sandbox-permissions.html?ref=itsfoss.com) and improve how Chromium talks to the desktop through Flatpak's permission system.

Though he also points out that **this is not a commitment from Chromium to ship an official Flatpak package**.

## An official Flatpak would be great

As mentioned earlier, if you want to install Chromium as a Flatpak, then the community-maintained build on Flathub and ungoogled-chromium are the most easily accessible ways to do so.

**Both of those are quite popular among Linux users**, and even if you don't consider the de-Googled offering's popularity, the community-maintained one is already **averaging over 27,000 downloads a month**.

An official package would mean people get the same Chromium experience on Linux, just served as a [Flatpak](https://itsfoss.com/flatpak-guide/), with Chromium's own developers handling sandbox permissions, updates, and desktop integration directly instead of leaving that work to open source contributors.

**It doesn't stop at Chromium either**; the patch already maps app IDs for both Chromium (*org.chromium.Chromium*) and Google Chrome (*com.google.Chrome*), so a Chrome Flatpak could realistically follow the same path if this ever ships.

It would also give Linux users one more straightforward way to install Chromium or Chrome, alongside the existing [Snap](https://snapcraft.io/install/chromium/ubuntu?ref=itsfoss.com) (*unofficial*), DEB, and RPM options.

## Where this leaves things

That said, **Flatpak has its downsides**. Flatpak apps tend to take up more disk space than traditional packages since they often ship their own libraries instead of sharing what's already on the system.

Flatpak's sandbox also restricts an application's access to files, devices, network resources, and other parts of the host system by default. Applications can request additional permissions when they need access to resources outside the sandbox, which adds another layer of configuration for users and developers.

None of that makes Flatpak a bad choice, but it does mean an official Chromium package would not automatically be everyone's preferred way to install the browser.

For now, this patch has **a build flag turned off by default**, nothing more. It does not confirm an official Flatpak is coming. But it's worth watching if this experiment ultimately holds up.

*Via:* [*Phoronix*](https://www.phoronix.com/news/Chrome-Chromium-Flatpak?ref=itsfoss.com)