Obtainium — Get Android App Updates Before Everyone Else
Ever been in a situation where Google Play delays updates for your favorite app, but you want the new version right now? Or maybe you're developing your own app and want to get it to testers faster? This is exactly what Obtainium solves — an unusual update manager for Android.
What is Obtainium and Who Created It
The project has been in development since 2022 by independent developer ImranR and has already gathered over 11 thousand stars on GitHub. The main feature is the ability to receive app updates directly from their source repositories, bypassing official stores.

Who Is It For
- Developers who want to quickly test their builds
- FOSS enthusiasts following the latest versions of open-source apps
- Anyone who wants updates faster than official stores provide
- Users of apps from niche stores like RuStore or AppGallery
Key Features
-
Direct updates from 18+ sources:
- GitHub, GitLab, Codeberg, SourceHut
- F-Droid and third-party repositories
- APKMirror, APKPure, Uptodown
- Even Telegram and Huawei AppGallery
-
Automatic notifications about new releases
-
Material You support and dark theme
-
AppVerifier integration for APK authenticity verification

How It Works Technically
The project is written in Dart with Flutter, ensuring cross-platform compatibility. To work with different sources, it uses:
- Platform APIs (where available)
- Web scraping (for sites without API)
- A plugin system for handling specific formats
// Пример обработки GitHub релизов
Future<List<App>> fetchGithubReleases(String repoUrl) async {
// Парсинг URL и получение данных через API
...
}
Practical Use Cases
Scenario 1: You're developing an app and want to quickly distribute test builds. Simply upload the APK to GitHub releases — and testers get notified through Obtainium.
Scenario 2: You're using an app not available on Google Play (for example, NewPipe). Obtainium will monitor its updates on GitHub.
Scenario 3: You need to receive security updates as quickly as possible — for example, for messengers.
Pros and Cons
✅ Pros:
- Not dependent on official store delays
- Supports many sources
- Open source
❌ Cons:
- Web scraping can break when site structures change
- Requires manual configuration for some apps
How to Install
The project is available in several variants:
Obtainium is a must-have tool for:
- Mobile app developers
- Power Android users
- Open-source enthusiasts
If you're tired of waiting for updates from official stores or want more control over the process, it's worth trying this project. Ease of use combines with powerful features, and open source code ensures transparency.
Additional resources:
Related projects

