Overview
LM Studio is a desktop application that downloads and runs open-weight large language models entirely on your own hardware — Windows, macOS, and Linux. Built by Element Labs, it wraps the same llama.cpp and MLX inference engines that power most of the local-LLM ecosystem behind a clean, click-driven GUI: a built-in model browser pulls from Hugging Face, one click downloads and loads a GGUF or MLX model, and a ChatGPT-style chat window lets you talk to it immediately. Nothing leaves your machine, which is the entire point. Since July 2025 the core app has been free for both personal and commercial use, with no license form or registration. A toggle exposes any loaded model as an OpenAI-compatible server at localhost:1234, so your existing code and tools can call a model running on your laptop with zero changes. Recent builds added tensor-parallel multi-GPU, speculative decoding, and a companion mobile app that streams from your desktop.
Key Features
- Built-in model browser with one-click downloads from Hugging Face
- ChatGPT-style chat window with per-model inference settings
- OpenAI-compatible local API server at localhost:1234
- Dual engine: llama.cpp (GGUF) on NVIDIA/AMD/Intel/CPU, MLX on Apple Silicon
- Tensor-parallel multi-GPU and speculative decoding for faster generation
- JS and Python SDKs plus a headless llmster daemon for server-only deploys
Pricing
| Plan | Price | For |
|---|---|---|
| Free | $0 | Personal and commercial use, all features, local API server |
| Enterprise | Custom | SSO, model/MCP gating, private collaboration, advanced admin |
Comparison
Compared to Ollama, LM Studio trades the command line for a polished GUI and visual model management — better for newcomers who don’t want a terminal, while Ollama stays the leaner choice for headless servers and automation. Against Jan, LM Studio offers deeper hardware optimization and a richer API story, though both are free local runners. If you specifically want a managed cloud RAG stack instead of local inference, Hugging Face is the better fit.