Skip to content
AI Model Radar

Run it locally

The tools.

A model that fits your machine still needs a runtime to load it. These are the ones worth knowing — every single one loads the same GGUF files our memory figures are measured from, so what the finder says fits will fit here too.

Never touched a terminal?

LM Studio — a desktop app with a built-in model browser. Search, download, chat.

Comfortable with a terminal?

Ollama — one command per model, runs as a service, and most other tools can attach to it.

Want every knob?

llama.cpp — the engine the others build on, with the most control and the newest features first.

01 /

Ollama

One command to download and run a model.

Interface:
CLI + local server
Platforms:
Windows · macOS · Linux
Source:
Open source
Get Ollama (External link)

Best for

The easiest serious start — and what most other tools build on.

Runs as a background service: `ollama run <model>` pulls the weights and starts chatting; every model on our device pages with an Ollama link works this way. Also exposes a local API that GUI tools can attach to.

02 /

LM Studio

The polished desktop app: browse, download, chat.

Interface:
GUI + local server
Platforms:
Windows · macOS · Linux
Source:
Free, not open source
Get LM Studio (External link)

Best for

People who never want to see a terminal.

Free desktop app with a built-in model browser — search a model from our board, pick a GGUF quantization, and it shows whether it fits your machine before downloading. Can also serve a local API.

03 /

llama.cpp

The engine underneath almost everything else.

Interface:
CLI + local server
Platforms:
Windows · macOS · Linux
Source:
Open source
Get llama.cpp (External link)

Best for

Maximum control and the newest features first.

The project that created the GGUF format; Ollama, LM Studio and Jan all build on it. Compile or download a release, then run models with every knob exposed — including the KV-cache quantization options our finder lets you plan with.

04 /

Jan

Open-source desktop chat app.

Interface:
GUI
Platforms:
Windows · macOS · Linux
Source:
Open source
Get Jan (External link)

Best for

A GUI where you can read the source of every part.

Desktop app in the LM Studio mold, fully open source. Downloads GGUF models, chats offline, and can connect to cloud APIs when you want both in one window.

05 /

Open WebUI

A self-hosted web interface on top of Ollama.

Interface:
Web UI
Platforms:
Anywhere Docker runs
Source:
Open source
Get Open WebUI (External link)

Best for

Serving models to a household or a small team.

Runs in your browser against an Ollama or OpenAI-compatible backend: accounts, chat history, document upload — the pieces a shared setup needs. The natural next step once a model runs on one machine.

Tool installed? Then find out which model your machine actually runs — open the Local AI Finder →

All five are free to download. None of these links carries a referral — they route through our /go layer only so outbound clicks stay countable, like every external link on this site.