Setup

User guide

Installing an app

First add the FlatPark remote (once), then install any app:

flatpak --user remote-add --if-not-exists flatpark https://dl.flatpark.org/flatpark.flatpakrepo
flatpak --user install flatpark <app-id>

The setup page has the full first-time walkthrough, including the runtime remote.

User vs system install

--user installs into your home directory and needs no admin rights. Drop --user from both commands for a system-wide install (requires root). You can use either; --user is the simplest if you are not sure.

Updates and the single runtime

FlatPark continuously rebuilds each app against the newest runtime, so a normal flatpak update keeps every app current and you only ever need one, latest copy of the runtime installed:

flatpak --user update

Reading an app’s permissions

Every app page lists the exact sandbox permissions it requests, with a plain-language risk label. Check these before installing — see Trust & safety for what the model guarantees.

Uninstalling

flatpak --user uninstall <app-id>

To also remove unused runtimes afterwards:

flatpak --user uninstall --unused

Troubleshooting