Download the APK and start studying smarter today
Want to build GemMate yourself? Clone the repository and build with Flutter.
git clone https://github.com/linyeping/GemMate.git
cd GemMate
flutter pub get
flutter run
# Build release APK
flutter build apk --release
For faster AI responses, connect GemMate to Ollama running on your laptop.
# Download from https://ollama.com
# Then pull the Gemma 4 model:
ollama pull gemma4:e4b# Allow network access:
set OLLAMA_HOST=0.0.0.0
ollama serveDownload the Gemma 4 E2B model directly in the app, or push it via ADB.
Open GemMate β Settings β Download Model. The app will download and install Gemma 4 E2B automatically.
adb push gemma4-e2b.bin \
/data/local/tmp/