465
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 01 Sep 2026
465 points (96.6% liked)
Open Source
48865 readers
89 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 7 years ago
MODERATORS
I was wondering cant we just scrape Play Store and distribute the apks on a different website? most apks has checksums so we will know nobody has changes the apk
Or with distributed technologoes such as torrents. Then it's cheaper to operate any required servers.
And also if a server goes down there are still dozens of seeders ready to seed you the files
this would be an ideal use case for IPFS, since that returns the same content address even if you upload something completely independently. I.e. no need for specific torrent files, just upload whatever apps you got and you'll automatically be helping existing uploads.
(with the one caveat that you need to use the same settings, but if everyone uses the defaults that's not a problem)
There are a bunch of sites like apkmirror etc. that do that but eventually the large ones started enshittifying their service. On apkmirror for example you used to be able to just download the apk's, now they've invented a special "format" that can only be installed through their app. Needless to say that was the end of that, I'm not keen on giving install capability to any more apps than I absolutely have to. (Zero is the ideal answer in case you're wondering, but in practice it's usually one, the system file manager. Any other app can download apk's to /Downloads or go fuck itself.)
For info - there is an alternative to APKMirror's app On F-Droid. Still not ideal, but better than their proprietary nonsense.
https://f-droid.org/packages/app.pwhs.universalinstaller/
If I'm not mistaken, that's the .apkm bundles right? That's not their own format but another one Google invented to be able to dynamically install only the relevant parts of an app for a specific device type, locale, etc.
Android can't install this on it's own (I wonder who's fault that is ๐) but it can be installed via adb or through special installer apps like the Play Store, Aurora or I'm assuming the APKMirror app
That's what a few sites like apkpure do...
That's insecure
It is if you use cryptography or cryptographically secure hashing.