flatpak-external-data-checker VS flathub

Compare flatpak-external-data-checker vs flathub and see what are their differences.

flatpak-external-data-checker

A tool for checking if the external data used in Flatpak manifests is still up to date (by flathub-infra)

flathub

Issue tracker and new submissions (by flathub)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
flatpak-external-data-checker flathub
15 114
112 1,071
2.7% 2.2%
6.8 6.7
5 days ago 5 days ago
Python
GNU General Public License v3.0 only GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

flatpak-external-data-checker

Posts with mentions or reviews of flatpak-external-data-checker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-16.
  • Flathub – The Linux App Store
    9 projects | news.ycombinator.com | 16 Nov 2023
    > Maybe. The CI rules should be made public in that case, though, surely? Maybe they are?

    Agreed, but thankfully they are. The PRs link to <https://github.com/flathub/flatpak-external-data-checker>. That said, it'd be clearer if the flathubbot 'user' profile also linked to that URL.

    > The enormous amount of value the distros bring [...] is audit of packages (and packaging).

    Yes, auditing against supply chain attacks is good! But there's also a risk in running outdated software. I don't have easy answers. But if automation leaves more time for the hard part, great.

  • Developers are lazy, thus Flatpak
    1 project | /r/linux | 10 Jun 2023
    Flathub provides an excellent tool to keep your dependencies up to date, so it's just a matter of adding it to the manifests. Besides, who says 'dependencies not being updated enough' is a valid metric to determine the quality of a package? LOL.
  • How do I easily create a Flatpak from 2 sources?
    6 projects | /r/flatpak | 12 Mar 2023
  • GE-Proton7-48
    3 projects | /r/linux_gaming | 30 Jan 2023
    According to Github issue/PR #126 new builds are failing because of a bug in flatpak-external-data-checker or some incompatibility between the two projects at least.
  • Do snap packages have any real advantages for the end user over native packages?
    1 project | /r/linux | 4 Dec 2022
    I'm surprised the documentation says that since Flathub itself runs its CLI scripts via Flatpak: https://github.com/flathub/flatpak-external-data-checker
  • How do I actually make a flatpak.
    7 projects | /r/flatpak | 20 Oct 2022
    Another thing you could add would be to tag your releases on GitHub, add a tag field next to the commit one, and add an x-checker-data section to the manifest so the Flathub bot will automatically open PRs to update the Flatpak release when you update your repository.
  • Automate dependency update of flatpak
    1 project | /r/flatpak | 11 Sep 2022
    See f-e-d-c, and if you're not planing to submit to Flathub, then look at the GitHub workflow example there. Be aware that auto-merging is not acceptable for anything other than extra-data sources.
  • The culmination of several months of work by dozens of people, Flatpak 1.14.0 is now out!
    8 projects | /r/linux | 22 Aug 2022
  • Zoom can now (as of version 5.11.0) share screen on Wayland
    5 projects | /r/linux | 21 Jun 2022
    Unfortunately the maintainership of the Zoom Flatpak on Flathub has been a bit slow, but you can still install it since the Flathub bot do automatic builds whenever there's an update, thanks to the provided flatpak-external-data-checker service.
  • Fedora Silverblue and the future of app management
    1 project | /r/openSUSE | 1 Jun 2022
    There is https://github.com/flathub/flatpak-external-data-checker which automatizes the update pull requests including dependencies. Flatpak has other downsides, but security or not getting the latest and greatest is not one of them.

flathub

