So I am trying to get into these OSes like Graphene, Callyx, e OS…etc. If need be, I will try to de Google the phone too. Anyway, I understand that you can install apps using stores like Amazo, Fdroid, Acrescent, Aurora…etc, instead of relying on Google Play Store.
If an app I need relies on Play Store, then so be it; I think OS like Graphene allows you to run a profile with Google Play stuff?
Otherwise, I can just use apps from Fdroid, Aurora…etc. Say I have Firefox installed from Fdroid and it requires a serious security update, which store will get the update first: the Play Store or they come at the same time even to Fdroid?
Or I am a dev and I need to send an update for my app, where do I send it first?
Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
1. All posts must be relevant to Android devices/operating system.
2. Posts cannot be illegal or NSFW material.
3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.
4. Non-whitelisted bots will be banned.
5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.
6. Memes are not allowed to be posts, but are allowed in the comments.
7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.
8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.
Community Resources:
We are Android girls*,
In our Lemmy.world.
The back is plastic,
It’s fantastic.
*Well, not just girls: people of all gender identities are welcomed here.
Our Partner Communities:
If its a foss app the first release will be his github which will make the apk available via obtainium. I’ve notices that it will then get to fdroid a couple days layer them finally get to google play. Aurora is just a 3rd party frontend for accessing google play store that doesn’t require u to have a Google account or the play services installed.
Most developers who publish on third party stores push all updates at the same time, then it really depends who’s quicker in the approval process.
If the dev is on github, that might be the fastest (below the overview section under ‘assets’).
Usually it has to go through Google’s approval process for the Play store, but others don’t have any such thing, so they’ll be faster.
If you really want them as fast as possible, if the author publishes the apks, you can use Obtainium to fetch them directly without waiting for any store.
Aurora store directly pulls from googles servers so as soon as its on the play store its available on aurora.
Fdroid has a rather complicated “reproducibility” check they do. (They check that when they compile the app themselves they get the same apk file bit for bit as the original provided by the developer) So Fdroid will always be a couple days later usually.
The fastest will always be directly going to the source so either the git repository directly or using a store that pulls directly from git/release source like Obtanium https://f-droid.org/packages/dev.imranr.obtainium.fdroid/
I would always go with Fdroid as the first choice tho simply because its well tested and reliable.
F-droid doesn’t just check for reproducibility, they build and sign apps themselves. They don’t take apks from devs, only source code (this also means that F-Droid apks are not compatible with play store apks and can’t be mutually updated die to different signatures. I.e. you can’t install app from play store or directly from dev and update it from f-droid, and vice versa).
What do they mean by “reproducible builds” then? https://f-droid.org/en/2025/05/21/making-reproducible-builds-visible.html
Sounds a lot like reproducible builds to me…
You can also see this in practice in their regular blog posts like recently:
https://f-droid.org/en/2025/08/21/twif.html
Any developer who makes apps worth using will push releases to their git repo first. The release will then trickle through the various app stores release processes, which might be automated or manual.
If they push to a public git repo, then you can skip all the app stores and just use something like obtainium to download release when they are available.
In some cases, apps are only released in git and not placed in any store.