LM Studio, launched in 2023 by Element Labs, is a desktop application for discovering, downloading and running open-source LLMs entirely on local hardware. Where Ollama is a runtime, LM Studio is the polished end-user app: a graphical model browser pulls GGUF and MLX models straight from Hugging Face, a built-in chat window lets you test them, and a one-click local server exposes an OpenAI-compatible API for your own code. As of July 2025 it is free for commercial use too, removing the previous separate-license requirement.
On Apple Silicon, LM Studio's native MLX engine (open source under MIT) is a standout, delivering strong throughput; on Windows and Linux it uses llama.cpp with GPU acceleration. The desktop app is closed source, but the surrounding tooling — the lms CLI, the MLX engine and the Python/TypeScript SDKs — is open. Linux users get a headless llmster daemon rather than a GUI.
Key Benefits
- Easiest on-ramp: The model browser and chat UI mean you can be running a capable model in minutes with no command line.
- Free, including for work: No usage fees or token costs, and commercial use is now free.
- Great on Apple Silicon: The native MLX engine makes M-series Macs first-class local-LLM machines.
- Developer-ready: An OpenAI-compatible server plus official SDKs let you build against local models without changing app architecture.
Use Cases
- Trying models quickly — Browse, download and chat with new open models without touching a terminal.
- Local API for apps — Run the built-in server as a drop-in OpenAI endpoint during development.
- Apple Silicon inference — Get high-throughput local inference on a MacBook via MLX.
- Privacy-first chat — Keep all conversations on-device for sensitive work.