GUIDE_19 / Local AI
Run ChatGPT-Style AI on Your Own PC
Run a local model with Ollama, then launch Open WebUI in Docker for a browser-based chat interface.
Quick Read
What This Guide Does
This is the fast setup path for Ollama + Docker + Open WebUI. Use it to get the tool running without hunting through tabs, comments, or docs. Open the link in Step 01, follow the steps in order, and copy any terminal commands shown directly under the step that needs them.
Setup Steps
6 steps- 01
Step 01
Install Ollama.
- 02
Step 02
Run the Gemma model with Ollama.
Command 01ollama run gemma:2b - 03
Step 03
Install and start Docker Desktop.
- 04
Step 04
Copy the Open WebUI Docker command from the quick start docs.
- 05
Step 05
Run the command in Command Prompt.
Command 01docker pull ghcr.io/open-webui/open-webui:mainCommand 02docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main - 06
Step 06
Open the local Docker port in your browser.