LM Link — LM Studio logo with animated Android head

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. 1
    Tap Install APK above (or open GitHub Releases).
  2. 2
    Open the downloaded file and tap Install.
  3. 3
    If prompted, allow installs from your browser (Install unknown apps).
  4. 4
    Launch LM Link — the tutorial walks through setup.

Updates: install a newer APK over the existing app (same signing key).

What you need

Quick start

  1. 1
    On your computer: load a model → Developer → enable Local Network + CORSStart Server.
  2. 2
    In LM Link: Settings → Connection → scan or paste http://192.168.x.x:1234/v1TestSave.
  3. 3
    Open a chat and pick a model from the footer.
For maintainers — publish a preview APK

One command (requires GitHub CLI + Android SDK):

  1. npm run publish:preview — builds APK and creates/updates a GitHub Release
  2. Or manually: npm run build:apk:local → upload builds/lm-link-preview-*.apk
  3. This page auto-links the latest .apk asset via the GitHub API

Source · npm install · npm run android