Close Menu
  • HOME
  • HOW-TO
  • VIRTUAL MACHINES
    • Virtual Box
    • VMware
  • WINDOWS
  • MAC OS
  • TOP 10
What's Hot

How to Install WordPress on VPS (Ubuntu)

May 4, 2025

How to Install DeepSeek-R1 Locally (Windows, Mac, Linux)

January 29, 2025

How to Install Kali Linux on Android Phone 2025

January 9, 2025

Subscribe to Updates

Get the latest creative news from FooBar about art, design and business.

Facebook X (Twitter) Instagram
EtechboxEtechbox
  • HOME
  • HOW-TO
  • VIRTUAL MACHINES
    • Virtual Box
    • VMware
  • WINDOWS
  • MAC OS
  • TOP 10
Custom EFI
EtechboxEtechbox
Home » How to Install DeepSeek-R1 Locally (Windows, Mac, Linux)
Ai

How to Install DeepSeek-R1 Locally (Windows, Mac, Linux)

teema.everythingtechBy teema.everythingtechJanuary 29, 2025No Comments2 Mins Read
Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
Share
Facebook Twitter LinkedIn Pinterest Email

Today I’ll show you how to Install DeepSeek-R1 Ai locally on Windows, macOS or Linux PC with a GUI.

Table of Contents

Toggle
  • STEP 1: Install Ollama
  • STEP 2: Download Deepseek-R1
  • STEP 3: Setup Docker
    • Installing Open WebUI with Bundled Ollama Support

STEP 1: Install Ollama

First, we need to download and Install Ollama. Download based on your Operating System.

STEP 2: Download Deepseek-R1

After installing Ollama, we need to download Deepseek-R1 model.
Open powershell on windows or terminal on mac and linux and type in the command.
Select only one of the options in red depending on your Computer Hardware capacity.

ollama run deepseek-r1:1.5b
# Size: 1.5gb

ollama run deepseek-r1:7b
# Size: 4.7gb

ollama run deepseek-r1:8b
# Size: 4.9gb

ollama run deepseek-r1:14b
# Size: 9.0gb

ollama run deepseek-r1:32b
# Size: 20gb

ollama run deepseek-r1:70b
# Size: 43gb

ollama run deepseek-r1:671b
# Size: 404gb

Now Deepseek-R1 has been installed and can now be used on terminal. We would proceed to setup Open WebUI GUI for a better experience.

STEP 3: Setup Docker

Download and Install Docker Desktop
Register or SignIn to Docker.

Now run one of the command based on your preference.

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

To run Open WebUI with Nvidia GPU support, use this command:

docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda

Installing Open WebUI with Bundled Ollama Support

GPU Support: Utilize GPU resources by running the following command:

docker run -d -p 3000:8080 --gpus=all -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama

CPU Only: If you’re not using a GPU, use this command instead:

docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama

You can access Deepthink-R1 on Open WebUI at http://localhost:3000

linux macos windows
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleHow to Install Kali Linux on Android Phone 2025
Next Article How to Install WordPress on VPS (Ubuntu)
teema.everythingtech
  • Website

Related Posts

How-to

How to Install WordPress on VPS (Ubuntu)

May 4, 2025
How-to

How to Install Kali Linux on Android Phone 2025

January 9, 2025
Mac OS

Choosing Opencore SMBIOS

December 28, 2024
Add A Comment
Leave A Reply Cancel Reply

Top Posts

How to install macOS Ventura on Windows PC: Opencore Hackintosh

April 16, 202364,297 Views

Prebuilt Opencore Hackintosh EFI for Laptop and Desktop

July 1, 202456,169 Views

How to Install macOS Big Sur on VirtualBox on Windows PC

April 18, 202343,440 Views
Stay In Touch
  • Facebook
  • YouTube
  • TikTok
  • WhatsApp
  • Twitter
  • Instagram
Latest Reviews

Subscribe to Updates

Get the latest tech news from FooBar about tech, design and biz.

Most Popular

How to install macOS Ventura on Windows PC: Opencore Hackintosh

April 16, 202364,297 Views

Prebuilt Opencore Hackintosh EFI for Laptop and Desktop

July 1, 202456,169 Views

How to Install macOS Big Sur on VirtualBox on Windows PC

April 18, 202343,440 Views
Our Picks

How to Install WordPress on VPS (Ubuntu)

May 4, 2025

How to Install DeepSeek-R1 Locally (Windows, Mac, Linux)

January 29, 2025

How to Install Kali Linux on Android Phone 2025

January 9, 2025

Subscribe to Updates

Get the latest creative news from FooBar about art, design and business.

Facebook X (Twitter) Instagram Pinterest
  • HOW-TO
  • VIRTUAL MACHINES
  • WINDOWS
  • MAC OS
  • PRIVACY POLICY
  • CONTACT US
  • AUTHORS
© Etechbox 2025. Etechbox is a division of Everything Tech.

Type above and press Enter to search. Press Esc to cancel.