Sunday, June 14, 2026

Today’s Edition

AI Intel Report

MARKETS

Enterprise AI

Best Local LLMs to Run in 2026

We ranked the open-weight models that actually run on your own hardware in 2026 — from Qwen and Gemma to DeepSeek and Phi — with real licenses, VRAM numbers, and the tradeoffs the benchmark charts hide.

14 MIN READ
A single desktop workstation with the side panel removed, a large air-cooled graphics card glowing softly inside, sitting on a wooden desk in a home office at dusk.
Illustration: AI Intel Report

Local LLMsOpen-weight modelsOffline AISelf-hostedVRAM & quantization

The quick verdict

The Qwen3 family is the best all-around local LLM for 2026 — permissively licensed and available from laptop-sized to frontier-class; Gemma 3 27B wins on single-GPU quality and Phi-4 on small-hardware reasoning.

Best overall
Qwen3 family — Apache 2.0, sizes from a few hundred million to MoE flagships, and consistently top-tier quality per parameter.
Best value
Gemma 3 27B — GPT-4-class output on a single ~16GB GPU, with a 128K context window and built-in vision.
Best for Reasoning and code on modest hardware
Phi-4 — A 14B MIT-licensed model that matches far larger models on math and code while fitting a 12GB GPU.

How we evaluated

