AnyFromAI
AnyFromAI
Login
Local LLMs & Open Weights1 min read

How to Run DeepSeek R1 & Llama 3.3 Locally with Ollama and Open-WebUI

Step-by-step guide to running quantized reasoning models on your local Mac Studio or RTX GPU with zero cloud data transmission.

AnyFromAI Team
AnyFromAI TeamPublished Jul 23, 2026
Editorial Guide
How to Run DeepSeek R1 & Llama 3.3 Locally with Ollama and Open-WebUI

How to Run DeepSeek R1 & Llama 3.3 Locally with Ollama

Running high-performance reasoning models locally ensures 100% data privacy, zero API rate limits, and offline availability.


1. Hardware Requirements & Quantization

Model SizeQuantizationMinimum RAM / VRAMRecommended Hardware
8B / 7BQ4_K_M8 GBApple M1/M2/M3 (16GB RAM) or RTX 3060
14B / 32BQ4_K_M24 GBApple M-series (36GB+ RAM) or RTX 4090
70BQ4_K_M48 GBMac Studio M2 Ultra (64GB+) or 2x RTX 3090

2. 3-Minute Setup with Ollama

bashCode Snippet
# 1. Install Ollama via Homebrew
brew install ollama

# 2. Start the local server
ollama serve

# 3. Pull and run DeepSeek R1 distilled model
ollama run deepseek-r1:14b

3. Connecting to IDE & Web Interfaces

You can integrate your local Ollama server directly into Cursor, Continue.dev, or deploy Open-WebUI using Docker for a self-hosted ChatGPT interface.

Sponsored Spotlight

Build and scale your AI workflows with AnyFromAI Pro Toolkits

Feature your tool

Related AI Tutorials & Guides

Browse All