What You Need
Windows 10 or 11
8GB+ VRAM minimum
Free download required
Setup time
Pick the Right Model for Your GPU
The model you run depends on your GPU's VRAM. Here's exactly what to use:
qwen2.5:1.5b Basic tasks, simple Q&A qwen3-vl:8b Daily assistant + image analysis qwen2.5:14b Smarter responses, better coding deepseek-r1:14b Complex reasoning tasks qwen2.5-coder:32b GPT-4 level coding qwen2.5:72b Frontier model quality 💡 Most people start with 8GB and qwen3-vl:8b. It's fast, capable, and handles images too.
1 Download & Install Ollama
Ollama is the engine that runs AI models locally. It handles everything under the hood.
- Go to ollama.com/download
- Click Download for Windows
- Run the installer — click through and let it install
- Ollama will open automatically when done
2 Install Docker Desktop
Docker runs the Open WebUI interface — the beautiful chat UI you'll actually talk to.
- Go to docker.com/products/docker-desktop
- Download and install Docker Desktop for Windows
- Restart your PC if prompted
- Open Docker Desktop and make sure it's running (whale icon in system tray)
3 Launch Open WebUI
Open PowerShell as Administrator and run this single command:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main Then open your browser and go to:
4 Create Your Account & Pick a Model
- Click Sign Up to create a local admin account (stays on your machine)
- Once logged in, click the model dropdown at the top
- Search for your model (e.g.
qwen3-vl:8b) and click to download it - Wait for the download to complete — then start chatting!
5 Enable Persistent Memory
Make your AI remember things between conversations — just like Claude or ChatGPT with memory enabled.
- Click your profile icon (top right)
- Go to Settings → Personalization
- Toggle on Memory (Experimental)
Now you can tell it things like "commit this to your memory" or "remember my preferences" and it will persist across sessions.
All Commands & Links
Questions? Join the Community
Drop a comment on the video or come chat in the AlphaMine Discord. We're happy to help you get your local AI setup dialed in.