Hosted on itch.io and SourceHut.
(mirrored on GitHub and GitLab)
Mitch is an unofficial mobile client for itch.io, the indie game storefront. The app allows you to install Android games from the store and keep them updated. Thus, this can act as an alternative to the Google Play Store for indie game developers and enthusiasts.
The app is still in development, some features are planned but not yet implemented.
Translations are provided by the generous people at Weblate.
If you'd like to contribute to Mitch, consider helping out with translations!
Mitch is available on F-Droid:
There are other ways to get this app:
This is a standard Android Studio project, which relies on Gradle.
Unix-y systems:
git clone https://gitlab.com/gardenappl/mitch.git
cd mitch
./gradlew build
Windows:
git clone https://gitlab.com/gardenappl/mitch.git
cd mitch
gradlew.bat build
Instead of using the build
task (which builds every variant of the app and can take a while), consider building only one flavor: replace build
with assembleFdroidRelease
or assembleItchioRelease
.