Skip to main content
AI Tools

How to Run DeepSeek Locally on Your PC in 2026 (Ollama & Open WebUI Guide)

Alex MorganAlex MorganSeptember 23, 20264 min read

Disclosure: Some links in this article are affiliate links. If you click and make a purchase, we may earn a commission at no extra cost to you. This does not influence our editorial recommendations - we only recommend products and services we genuinely believe in. Read our full affiliate disclosure.

How to Run DeepSeek Locally on Your PC in 2026 (Ollama & Open WebUI Guide) – featured image

With the release of DeepSeek-R1 and DeepSeek-V3, open-weights artificial intelligence matched the reasoning and coding capabilities of closed proprietary giants like OpenAI and Google.

However, the true power of DeepSeek lies in its open licensing (MIT): you can download the model weights and run them entirely on your own hardware. No monthly subscription, no rate limits, and 100% data confidentiality.

Here is the complete step-by-step tutorial to running DeepSeek on Windows, macOS, or Linux in 2026 using Ollama and Open WebUI.


Hardware Sizing Guide: Which DeepSeek Model Can You Run?

DeepSeek-R1 was released in several quantized and distilled sizes to accommodate everything from budget laptops to high-end workstations:

Model VersionParameter CountMinimum RAM / VRAMRecommended HardwareTokens/Sec Speed
DeepSeek-R1: 1.5B1.5 Billion4 GB RAMAny modern laptop / CPU45+ tok/s
DeepSeek-R1: 7B / 8B7–8 Billion8 GB VRAM / 16 GB RAMRTX 3060 / Apple M1 16GB25–35 tok/s
DeepSeek-R1: 14B14 Billion12 GB VRAM / 24 GB RAMRTX 4070 / Apple M2 24GB20–30 tok/s
DeepSeek-R1: 32B32 Billion20 GB VRAM / 32 GB RAMRTX 3090 / 4090 / Apple M3 36GB15–22 tok/s
DeepSeek-R1: 70B70 Billion48 GB VRAM / 64 GB Unified2x RTX 3090 or Mac Studio 64GB8–15 tok/s

Step 1: Install Ollama (The Inference Engine)

Ollama is the premier local model runner. It handles model quantization, memory offloading to GPUs, and serves a local REST API.

  1. Go to ollama.com and download the installer for your OS (Windows, macOS, or Linux).
  2. Run the installer. On Windows and Mac, Ollama will run quietly in your system tray.
  3. Verify the installation by opening your terminal or PowerShell and typing: ``bash ollama --version ``

Step 2: Download and Run DeepSeek in Your Terminal

To run your first prompt, choose the model that fits your hardware:

For Standard Laptops (8GB–16GB RAM):

For Gaming PCs / MacBooks (16GB–32GB RAM):

For High-End Workstations (32GB+ RAM / RTX 4090):

Ollama will automatically download the quantized GGUF weights. Once complete, you will see an interactive prompt where you can chat with DeepSeek immediately in your terminal!


Step 3: Install Open WebUI (The ChatGPT-Style Graphical Interface)

While the terminal is great for quick tests, a visual web interface with chat history, document uploads (RAG), and model switching makes the experience identical to ChatGPT.

The cleanest method to install Open WebUI is via Docker:

1. Install Docker Desktop:

Download and install Docker Desktop from docker.com.

2. Run the Open WebUI Container:

Open your terminal and run the following single command:

(Note: On Mac/Linux, this command connects Docker directly to your local Ollama port 11434.)

3. Open the Interface:

  1. Open your web browser and go to: http://localhost:3000
  2. Create an admin account (stored locally on your hard drive).
  3. In the top model dropdown, select your downloaded deepseek-r1 model.
  4. You now have a private, lightning-fast ChatGPT clone running 100% locally on your machine!

Power User Tips: Activating Reasoning Chain in WebUI

  • View Thinking Process: DeepSeek-R1 emits tokens. Open WebUI automatically renders these inside an interactive collapsible accordion, allowing you to inspect the model's inner reasoning chain before reading the final answer.
  • Document Analysis (RAG): Click the + icon in the chat bar to upload private PDF documents, financial spreadsheets, or source code. DeepSeek will parse and answer questions about them without sending a single byte to external servers.
#deepseek#ollama#open webui#local llm#ai privacy#2026

Frequently Asked Questions

Yes! The distilled DeepSeek-R1 models (1.5B, 7B, and 8B parameters) run smoothly on ordinary laptop CPUs with 8GB to 16GB of RAM using Ollama.

The 70B parameter distilled model requires at least 40GB–48GB VRAM (or Apple Silicon with 64GB unified memory). The full 671B MoE model requires multiple enterprise GPUs (e.g., dual A100 or H100).

Yes. When hosted via Ollama and Open WebUI on your local machine, zero data or prompt tokens leave your computer. It functions completely without an internet connection.

Simply open your terminal and run "ollama pull deepseek-r1:latest" to download the newest weights.

Alex Morgan - Founder & Lead Editor
Alex Morgan·Founder & Lead Editor

Alex Morgan is the founder and lead editor of RemoGrid. With over six years of hands-on experience in remote operations, cross-border freelance workflows, and AI tool benchmarking, Alex independently tests and audits software platforms to help modern digital workers build sustainable online income streams. He regularly reviews international payment systems (Wise, Stripe, Payoneer, local mobile wallets) and conducts real-world usability benchmarks across AI productivity tools.

Related Articles