← Claude Project Dashboard

🧭 Which Local AI Should I Run?

A free, self-contained picker for AI models that run on your own computer (via Ollama — the free engine that runs them). Tell it what machine you have and what you want to do; the chart, scores, and recommendations adapt. No account, no tracking, nothing leaves this page. Researched & fact-checked 2026-07-18.

1 · Your machine

Two numbers decide everything: your graphics-card memory (VRAM — the AI's fast desk) and your regular RAM (the slower overflow table). Plus one housekeeping check: free disk space — these models are big one-time downloads. Windows: Task Manager → Performance → GPU → "Dedicated GPU memory".
🔍 Not sure what you have? Find out in 30 seconds
Windows — the clicking way
  1. Press Ctrl + Shift + Esc (Task Manager)
  2. Click Performance on the left
  3. Click GPU → read "Dedicated GPU memory" — that's your graphics memory
  4. Click Memory → the big number at the top is your RAM
  5. For disk: open File ExplorerThis PC — each drive shows "x GB free"
Windows — the copy-paste way
Press the Windows key, type powershell, open it, paste this, press Enter. It prints your three numbers — you can send them to whoever is helping you choose.
$g=Get-CimInstance Win32_VideoController | Select-Object -First 1; $v=(Get-ItemProperty "HKLM:\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0*" -Name HardwareInformation.qwMemorySize -EA SilentlyContinue | ForEach-Object { $_.'HardwareInformation.qwMemorySize' } | Sort-Object -Descending | Select-Object -First 1); $r=[math]::Round((Get-CimInstance Win32_ComputerSystem).TotalPhysicalMemory/1GB); "Graphics card: $($g.Name)"; "Graphics memory: $([math]::Round($v/1GB)) GB"; "Regular RAM: $r GB"; "Free disk (C:): $([math]::Round((Get-PSDrive C).Free/1GB)) GB"
Mac
  1. Click the Apple menuAbout This Mac
  2. The Chip line tells you the model (M1/M2/M3/M4, and whether it's Pro or Max)
  3. The Memory line is your unified memory — on a Mac that's both your RAM and your graphics memory
  4. Free disk: Apple menu → About This MacMore InfoStorage
system_profiler SPHardwareDataType | grep -E "Chip|Memory"; df -h / | awk 'NR==2 {print "Free disk: "$4}'
No idea / no dedicated graphics?
If Task Manager shows no "GPU 1" with dedicated memory — or the card says "Intel/AMD Graphics" rather than NVIDIA — pick No graphics card above. Plenty still works; the page will show you what.
💭 What about processor speed, cooling, or drive type?
Processor speed — barely matters
When a model fits on the graphics card, the card does virtually all the work — any desktop processor from the last several years is fine, and a faster one wouldn't make answers arrive faster. It only starts to matter on machines with no graphics card, and even there memory speed counts for more than processor speed.
Cooling — nothing special needed
Running a model works the machine about as hard as playing a 3D game. A normal desktop with stock cooling handles it all day — no overclocking, no extra fans. Thin laptops will get warm and loud on long jobs and may quietly slow themselves down to stay safe. Annoying, not harmful.
Disk — the one to actually check
Every model is a one-time download that lives on your drive (the ones here run ~3–24 GB each; a starter set can total 40–60 GB). Keep 15–20 GB of headroom beyond the downloads so the system has breathing room. Drive type barely matters: an SSD loads models quicker, but answering speed is identical once loaded.
Sends someone this page pre-set to a machine and job list — handy when you're helping a friend choose.

2 · What do you want it to do?

Pick up to 4 jobs (click to toggle), then weight how much each matters. Or grab a preset.

3 · The Magic Quadrant

Four dimensions: ↔ smarts for your chosen jobs · ↕ how nicely it runs on your machine · dot size = download size · color = where it lives. Hover any dot for its report card — click it and its full card opens right here beside the chart (one click brings the levers back). Models that can't run on your machine are hidden (noted below the chart).

Best for this mix

Fits fully on the graphics card — fast Runs from regular RAM — big brain, patient Runs, but slowly

4 · 👉 The recommendation

No hedging: for the machine and jobs you picked above, this is the one to install first — and the small supporting cast to add after. It re-computes live when you change anything above.

5 · The full report card

Scores are 1–10 within this local lineup (10 = the best you can run at home, not the best that exists). Speed and fit columns are computed for the machine you picked above. Click headers to sort — your previous sort becomes the tiebreaker. Darker chip = better.

6 · Model cards — with the exact install command

After installing Ollama (ollama.com), each command goes in a terminal: click Copy, paste, press Enter. It downloads the model and starts a chat. The colored badge shows how each runs on YOUR selected machine. Each card also has an 🛠️ Install prompt button — a ready-made brief to paste into Claude Code so it sets everything up for you.

7 · Want a fresh, personalized write-up?

This page is a snapshot (researched 2026-07-18) — the model world moves monthly. If you use Claude, ChatGPT, or any capable AI, click the button: it builds a ready-to-paste prompt containing your hardware and chosen jobs, asking your AI for an up-to-the-minute version of these model cards and recommendations. Costs the page's author nothing; uses your own AI account. You can also save this whole page with Ctrl+S — it works offline.

8 · Straight talk — read before downloading

🔬 The hardware fine print (how the speed estimates work)

9 · ☁️ Beyond home hardware — the giants

These are the biggest downloadable models on Earth. They're free and legal to download — and none of them will run on any machine in the selector above, or any machine you can buy for a normal budget. Here's what they'd actually take, and the sane way to use them instead.
Built from a fact-checked multi-agent research run (web sweeps → scoring → independent skeptics), 2026-07-18. Capability scores are informed judgments grounded in public benchmarks; entries marked "specs partly estimated" carry unverified sizes. Speed figures are computed ballparks from the fine-print rules. Colors validated for colorblind safety in light and dark mode. Verify any install command against ollama.com/library before running it.