Local AI
Local AI
Foundations
Install LM Studio
Download, install, and run your first local model with a GUI
49 of 66
What is LM Studio?
LM Studio is a desktop app for running local LLMs. It wraps download, chat, and server modes behind a clean interface. It is the fastest way to go from zero to a working local model.
Official site: lmstudio.ai
Install
- Download LM Studio from the official site: lmstudio.ai
- Open the installer
- Launch LM Studio
Available for macOS, Windows, and Linux.
Download your first model
Open the Search tab and pick a starter model:
- Qwen 2.5 7B: fast, capable coding helper
- Llama 3.1 8B: general purpose, well supported
- DeepSeek-R1-Distill-Qwen 7B, reasoning model
Click Download. Models are stored under:
macOS: ~/.cache/lm-studio/models/ Windows: %USERPROFILE%.cachelm-studiomodelsLinux: ~/.cache/lm-studio/models/
Send your first prompt
- Go to the Chat tab
- Select your downloaded model from the dropdown
- Type:
Write a Python function that reverses a string.
You should see a response generated entirely on your machine.
Verify it is local
Disconnect from the internet and send another prompt. If it still works, your model is truly local.