Getting started · OpenSourcesAI

New to local AI?
Start here.

This page walks you through what local AI is, what hardware you need, which tools to start with, and how to run your first model — step by step. Pick your path below or scroll straight through.

~15 min orientationNo cost to startWorks on most hardwareOpen-source tools only

Step 0

Pick your starting path

Select what you're here to do and we'll show you your first move.

What are you here to do?

Foundation

Three concepts that unlock everything else

You don't need to memorize these. You just need enough of each to avoid the most common mistakes.

First build path

Five steps to your first working local AI setup

Follow these in order. Each step builds on the last. Do not skip ahead to RAG or coding assistants until plain chat is working reliably.

Check your hardware

Before downloading any model, check your GPU memory. The compatibility checker gives you a shortlist of model sizes that fit your hardware.

Open compatibility checker

Install Ollama

Ollama is the fastest path from zero to a running local model. It handles download, runtime, and a local API in a single install.

Ollama setup guide

Pull one small model and test it

Run: ollama pull qwen3:8b — then test a few prompts. Log response speed and answer quality before adding any other tools. This baseline matters.

Add Open WebUI for a better chat workspace

Once Ollama is running, Open WebUI adds a browser-based chat interface. Add it only after the model itself is working.

Ollama + Open WebUI stack

Add RAG, coding tools, or agents when ready

Only after plain chat quality is acceptable on your hardware. Each layer adds complexity — add one at a time and test between steps.

Build a local RAG stack

Essential tools

The tools most beginners need first

Start with Ollama. Add LM Studio or Open WebUI only after you have one model running. Everything else comes later.

Explore deeper

Ready to go further?

Once your base setup is working, these sections have everything you need to build on it.

Your actual next step

Use the compatibility checker to see which models fit your hardware right now. Then install Ollama and run one prompt. That is the entire first session.