RunLocal

Hardware-aware · Open source · Updated weekly

Local AI: run open source models on your own computer.

The hub for local LLMs, install guides and a hardware picker.

You can run AI models like the ones behind ChatGPT or Claude directly on your laptop or desktop, without sending your data anywhere. RunLocal shows you which open source model to choose for your hardware, which free software to install (Ollama, LM Studio, llama.cpp), and how to get started in about ten minutes. No prior knowledge required.

New to this? Start with the glossary for plain-language definitions, or jump straight to the hardware picker to see what your computer can run.

Models worth your disk space

A short list, opinionated. Full catalog in the directory.

See all models →

Qwen 3.6

Alibaba (Qwen team) · China

2026
License
Apache 2.0 on official open-weight checkpoints
Context
262k native on 27B; long-context extensions available
Sizes
27B dense · 35B-A3B MoE · additional large MoE variants
CodingMultimodal workflowsMultilingualLocal workstations

Current open-weight Qwen generation for local use. Qwen3.6-27B is the key workstation-class checkpoint. Qwen3.8-Max-Preview is newer but cloud/API-only as of August 15, 2026 and is intentionally excluded from the local picker.

Qwen 3.5

Alibaba (Qwen team) · China

2026
License
Apache 2.0
Context
262k native; selected variants support longer contexts
Sizes
2B · 9B · 27B · 35B-A3B MoE · 122B-A10B MoE · 397B-A17B MoE
MultimodalMultilingualCodeCost-sensitive deployments

Released in 2026. The smaller checkpoints remain excellent local choices when Qwen 3.6 is too large.

Gemma 4

Google DeepMind · United States

2026
License
Apache 2.0
Context
128k–256k depending on checkpoint
Sizes
E2B · E4B · 12B · 26B-A4B MoE · 31B dense
On-device inferenceMultimodalConsumer GPUsWorkstations

Multimodal family spanning edge through workstation hardware. The 26B-A4B model activates about 4B parameters per token while retaining a 26B memory footprint.

Mistral Small 4

Mistral AI · France (EU)

2026
License
Apache 2.0
Context
256k tokens
Sizes
119B MoE (6.5B active)
ReasoningCoding agentsMultimodal workflowsEU-friendly deployments

Combines instruct, reasoning and coding modes in one multimodal MoE model. Low active parameters help compute speed, but the full weights still determine memory use.

Snapshot · Aug 17, 2026

Trending on Hugging Face

Auto-curated from the Hugging Face Hub by a weighted mix of downloads, community likes and recency. Refreshes weekly via GitHub Action. License tier is a quick visual hint, not legal advice.

DeepSeek-V4-Flash-0731

deepseek-ai

Permissive

MIT

Downloads
1.9M
Likes
3.5k
Updated
16 days ago
View on HF →score 0.86

GLM-5.2

zai-org

Permissive

MIT

Downloads
2.7M
Likes
5.0k
Updated
1 months ago
View on HF →score 0.85

DeepSeek-V4-Pro

deepseek-ai

Permissive

MIT

Downloads
1.3M
Likes
5.5k
Updated
1 months ago
View on HF →score 0.83

Ornith-1.0-35B-GGUF

ornith-ai · 35B

Permissive

MIT

Downloads
3.9M
Likes
1.0k
Updated
1 months ago
View on HF →score 0.81

phi-4

microsoft

Permissive

MIT

mathcodechat
Downloads
690.0k
Likes
2.3k
Updated
1 months ago
View on HF →score 0.80

DeepSeek-V4-Flash

deepseek-ai

Permissive

MIT

Downloads
2.0M
Likes
2.1k
Updated
1 months ago
View on HF →score 0.80

GLM-5

zai-org

Permissive

MIT

Downloads
124.6k
Likes
2.1k
Updated
5 days ago
View on HF →score 0.79

Ternary-Bonsai-27B-gguf

prism-ml · 27B

Permissive

Apache 2.0

Downloads
698.5k
Likes
1.2k
Updated
1 months ago
View on HF →score 0.78

The tools that actually run them

Runtimes, GUIs and inference servers, with their real trade-offs.

See all tools →

Ollama

Runtime

MIT

The fastest way to get a local LLM running with one command.

macOSLinuxWindows

Strengths

  • One-line install, one-line model pulls
  • Built-in OpenAI-compatible API on localhost:11434
  • Active model library with 4,500+ tagged variants

Trade-offs

  • Less raw throughput than vLLM under heavy concurrent load
  • Configuration is opinionated; advanced tuning means dropping into llama.cpp anyway

llama.cpp

Runtime

MIT

Maximum control and the broadest hardware coverage in the open ecosystem.

macOSLinuxWindowsAndroidiOS

Strengths

  • Runs almost anywhere: CUDA, ROCm, Metal, Vulkan, CPU-only
  • Tight GGUF quantization control
  • Reference implementation behind most desktop LLM tools

Trade-offs

  • Command-line first; the UX assumes you read READMEs
  • Quantization options multiply quickly, easy to pick the wrong one

LM Studio

GUI

Proprietary

Browsing, comparing and chatting with local models in a desktop GUI.

macOSLinuxWindows

Strengths

  • Polished chat UI with side-by-side model comparison
  • Built-in Hugging Face model browser
  • Local OpenAI-compatible API server with one click

Trade-offs

  • Closed source; the engine is llama.cpp but the shell is not
  • Less scriptable than CLI-first tools

vLLM

Server

Apache

Production-grade inference with concurrent users and high throughput targets.

Linux (CUDA, ROCm)

Strengths

  • PagedAttention for memory-efficient KV cache
  • Continuous batching and speculative decoding
  • An order of magnitude more throughput than Ollama under heavy concurrency

Trade-offs

  • GPU-only path; not aimed at single-user desktops
  • Operational complexity is real; budget for tuning
Visit project →No guide yet

Install guides

Latest writing

Why bother running AI locally?

The big cloud services are easier to start with. But there are real reasons to do it yourself. Three of them.

Your data stays with you

What you type and what the model answers never leave your computer. Handy when you are working with personal notes, client documents, internal code, or anything you would not paste into a public website.

It works even when the cloud does not

The model file lives on your disk. If the company that made it shuts down, raises prices, or simply changes its terms, your setup keeps working. The model you download today still runs in 2030 if your computer does.

No surprise bills

Cloud AI charges per use. Local AI costs you the price of your computer, plus electricity. After the first month, the marginal cost of an extra question is essentially zero.