Download

Get GemMate

Download the APK and start studying smarter today

πŸ“±
Download Latest APK

Version 1.3.0 Β· Android 8.0+

Build from Source

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

Laptop GPU Setup (Optional)

For faster AI responses, connect GemMate to Ollama running on your laptop.

Install Ollama
# Download from https://ollama.com # Then pull the Gemma 4 model: ollama pull gemma4:e4b
Start Ollama Server
# Allow network access: set OLLAMA_HOST=0.0.0.0 ollama serve
Connect from GemMate
Open GemMate Settings, enter your laptop's IP address (e.g. 192.168.1.100:11434). GemMate will auto-detect and use the faster GPU model when connected.

On-Device Model

Download the Gemma 4 E2B model directly in the app, or push it via ADB.

πŸ“²

In-App Download

Open GemMate β†’ Settings β†’ Download Model. The app will download and install Gemma 4 E2B automatically.

πŸ”Œ

ADB Push

adb push gemma4-e2b.bin \ /data/local/tmp/