24 guides

Local AI How-To Guides

Run AI models on your own hardware. These guides cover Ollama and LM Studio setup, picking a model that fits your VRAM, quantization, and getting usable speed.

Run Models

Local AI
Beginner8 min

How to Install Ollama on macOS

Get Ollama running on a Mac in under 10 minutes: install via Homebrew or the native app, pull your first model, and confirm the local server is responding.

Local AI
Beginner10 min

How to Install Ollama on Windows

Download the Windows installer, confirm PATH is set, verify the local API server is up, and understand when WSL2 gives you better GPU performance.

Local AI
Beginner10 min

How to Run Llama 3 Locally with Ollama

Pull the Llama 3.3 model, run an interactive chat session, switch between the 8B and 70B variants, and understand the VRAM requirements for each size.

Local AI
Beginner7 min

How to Pick the Right Local AI Model for Your Hardware

Match your GPU VRAM tier to concrete model recommendations, understand Q4/Q5/Q8 quantization, and use a simple rule of thumb to avoid out-of-memory crashes before you download.

Local AI
Intermediate12 min

Best GGUF Models to Run by VRAM Tier (8GB, 12GB, 16GB, 24GB, 48GB)

A current, no-nonsense map of which local models actually fit your GPU. Pick a VRAM tier, get the right GGUF model and the exact ollama pull command, plus the quant and context math that decides whether it loads or crashes.

Local AI
Beginner11 min

Run LLMs in Your Browser With WebGPU: No Install, No Server (WebLLM)

Try local AI before you commit to Ollama or buy a GPU. WebLLM runs a real quantized model entirely inside a browser tab using WebGPU, with nothing sent to a server. This is the zero-install path, the model size limits, and the minimal code to embed it in your own page.

Local AI
Intermediate12 min

How to Use Ollama as a Drop-In OpenAI API

Point any OpenAI-compatible SDK or tool at your local Ollama server by changing one URL, and use OLLAMA_HOST to expose it on your network.

Local AI
Intermediate14 min

GGUF vs MLX vs NVFP4: Local AI Quantization Formats Explained

Three names keep showing up when you go to download a local model: GGUF, MLX, and the newer NVFP4. They are not interchangeable, and picking the wrong one wastes memory or leaves your hardware idle. Here is what each format is, which one your machine actually wants, and how to choose in ten seconds.

Local Apps & UIs

Hardware & Builds

Model Spotlights

Fine-Tuning

Browse other categories