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
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