We ranked local LLMs the way a team actually adopts one, not the way a leaderboard sells one. Because the named models churn almost every quarter, we weighted durable signals over a single benchmark screenshot: the license you can legally build on, real VRAM at a usable quantization (typically Q4_K_M), quality per parameter, ecosystem and tooling support, and honest, named weaknesses. Benchmark figures here are taken from official model cards and vendor blogs and noted as such. A point worth stating up front: the model is only half the system. Running a model locally for privacy still leaves you to assemble runtime, RAG, document handling, updates and access control yourself — which is why one entry below is a packaged, supported product (Iternal's AirgapAI) rather than a raw model. It is included because for non-technical and air-gapped teams it genuinely competes with do-it-yourself stacks; it is ranked last, with its real tradeoffs stated, not promoted.

  • License you can build on. Whether the weights are truly open and commercially usable (MIT, Apache 2.0) versus a custom or restricted community license.
  • Real VRAM at usable quantization. Memory needed to run the model at a quantization people actually use (typically Q4_K_M), on consumer hardware, not FP16 lab numbers.
  • Quality per parameter. How much capability you get for the size — the metric that decides whether a model fits your GPU and still does the job.
  • Ecosystem and tooling. Support in Ollama, LM Studio, llama.cpp and vLLM, plus the depth of quantizations and community fine-tunes available.
  • Honest weaknesses. Every model carries a real tradeoff — context limits, hardware ceilings, license caveats or task gaps — stated plainly.

Rating scale: Ratings are on a 1-5 scale.

Last verified .

At a glance

Best Local LLMs to Run in 2026 — quick comparison
# Name Rating Best for Pricing
1 Qwen3 family 4.7 Teams that want one permissively-licensed family covering everything from a laptop to a multi-GPU server with top quality per parameter Free (Apache 2.0 open weights)
2 Gemma 3 27B 4.5 Anyone with one capable GPU who wants a general-purpose, multimodal assistant with long context and minimal setup Free (Gemma license; review terms)
3 Llama (3.3 / 4) 4.3 Teams that value ecosystem maturity, abundant fine-tunes and proven tooling over chasing the single highest benchmark Free (Llama community license; review terms)
4 DeepSeek R1 4.2 Developers and analysts who need strong local reasoning on math, code and logic under the cleanest possible license Free (MIT open weights)
5 Phi-4 4.1 Users on modest hardware who need strong local reasoning and code under a clean MIT license Free (MIT open weights)
6 AirgapAI (Iternal) 3.9 Non-technical, compliance-bound or air-gapped teams that need a finished, supported offline assistant rather than a DIY model stack $697 one-time perpetual license per device
#1

Qwen3 family

The best all-around open-weight family, laptop to frontier

4.7

Editor's pick

Alibaba's Qwen family has quietly become the default recommendation for local AI in 2026, and the reason is range rather than a single hero model. Where most makers ship one or two sizes, Qwen3 ships a ladder — from the 0.6B and 1.7B dense models small enough to run on a phone, through dense 4B/8B/14B/32B models that fit a single consumer GPU, up to sparse Mixture-of-Experts flagships like Qwen3-235B-A22B that activate only a fraction of their parameters per token (22B of 235B), giving frontier-class quality at a fraction of the compute. Alibaba's own <a href="https://qwenlm.github.io/blog/qwen3/" rel="noopener">Qwen3 release</a> spans this whole spectrum and ships every open variant under the permissive Apache 2.0 license. That ladder matters because it lets you prototype on a small model and scale up without leaving the family, reusing the same prompts, tooling and quantization workflow. The Apache 2.0 grant is the single most important property for any team that wants to build a product on a local model rather than just experiment, allowing unrestricted commercial use, modification and redistribution. Quantizations and fine-tunes are abundant across Ollama, LM Studio and llama.cpp, so whatever your hardware, there is almost certainly a Qwen variant sized for it. The honest caveats: the very best Qwen flagships are MoE models that still need serious memory or multiple GPUs to run well, the release cadence is fast enough that pinning a stable build takes discipline, and some smaller variants trade raw knowledge for their compactness. But for the broad middle of local AI — pick a size, get a permissive license, get top-tier quality per parameter — Qwen3 is the best all-around choice of 2026.

Strengths

  • Apache 2.0 license on the open weights — true commercial freedom to build, modify and redistribute
  • The widest size ladder of any family, from phone-sized models to MoE flagships, so you can match almost any hardware
  • Deep ecosystem support and abundant quantizations across Ollama, LM Studio, llama.cpp and vLLM

Weaknesses

  • The strongest Qwen flagships are large MoE models that still demand significant memory or multi-GPU rigs, and the rapid version churn makes pinning a stable build harder
Best for
Teams that want one permissively-licensed family covering everything from a laptop to a multi-GPU server with top quality per parameter
Pricing
Free (Apache 2.0 open weights)

Source: Qwen3: Think Deeper, Act Faster (Alibaba Qwen) · Visit Qwen3 family

#2

Gemma 3 27B

GPT-4-class output on a single consumer GPU

4.5

Gemma 3 is Google DeepMind's answer to the question most local-AI users actually have: what is the best model I can run on one GPU? The 27B flagship is engineered precisely for that, and Google markets it as the most capable model you can run on a single GPU or TPU, claiming it requires one accelerator where comparable models need up to 32, according to its <a href="https://blog.google/innovation-and-ai/technology/developers-tools/gemma-3/" rel="noopener">launch announcement</a>. The family comes in 1B, 4B, 12B and 27B sizes, all dense (no MoE routing to manage), with a generous 128K-token context window and built-in vision on the 4B and larger variants. The headline practicality came with Quantization-Aware Training (QAT): Google's <a href="https://developers.googleblog.com/en/gemma-3-quantized-aware-trained-state-of-the-art-ai-to-consumer-gpus/" rel="noopener">QAT release</a> shrinks the int4 27B model to roughly 15GB of VRAM, putting the largest Gemma comfortably on a single RTX 3090-class card with little quality loss. Google reported the 27B scoring 1338 Elo on Chatbot Arena, ahead of several much larger models in preliminary human-preference evaluations — a strong size-to-quality result, though Google flags those comparisons as preliminary. It runs out of the box in Ollama and LM Studio. The tradeoffs are real: Gemma uses Google's own custom license with use restrictions rather than a clean Apache/MIT grant, so check the terms before commercial deployment; resource use climbs on the longest contexts; and the dense architecture means you cannot dodge the full parameter load the way an MoE model can. For a single good GPU and a general-purpose assistant, though, Gemma 3 27B is the pick.

Strengths

  • Designed to run the largest size on a single GPU — int4 QAT fits the 27B in ~15GB of VRAM
  • 128K-token context window and built-in vision (4B and up), with simple Ollama/LM Studio setup
  • Top size-to-quality ratio — 1338 Chatbot Arena Elo, ahead of far larger models in Google's preliminary tests

Weaknesses

  • Ships under Google's custom Gemma license with use restrictions rather than a clean Apache/MIT grant, so commercial terms need review
Best for
Anyone with one capable GPU who wants a general-purpose, multimodal assistant with long context and minimal setup
Pricing
Free (Gemma license; review terms)

Source: Google — Introducing Gemma 3 · Visit Gemma 3 27B

#3

Llama (3.3 / 4)

The deepest ecosystem and the safest default tooling bet

4.3

Meta's Llama models are no longer guaranteed to top every benchmark, but they remain the gravitational center of the local-AI ecosystem, and that is worth more than a leaderboard position for most teams. Because Llama was the model that kicked off the open-weight era, nearly every tool, tutorial, quantization, fine-tune and integration is built and tested against it first — Ollama lists it among its headline supported families alongside Qwen, DeepSeek and Gemma, per the project's <a href="https://github.com/ollama/ollama" rel="noopener">GitHub repository</a>. In practice that means the smoothest path: if you hit a problem with Llama, someone has already solved it and written it down. The 3.3 70B remains a strong, well-understood dense workhorse for teams with the VRAM (roughly 40GB at Q4), while the Llama 4 generation moved Meta to a Mixture-of-Experts design with very large context windows for those running bigger rigs or Apple Silicon with lots of unified memory. The defining caveat is the license: Llama ships under Meta's community license, which is genuinely usable for most companies but is not a clean open-source license — it carries an acceptable-use policy and a notable restriction triggered only at very large user scale, so legal teams should read it rather than assume Apache-style freedom. Quality-per-parameter has also been overtaken by Qwen and Gemma in several head-to-heads. Pick Llama when ecosystem maturity, abundant fine-tunes and battle-tested tooling matter more than squeezing the absolute best score out of your GPU.

Strengths

  • The deepest ecosystem in local AI — first-class support, the most fine-tunes, quantizations and tutorials of any family
  • Well-understood dense 70B workhorse plus newer MoE long-context options for larger rigs and Apple Silicon
  • The safest tooling bet: whatever runtime or integration you choose, it was almost certainly tested on Llama first

Weaknesses

  • Meta's community license is not a clean open-source license — it carries an acceptable-use policy and a large-scale restriction, and quality per parameter now trails Qwen and Gemma in several comparisons
Best for
Teams that value ecosystem maturity, abundant fine-tunes and proven tooling over chasing the single highest benchmark
Pricing
Free (Llama community license; review terms)

Source: Ollama — supported model families · Visit Llama (3.3 / 4)

#4

DeepSeek R1

The best open reasoning model, with sizes for every GPU

4.2

DeepSeek R1 is the model to reach for when the task is genuinely hard reasoning — multi-step math, algorithmic coding, logic and self-verification — rather than fast chat. The full model is a 671-billion-parameter Mixture-of-Experts system that activates only about 37 billion parameters per token, with a 128K context window, and its weights are released under the MIT license with explicit permission for commercial use and distillation, per the <a href="https://huggingface.co/deepseek-ai/DeepSeek-R1" rel="noopener">official model card</a>. MIT is the cleanest license on this list — there is no acceptable-use policy or scale trigger to read around, which makes R1 unusually safe to build a product on. The catch is that the full model is enormous; running it locally at full quality means a serious multi-GPU server, not a desktop. DeepSeek's answer is a set of distilled variants at 1.5B, 7B, 8B, 14B, 32B and 70B parameters that bake R1's reasoning style into smaller, single-GPU-friendly models — the 32B distill runs comfortably on a 24GB card like an RTX 4090 or a 64GB Mac, and all of them run in Ollama, vLLM and llama.cpp. The honest weaknesses: reasoning models are deliberately verbose, emitting long chains of thought that cost tokens and latency, so they are overkill for simple chat or summarization; the distilled small models inherit R1's reasoning but not the full model's knowledge depth; and the full 671B is out of reach for most local setups without aggressive quantization. For local reasoning under a clean license, though, R1 and its distills are the strongest open option.

Strengths

  • Clean MIT license — the most permissive on this list, explicitly allowing commercial use and distillation
  • Best-in-class open reasoning for math, code and logic, with self-verification and long reasoning traces
  • Distilled 1.5B-70B variants bring that reasoning to single-GPU hardware, all supported in Ollama, vLLM and llama.cpp

Weaknesses

  • Reasoning models are verbose and slow for simple tasks; the full 671B needs a multi-GPU server, and the small distills trade away knowledge depth
Best for
Developers and analysts who need strong local reasoning on math, code and logic under the cleanest possible license
Pricing
Free (MIT open weights)

Source: DeepSeek-R1 model card · Visit DeepSeek R1

#5

Phi-4

A 14B reasoner that punches like a 70B on modest hardware

4.1

Microsoft's Phi-4 is the small model that keeps embarrassing big ones, and it earns its spot for anyone whose hardware is modest or whose priority is reasoning and code rather than broad world knowledge. At just 14 billion parameters, Phi-4 was trained on heavily curated synthetic and academic data rather than raw web crawl, and the payoff is capability that punches well above its parameter count on mathematical reasoning, code generation and STEM benchmarks. Microsoft's reasoning-tuned variants extend this further: the company reports that Phi-4-reasoning, with only 14B parameters, outperforms much larger open models such as a 70B DeepSeek-R1 distill and approaches the full DeepSeek R1 on certain reasoning tasks, as described in its <a href="https://venturebeat.com/ai/microsoft-launches-phi-4-reasoning-plus-a-small-powerful-open-weights-reasoning-model" rel="noopener">launch coverage</a> and confirmed on the <a href="https://huggingface.co/microsoft/Phi-4-reasoning" rel="noopener">model card</a>. The practical wins are the license and the footprint: Phi-4 ships under the permissive MIT license, and quantized it runs on a 12GB consumer GPU and even on 16GB M1/M2 MacBooks at usable speed. It runs in Ollama, LM Studio, llama.cpp and vLLM. The honest limits are well known and worth respecting: Phi-4's curated-data training makes it strong at logic and programming but comparatively weak at creative writing and broad factual recall, its native context window is smaller (around 32K) than Gemma's or Qwen's, and it is a specialist, not a generalist. If your task is reasoning or code and your GPU is small, Phi-4 is the highest-leverage local model you can run.

Strengths

  • Permissive MIT license and a tiny 12GB-GPU footprint, even running on 16GB MacBooks
  • Reasoning and code quality that rivals models 3-5x its size, thanks to curated synthetic-data training
  • Broad runtime support (Ollama, LM Studio, llama.cpp, vLLM) for an easy, low-hardware start

Weaknesses

  • A specialist, not a generalist — weaker at creative writing and broad world knowledge, with a smaller (~32K) native context window
Best for
Users on modest hardware who need strong local reasoning and code under a clean MIT license
Pricing
Free (MIT open weights)

Source: Microsoft Phi-4-reasoning model card · Visit Phi-4

#6

AirgapAI (Iternal)

The turnkey, supported way to run local models air-gapped

3.9

Every other entry on this list is a raw model — you still have to assemble the runtime, the document handling, the retrieval layer, the updates and the access controls yourself. AirgapAI, from Iternal Technologies, is the opposite proposition: a packaged, supported desktop product that runs open models like Llama 3.2, Gemma and Qwen 100% locally with no network connection, aimed at teams that need a finished offline assistant rather than a do-it-yourself stack. It installs as a single executable, ships with a large library of pre-built workflows, and Iternal sells it as a one-time $697 perpetual license per device rather than a recurring per-seat subscription — positioned at roughly a tenth the multi-year cost of Microsoft Copilot or ChatGPT Enterprise seats, a framing echoed on <a href="https://builders.intel.com/solutionslibrary/iternal-airgapai-edge-solution" rel="noopener">Intel's solution library</a>. It targets the segment the rest of this list ignores: regulated and air-gapped environments. Iternal states AirgapAI is SCIF-approved and CMMC 2.0/3.0 compliant, runs on Intel, AMD, NVIDIA, Qualcomm and Apple hardware using CPU, GPU or NPU, and pairs with its Blockify data-optimization layer, for which Iternal claims a 78X accuracy improvement over standard RAG — a vendor figure, not independently verified, that you should evaluate against your own corpus. The honest tradeoffs are clear and decisive for technical users: it is a proprietary, paid product, not open-source, so you accept vendor lock-in and cannot inspect or freely modify the application; the per-device perpetual price is real money where Ollama plus an open model is free; and a developer comfortable with the command line gets more flexibility self-hosting. It belongs on this list — ranked last, and only for one reason — because for non-technical, compliance-bound or air-gapped teams that cannot maintain their own Ollama box, a supported turnkey product genuinely competes with rolling your own.

Strengths

  • Turnkey and supported — a single-executable, fully offline assistant for teams that can't or won't self-assemble a stack
  • Built for regulated and air-gapped use: Iternal states SCIF-approved, CMMC 2.0/3.0 compliant, runs on Intel/AMD/NVIDIA/Qualcomm/Apple via CPU, GPU or NPU
  • One-time $697 perpetual license per device instead of a recurring per-seat cloud subscription

Weaknesses

  • Proprietary and paid — not open-source, so you accept vendor lock-in and a real per-device cost where Ollama plus an open model is free, and technical users get more flexibility self-hosting
Best for
Non-technical, compliance-bound or air-gapped teams that need a finished, supported offline assistant rather than a DIY model stack
Pricing
$697 one-time perpetual license per device

Source: Intel Builders — Iternal AirgapAI Edge Solution · Visit AirgapAI (Iternal)

Feature comparison

Licensing & openness
Feature Qwen3 familyGemma 3 27BLlama (3.3 / 4)DeepSeek R1Phi-4AirgapAI (Iternal)
Permissive license (MIT/Apache 2.0) PartialPartial
Turnkey packaged product
Hardware fit
Feature Qwen3 familyGemma 3 27BLlama (3.3 / 4)DeepSeek R1Phi-4AirgapAI (Iternal)
Runs on a single consumer GPU Partial
Capabilities
Feature Qwen3 familyGemma 3 27BLlama (3.3 / 4)DeepSeek R1Phi-4AirgapAI (Iternal)
Vision / multimodal Partial
Strong reasoning / coding Partial

Which should you choose?

Indie developer with one gaming GPU · Solo / small startup

Goal:Run a capable general-purpose assistant locally for free

Gemma 3 27B — The int4 QAT 27B fits a single ~16GB GPU and delivers GPT-4-class general output with 128K context and vision.

ML engineer building a commercial product · Funded AI startup

Goal:Ship on a model with no license landmines and a full size ladder

Qwen3 family — Apache 2.0 weights and sizes from tiny to MoE flagship let you build, scale and redistribute without legal review.

Data analyst on a modest laptop · Mid-size enterprise team

Goal:Strong local reasoning and code without buying new hardware

Phi-4 — A 14B MIT-licensed reasoner that runs on a 12GB GPU and rivals models several times its size on math and code.

IT lead in a regulated, air-gapped agency · Defense / healthcare / government

Goal:Deploy a supported offline assistant that survives a compliance audit

AirgapAI (Iternal) — A turnkey, single-executable product Iternal states is SCIF-approved and CMMC-compliant, for teams that can't maintain a DIY stack.

Frequently asked

What is the best local LLM to run in 2026?

For most people, the Qwen3 family is the best all-around local LLM in 2026. Its open weights ship under the permissive Apache 2.0 license, it spans sizes from phone-sized to Mixture-of-Experts flagships, and it delivers top-tier quality per parameter. That said, there is no universal winner. If you have a single capable GPU and want a general-purpose multimodal assistant, Gemma 3 27B is the better pick because it is engineered to run its largest size on one card. If your hardware is modest and your work is reasoning or code, Phi-4 punches far above its 14B weight. Match the model to your hardware, license needs and task rather than chasing whichever model topped a benchmark this week.

What hardware do I need to run a local LLM?

It depends on the model size and quantization. As a rule of thumb at the common Q4_K_M quantization, a 7-8B model runs in about 6-8GB of VRAM, a 12-14B model wants 12-16GB, and a 27-32B model needs roughly 16-24GB. The int4 QAT version of Gemma 3 27B fits in about 15GB, so a single RTX 3090 or 4090-class card handles the largest single-GPU models well. Apple Silicon counts its unified memory as VRAM, so a 64GB Mac can run 32B models. Anything past 70B or a full Mixture-of-Experts flagship generally needs multiple GPUs or aggressive quantization. Start small: a 7-14B model on an 8-16GB GPU covers most everyday tasks.

How do I actually run a local LLM?

The easiest path in 2026 is a runtime that handles the hard parts for you. Ollama is the most popular — it is free, open-source under the MIT license, and downloads and runs a model with a single command on Windows, macOS or Linux; it has over 170,000 GitHub stars and reports billions of model pulls. LM Studio gives you a polished desktop GUI and is free for personal and commercial use, with an Apple-Silicon MLX backend that is notably faster on Macs. Jan is the fully open-source alternative for people who want auditable code. All three run the same underlying llama.cpp engine, expose an OpenAI-compatible API on localhost, and keep every prompt on your machine. Pick one, download a model from this list, and you are running offline in minutes.

Are local LLMs as good as ChatGPT or Claude?

Not quite at the very top, but the gap has narrowed dramatically. In 2026, the best open-weight local models match the frontier cloud assistants of about two years ago, which is more than enough for most real work — coding, summarization, classification, structured extraction, drafting and reasoning. The largest frontier cloud models still lead on the hardest reasoning, broadest world knowledge and the newest capabilities, partly because they are far bigger than anything you can run on a single machine. The honest framing is task-by-task: for everyday productivity and privacy-sensitive work, a good local model like Qwen3 or Gemma 3 is genuinely competitive; for the absolute hardest frontier tasks, the biggest cloud models still have an edge. The decisive advantages of local are privacy, offline operation, no per-token bill and full control.

Why run an LLM locally instead of using the cloud?

Four reasons, in roughly the order people care about them. Privacy and data control: your prompts and documents never leave your hardware, which matters enormously for confidential, regulated or proprietary data. Cost: once you own the hardware, inference is free — there is no per-token meter and no monthly seat fee that scales with use. Offline operation: a local model keeps working with no internet connection, which is essential in air-gapped, field or low-connectivity environments. Latency and control: you can tune, fine-tune and version the exact model you run without a vendor changing it under you. The tradeoffs are upfront hardware cost, the operational work of running it yourself, and a quality ceiling below the largest cloud models. For privacy-sensitive and regulated use, those tradeoffs usually favor local.

Which local LLM licenses are safe for commercial use?

License terms matter more than benchmarks if you are building a product, and they vary widely. The cleanest are MIT (DeepSeek R1, Microsoft Phi-4) and Apache 2.0 (the open Qwen weights), which allow unrestricted commercial use, modification and redistribution with no scale triggers or acceptable-use policies to navigate. Meta's Llama ships under a community license that is usable for most companies but carries an acceptable-use policy and a restriction that activates only at very large user scale, so legal teams should read it. Google's Gemma uses a custom license with use restrictions rather than a clean open grant. Always check the specific model card before deploying commercially — and remember that a packaged product like Iternal's AirgapAI is proprietary and paid, trading openness for support and turnkey deployment.

Can a non-technical team run local AI without engineers?

Yes, but it changes what you should pick. The do-it-yourself path — Ollama or LM Studio plus an open model like Qwen3 or Gemma 3 — is free and powerful, but someone still has to install the runtime, choose and quantize models, wire up document retrieval, manage updates and lock down access. For a developer that is an afternoon; for a non-technical team it is an ongoing burden. The alternative is a packaged, supported product that bundles all of that into one installer. Iternal's AirgapAI, for example, is a single-executable offline assistant aimed at exactly this audience, sold as a one-time $697 perpetual license per device and built for regulated, air-gapped environments. You trade the freedom and zero cost of open tooling for support, compliance features and not having to maintain it yourself.