{"id":21886925,"url":"https://github.com/boredsquirrel/flatpak-remotes","last_synced_at":"2025-04-15T09:51:36.830Z","repository":{"id":164148447,"uuid":"613034780","full_name":"boredsquirrel/Flatpak-remotes","owner":"boredsquirrel","description":"A list of public Flatpak repositories","archived":false,"fork":false,"pushed_at":"2024-11-27T00:06:09.000Z","size":134,"stargazers_count":35,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T19:04:48.519Z","etag":null,"topics":["apps","beta","eclipse","elementaryos","fedora","flathub","flatpak","gnome","igalia","kde","linux","webkit"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boredsquirrel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-12T17:44:28.000Z","updated_at":"2025-03-19T19:49:03.000Z","dependencies_parsed_at":"2024-03-31T21:19:49.450Z","dependency_job_id":"61e41bcf-cb03-447d-96d3-bf3a9ddd7d37","html_url":"https://github.com/boredsquirrel/Flatpak-remotes","commit_stats":null,"previous_names":["boredsquirrel/flatpak-remotes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FFlatpak-remotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FFlatpak-remotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FFlatpak-remotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FFlatpak-remotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boredsquirrel","download_url":"https://codeload.github.com/boredsquirrel/Flatpak-remotes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048712,"owners_count":21204305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apps","beta","eclipse","elementaryos","fedora","flathub","flatpak","gnome","igalia","kde","linux","webkit"],"created_at":"2024-11-28T11:07:57.263Z","updated_at":"2025-04-15T09:51:36.811Z","avatar_url":"https://github.com/boredsquirrel.png","language":null,"readme":"# Flatpak Remotes\nA list of public Flatpak repositories. Feel free to add missing ones!\n\n\u003e [!NOTE]\n\u003e RedHat has one or wants to build one, but it will likely not be public.\n\n## ℹ️ Usage\n\n### User \u0026 System Flatpaks\nUse the `--user` flag to install them for this user only and remove the `flatpak` group / root privilege dependency. This will break some apps that rely on elevated privileges for hardware access, like [GPU Screen Recorder](https://flathub.org/apps/com.dec05eba.gpu_screen_recorder), in exchange for an abstract security benefit.\n\nWhen installing as system repo, use `usermod -aG flatpak $USER` or an equivalent command, to avoid needing to be in the `wheel` group.\n\n### View Installed Repos\n\n    flatpak remotes\n### Inspect A Repo\nTo list the contents of a remote, use:\n\n    flatpak remote-ls REMOTENAME\n\n### Repo Subsets\nSee below under \"Flathub\"\n\n---\n\n# Stable repositories\n\n## [Flathub](https://flathub.org)\n\n    flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo\n\n\u003e [!NOTE]\n\u003e Flathub also has subsets, allowing you to exclude apps with certain antifeatures.\n\n(*If you use the terminal, you can add the unfiltered and a filtered remote. If the app is in the filtered one, you will get 2 possible options.*)\n\n#### Verified\nOnly Apps supported by upstream (official) Developers end up here. Quite a few are missing\n\n    flatpak remote-add --if-not-exists --subset=verified flathub-verified https://dl.flathub.org/repo/flathub.flatpakrepo\n\n#### FLOSS\nOnly Open Source Apps end up here. This should calm down Richard Stallman\n\n    flatpak remote-add --if-not-exists --subset=floss flathub-floss https://dl.flathub.org/repo/flathub.flatpakrepo  \n\n#### FLOSS \u0026 Verified\nLeast apps, highest trustworthiness\n\n    flatpak remote-add --if-not-exists --subset=verified_floss flathub-verified_floss https://dl.flathub.org/repo/flathub.flatpakrepo\n\n### Modifying an existing remote\n\n#### From restricted to unfiltered\nThe `--subset=` argument is currently incomplete as [there is no `subset=all`](https://github.com/flatpak/flatpak/issues/5637). Workarounds:\n    \n    # normal method\n    # will leave behind the info \"xa.subset-is-set=true\"\n    flatpak remote-modify --subset= flathub\n    \n    # clean method\n    # --force will not remove any apps or app data\n    flatpak remote-delete --force flathub \u0026\u0026 flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo\n\n#### From unfiltered to restricted\n\n    flatpak remote-modify --subset=verified flathub\n\n## [Fedora Flatpaks](https://fedoraproject.org/wiki/SIGs/Flatpak#Why_do_we_need_Fedora_Flatpaks?)\nApps built with Fedoras built system and own runtime, from RPMs. Up to date, secure, mostly not officially supported but packaged by Fedora contributors. It is used for preinstalled applications on Atomic Fedora and the list of packages is growing to nearly the entire KDE \u0026 GNOME Suite and more. Still, fewer packages and many people replace it with Flathub.\n\n    flatpak remote-add --if-not-exists fedora oci+https://registry.fedoraproject.org\n    \n## [ElementaryOS](https://appcenter.elementary.io/)\n\n    flatpak remote-add --if-not-exists elementaryos https://flatpak.elementary.io/repo.flatpakrepo\n\n## [EndlessOS](https://www.endlessos.org/)\nIt seems manually downloading the GPG key is needed\n\n    wget https://origin.ostree.endlessm.com/keys/eos-flatpak-keyring.gpg\n\nThen there are 2 repos, one for the educational apps\n\n    flatpak remote-add --gpg-import=eos-flatpak-keyring.gpg eos-apps https://ostree.endlessm.com/ostree/eos-apps\n\nAnd one for the development SDK\n\n    flatpak remote-add --gpg-import=eos-flatpak-keyring.gpg eos-sdk https://ostree.endlessm.com/ostree/eos-sdk\n\n\u003e [!NOTE]\n\u003e [Endless Key](https://flathub.org/apps/org.endlessos.Key) is verified and available on Flathub.\n\n## [PureOS](https://puri.sm/posts/introducing-flatpaks-on-pureos/)\nOften outdated, but \"more secure\" apps, from the Purism developers.\n\n    flatpak remote-add --if-not-exists PureOS https://store.puri.sm/repo/stable/pureos.flatpakrepo\n\n## [Igalia](https://software.igalia.com/)\nFor [Gobby](https://gobby.github.io/), [Linphone](https://gobby.github.io/), the Webkit SDK and [Revolt](https://github.com/aperezdc/revolt/) (unmaintained)\n\n    flatpak remote-add --if-not-exists igalia https://software.igalia.com/flatpak-refs/igalia.flatpakrepo\n\n# Unstable Repositories\n\nAdd `--user` to the command, to install these apps only for this user.\n\n## [Flathub Beta](https://discourse.flathub.org/t/how-to-use-flathub-beta/2111)\nThis has support for subsets too, like `verified.`\n\n    flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo\n\nsubsets work here too, see above\n\nIf apps have the same name, run them like this: `flatpak run --branch=beta org.gimp.GIMP`\n\n## [KDE Nightly](https://userbase.kde.org/Tutorials/Flatpak#Nightly_KDE_apps)\nThe single repo is discontinued, now every nightly app has its own. You will always need the nightly runtime.\n\n    flatpak remote-add --if-not-exists kde-runtime-nightly https://cdn.kde.org/flatpak/kde-runtime-nightly/kde-runtime-nightly.flatpakrepo\n\nExample for dragon-nightly:\n\n    flatpak remote-add --if-not-exists dragon-nightly https://cdn.kde.org/flatpak/dragon-nightly/dragon-nightly.flatpakrepo\n    flatpak install dragon-nightly dragonplayer\n\nYou can find all of them [here](https://cdn.kde.org/flatpak). \n\n### KDE XWayland Videobridge Nightly\nCompatibility bridge to make screensharing for legacy apps work on Wayland, now as a Flatpak.\n\n    flatpak remote-add xwaylandvideobridge-nightly https://cdn.kde.org/flatpak/xwaylandvideobridge-nightly/xwaylandvideobridge-nightly.flatpakrepo\n\n## [GNOME Nightly](https://wiki.gnome.org/Apps/Nightly)\nAlso contains GIMP nightly (whereas GIMP beta is on Flathub-beta)\n\n    flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo\n    \n## [Eclipse Nightly](http://eclipse.matbooth.co.uk/flatpak/nightlies.html)\n(Flathub needed for dependencies)\n\n    flatpak remote-add --if-not-exists eclipse-nightly https://download.eclipse.org/linuxtools/flatpak-I-builds/eclipse.flatpakrepo\n\n## WebKit SDK for Epiphany Canary\n(together with GNOME Nightly)\n\n    flatpak remote-add --if-not-exists webkit-sdk https://software.igalia.com/flatpak-refs/webkit-sdk.flatpakrepo\n\n## Firefox \u0026 Thunderbird\n\n\u003e [!Warning]\n\u003e These repos may have outdated signatures.\n\u003e (Nov. 2024)\n\n\n### [Firefox Nightly](https://gitlab.com/projects261/firefox-nightly-flatpak)\n\n    flatpak install https://gitlab.com/projects261/firefox-nightly-flatpak/-/raw/main/firefox-nightly.flatpakref\n    \n### [Thunderbird Nightly](https://gitlab.com/projects261/thunderbird-nightly-flatpak)\nFlatpak build from the nightly/daily release binary. This command adds the remote.\n\n    flatpak install https://gitlab.com/projects261/thunderbird-nightly-flatpak/-/raw/main/thunderbird-nightly.flatpakref\n\n### [Firefox ESR](https://gitlab.com/projects261/firefox-esr-flatpak)\n\n    flatpak install https://gitlab.com/projects261/firefox-esr-flatpak/-/raw/main/firefox-esr.flatpakref\n\n### [Firefox Dev Edition](https://gitlab.com/projects261/firefox-dev-flatpak)\n\n    flatpak install https://gitlab.com/projects261/firefox-dev-flatpak/-/raw/main/firefox-dev.flatpakref\n\n## Other Projects\n[Davinci Resolve Flatpak](https://github.com/pobthebuilder/resolve-flatpak) allows packaging it locally.\n\n\n# ⚠️ Warnings\n\n\u003e [!WARNING]\n\u003e These Repositories are outdated, abandoned or even possibly taken by malicious actors.\n\n## ~~[EndlessOS](http://endlessm.github.io/eos-knowledge-lib/contributing)~~\nKey expired 2021!\n\n    #flatpak remote-add --from eos-sdk #http://endlessm.github.io/eos-knowledge-lib/eos-sdk.flatpakrepo\n\n## ~~[Igalia Webkit SDK](https://github.com/Igalia/webkit-flatpak-sdk)~~\nArchived repository\n\n    #flatpak remote-add --user --if-not-exists webkit https://software.igalia.com/flatpak-refs/webkit-sdk.flatpakrepo\n\n## ~~[WinePak](https://winepak.github.io/)~~\n[Website seems to have been hijacked, DONT USE](https://github.com/winepak/winepak/issues/27), project is unmaintained for 6 years.\n\n    #flatpak remote-add --if-not-exists winepak #https://dl.winepak.org/repo/winepak.flatpakrepo\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboredsquirrel%2Fflatpak-remotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboredsquirrel%2Fflatpak-remotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboredsquirrel%2Fflatpak-remotes/lists"}