Set up FlatPark
FlatPark is a signed Flatpak remote. Add it once, then install any app from the catalog — with the CLI or the Install button. The whole remote is signed with a single GPG key.
Per-user or system-wide?
- Per-user — installs just for you, no admin needed.
- System-wide — installs for everyone, asks for admin.
Keep both commands on the same tab — don't mix scopes. The commands update to match.
- 1
Add the FlatPark remote
Registers the signed FlatPark repository. You only do this once.
flatpak --user remote-add --if-not-exists flatpark https://dl.flatpark.org/flatpark.flatpakrepo - 2
Add Flathub for runtimes
FlatPark apps build on the freedesktop runtime hosted on Flathub. Skip if you already have it.
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - 3
Install an app
Or just press Install on any app page — it opens your software installer.
flatpak --user install flatpark <app-id>
- 1
Add the FlatPark remote
Registers the signed FlatPark repository. You only do this once.
flatpak remote-add --if-not-exists flatpark https://dl.flatpark.org/flatpark.flatpakrepo - 2
Add Flathub for runtimes
FlatPark apps build on the freedesktop runtime hosted on Flathub. Skip if you already have it.
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - 3
Install an app
Or just press Install on any app page — it opens your software installer.
flatpak install flatpark <app-id>
Verifying the key and browsing apps? Head back to the catalog.