Posts with mentions or reviews of flathub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • XZ backdoor story – Initial analysis
    2 projects | news.ycombinator.com | 12 Apr 2024
    > Nobody ever even audits the binary contents of flatpaks on flathub (were they actually built from the source? the author attests so!).

    IME/IIRC There aren't (or shouldn't be) any binary contents on Flathub that are submitted by the author, at least for projects with source available? You're supposed to submit a short, plain-text recipe instead, which then gets automatically built from source outside the control of the author.

    > The Flathub service then uses the manifest from your repository to continuously build and distribute your application on every commit.

    https://docs.flathub.org/docs/for-app-authors/submission/#ho...

    Usually the recipes should just list the appropriate URLs to get the source code, or, for proprietary applications, the official .DEBs. Kinda like AUR, but JSON/YAML. Easy to audit if you want:

    https://github.com/orgs/flathub/repositories

  • FOSS software is probably less likely to abuse this, but it just depends how ruthless the publisher is, a lot of people desire to be successful and it's human nature to look for advantages to put yourself above others in competitive environments.
    1 project | /r/programmingcirclejerk | 6 Dec 2023
  • Flathub – The Linux App Store
    9 projects | news.ycombinator.com | 16 Nov 2023
    I also don't believe third parties maintainers packaging software on flathub is a big issue but I'm also not familiar with how other distro repos trust their maintainers. Hopefully more developers maintain their flatpak themselves (or someone they trust) and get their apps verified. If most apps are verified, warning users of unverified apps might be a good idea.

    There's ongoing discussion about splitting open source and proprietary apps in to seperate repos [1]. Additionally having seperate repos for verified and unverified apps might make it more obvious where an app comes from in the cli.

    But I don't know how seamlessly an app could transition between being in the third party repo and being in the official repo. Having the user quietly stop receiving updates seems like a bad idea, but automatically migrating might not be desirable either.

    I also think flatpaks cli interface needs some work. It is functional but far from distro package managers.

    Being verified is especially important for critical apps. Recently someone added malicious versions of apps to the snap store [3]. This lead to people getting their cryptocurrency stolen.

    [1] https://github.com/flathub/flathub/issues/691

    [2] https://docs.flathub.org/docs/for-app-authors/requirements

    [3] https://forum.snapcraft.io/t/temporary-suspension-of-automat...

  • Bforartists Flatpak, coming soon to Flathub
    2 projects | /r/Bforartists | 29 Jun 2023
    That means Linux users can now install Bforartists on any Linux distro easily, regardless of glibc version! https://github.com/flathub/flathub/pull/4295
  • Turtle 0.3 released (formerly TurtleGit)
    1 project | /r/gnome | 23 Jun 2023
    Still having some problems with the flathub build, see https://github.com/flathub/flathub/pull/4082 for the current status.
  • TurtleGit released, a git frontend for GNOME and Nautilus
    1 project | /r/gnome | 25 May 2023
    Here is the flathub draft pull request: https://github.com/flathub/flathub/pull/4082
  • The first tip to give to any new Linux user should be "do NOT search for, download, and install software on the Web!"
    2 projects | /r/linux | 22 May 2023
    i assume you dont know how flathub works , theirs little or no QC , done flathub is just get told theirs an update for the package , if yo go look at the github repo pes https://github.com/flathub/flathub/pull/4164 for example , only updates the link to the girt repo , theirs 0 code checked
  • Who is behind flathub and rpmfusion really?
    2 projects | /r/Fedora | 21 May 2023
    It all should be written in pages for contributors, read the docs for fusion, and the docs for flathub.
  • Flathub just hit 1 billion total downloads
    2 projects | /r/linux | 6 May 2023
    These are criticisms of the flatpak ecosystem as it stands today. Currently, the Firefox ESR package on flathub seems to be caught in limbo or maybe dead. Mozilla publishes both a snap and a flatpak of Firefox latest, but only a snap of the ESR version. This raises the question of why. Have Mozilla chosen to invest more in snaps than in flatpaks? If so, what's their reasoning? (More users on snaps, making it similar to why they put more investment into Windows than Linux? Something else?) If they haven't invested more into snaps than flatpaks, is this a sign that it's harder to maintain flatpaks (or at least on flathub) than snaps? If that's true, I would hope that flatpak/flathub would be soliciting feedback from Mozilla about it.
  • VirtualBox as Flatpak
    1 project | /r/flatpak | 4 May 2023
    Because that may be very hard to sandbox: https://github.com/flathub/flathub/issues/3366

What are some alternatives?

When comparing flatpak-external-data-checker and flathub you can also consider the following projects:

bauh - Graphical user interface for managing your Linux applications. Supports AppImage, Debian and Arch packages (including AUR), Flatpak, Snap and native Web applications

ZeroTier-GUI - A Linux front-end for ZeroTier

flatpak-builder-tools - Various helper tools for flatpak-builder

Ryujinx - Experimental Nintendo Switch Emulator written in C#

apt - Fork of https://salsa.debian.org/apt-team/apt

bubblewrap - Low-level unprivileged sandboxing tool used by Flatpak and similar projects

wormhole-gui - Cross-platform application for easy encrypted file, folder, and text sharing between devices. [Moved to: https://github.com/Jacalz/rymdport]

flatpak - Linux application sandboxing and distribution framework

TauonMusicBox - The desktop music player of today! :city_sunrise:

openbsd-wip - OpenBSD work in progress ports

kittyMake - A simple buildSystem written in python

steam-runtime - A runtime environment for Steam applications