Free · Open source · MIT
LM Link
for Android
The mobile client for LM Studio.
Chat on your Mac or PC over Wi‑Fi — or run GGUF models on your phone.
Install APK
Checking…
Looking for the latest build
Google Play — coming soon
Install on Android
-
1
Tap
Install APK above (or open
GitHub Releases).
-
2
Open the downloaded file and tap Install.
-
3
If prompted, allow installs from your browser (Install unknown apps).
-
4
Launch LM Link — the tutorial walks through setup.
Updates: install a newer APK over the existing app (same signing key).
What you need
- Android phone or tablet (recent version recommended)
- Same Wi‑Fi as your Mac or PC for remote chat
- LM Studio 0.4+ on your computer (remote mode)
- Optional storage for on-device GGUF models
Quick start
-
1
On your computer: load a model → Developer → enable
Local Network + CORS → Start Server.
-
2
In LM Link: Settings → Connection → scan or paste
http://192.168.x.x:1234/v1 → Test → Save.
-
3
Open a chat and pick a model from the footer.
For maintainers — publish a preview APK
One command (requires GitHub CLI + Android SDK):
npm run publish:preview — builds APK and creates/updates a GitHub Release
- Or manually:
npm run build:apk:local → upload builds/lm-link-preview-*.apk
- This page auto-links the latest
.apk asset via the GitHub API
Source ·
npm install · npm run android