I’ve heard a lot about AirVPN, but it doesn’t have an app on Fdroid or anything. Yes you can download it directly from their site, but that is a little cumbersome.
Another option I’m considering is Windscribe.One major knock against it (and the same thing for AirVPN) is that htere is no tutorial available for installing the wireguard version on openwrt.
I really don’t know enough about these. Windscribe has been sort of tested in court (again that was in Greece, and they don’t have the same might of an authoritarian state as the US or some place), so that’s a plus.
I don’t know, I’m so confused that it sort of makes sense to stick with Mullvad at times.


Obtainium is annoying a lot though, its probably not a fault of theirs necessarily but there is so often failure due to locating an installable build from a repo link
What? It fails because it locates an app to install?
Yeah I would try to install from their git as much as possible but it is very inconsistent. Nothing found or no installable build found, so have to hope they are on fdroid.
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.