Local AI and Local Models107 · Module III · Lesson 08 of 11
Article · 12 min

LM Studio

The desktop client, in detail.

Summary

LM Studio is the polished desktop client for running local models. GUI for model discovery, download, chat, and OpenAI-compatible server. The right choice for non-developers or developers who want a graphical model catalog.

Objectives
  • 01Install LM Studio and run a model.
  • 02Use its OpenAI-compatible server.
  • 03State its position relative to Ollama.
The Lesson

The tool

Free desktop app for Mac, Windows, Linux. Browse Hugging Face's GGUF ecosystem in a GUI. Download, chat, tune inference parameters. Toggle an OpenAI-compatible server on port 1234. Excellent for exploring models before committing to a stack.

Position

LM Studio is Ollama with a GUI and a discovery layer. Both wrap llama.cpp. Prefer LM Studio if you want a graphical experience or need to browse models visually; prefer Ollama for scripting and CLI-first workflows.

Key Ideas
  • LM Studio is the GUI local runtime.
  • Both LM Studio and Ollama sit on top of llama.cpp.