this post was submitted on 05 Sep 2026
114 points (97.5% liked)
Privacy
50879 readers
982 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh, it fails to install anything when Obtainium does not find an installable build.
That's because not every git repo necessarily hosts installable builds at all. The main purpose of git is just to host the source code for that project. With that said, many repos do also build an installable release (
*.apk,*.exe, whatever) of each major version and host that in the "Releases" section.As an example, here is Obtainium's GitHub repo. If you scroll to the bottom of the page, you see the "Releases" section that contains the most recent APKs and everything:
But not every git repo hosts releases. Eddie is one of those. The git repo for Eddie is just for hosting the source code. They host the releases on their own website instead. In that case, you can often just take the URL for whatever website is actually hosting the APKs and paste that into Obtainium and it will do its usual web scraping method to find the appropriate APK files for each update.
On the other hand, that web scraping often does not work and requires more complicated techniques to get Obtainium to find the appropriate APK files. That is where https://apps.obtainium.imranr.dev/ comes in handy. This is a crowdsourced list of popular apps that require more complicated techniques to add to Obtainium, and each has a neat little "Install" button to quickly and easily add that app to Obtainium by applying that complex config in the background for you.
But there are also some projects that don't host releases anywhere other than F-Droid. In that case, by all means, just use F-Droid for that app.