About GitHub APK Store
What is this?
GitHub APK Store is a free, open-source app discovery platform that helps you find Android apps hosted on GitHub. We index apps that publish APK files in their GitHub Releases, giving you a curated, searchable catalog of open-source Android software.
How does it work?
Every day, an automated process scans GitHub for repositories that have Android APK files in their releases. We collect basic information like the app name, description, version, and download size. All of this data is publicly available through the GitHub API.
When you click "Download," you're taken directly to the official GitHub release page — we never host, modify, or proxy any APK files.
How to submit your app
- Host your Android app's source code on GitHub
- Create a release and attach your
.apkfile as a release asset - Add the topic
github-apk-storeto your repository - Your app will be discovered and indexed in the next daily scan
FAQ
Is this safe?
We only link to official GitHub releases. You can always verify the source code before installing. We recommend checking the repository's stars, contributors, and license.
Do you track users?
No. This site has zero tracking, zero cookies, and makes zero external requests. See our privacy policy.
How often is the data updated?
The index is refreshed daily at 6 AM UTC via GitHub Actions.
Can I remove my app?
Simply remove the github-apk-store topic from your repository,
and it will be removed in the next scan.