Learn how to install and use DeepSeek R1 offline with Ollama and Chatbox AI on Windows, macOS, or Linux. Step-by-step guide with download links, commands, and setup instructions. Run AI locally for better privacy and speed! 🚀
Running DeepSeek R1 on your local machine has several advantages:
✔ Privacy: No internet required, keeping your data secure.
✔ Cost Savings: No need to pay for expensive cloud AI services.
✔ Speed: No delays caused by internet connectivity.
✔ Offline Access: Use AI anytime, anywhere.
To run DeepSeek R1 smoothly, make sure your system meets these requirements:
Â
Â
Ollama is the tool that lets you download and run AI models on your computer.
Go to Ollama’s official website and download the installer for your operating system.
Â
.exe
file and follow the installation steps..dmg
file and drag Ollama into the Applications folder.Â
After installation, open the Terminal (Mac/Linux) or Command Prompt (Windows) and type:
ollama list
If Ollama is installed correctly, this command will either list available models or show an empty list if no models are installed yet.
Â
DeepSeek R1 is available in different sizes. Choose the one that fits your system best:
Model Size | RAM Needed | Best For |
---|---|---|
1.5B | 4GB+ | Basic laptops |
8B | 8GB+ | Most users |
14B | 16GB+ | High-performance computers |
Open the Terminal or Command Prompt and type:
ollama run deepseek-r1:8b
(Replace 8b
with 1.5b
or 14b
if you want a different version.)
This will download the DeepSeek R1 model. It may take a few minutes depending on your internet speed.
Â
Chatbox AI provides a user-friendly interface to interact with the AI model.
Visit Chatbox AI’s website and download the installer for your system.
Â
.exe
installer and follow the steps.Linux: Follow the installation instructions on the website.
Â
Now, we need to make sure Chatbox AI can use the DeepSeek R1 model through Ollama.
Launch the Chatbox AI app on your computer.
Â
Enter the API Host as:
http://127.0.0.1:11434
deepseek-r1:8b
).Click Save to apply the changes.
Â
Before using Chatbox AI, we need to start Ollama so it can handle AI requests.
Â
Type this command to start the Ollama server:
ollama serve
Leave this terminal window open in the background while using Chatbox AI.
Â
Launch the Chatbox AI app.
Start typing your questions or commands. DeepSeek R1 will process them and generate responses.
Â
Â
On macOS: Run this command to enable auto-start:
launchctl setenv OLLAMA
ollama serve
to your startup applications.Â
To update Ollama, run:
ollama update
Â
To update DeepSeek R1, run:
ollama pull deepseek-r1:8b
Â
You’ve successfully set up DeepSeek R1 offline using Ollama and Chatbox AI! 🎉 Now, you can enjoy AI responses privately, cost-free, and without an internet connection.
💬 Need help? Comment below or Contact me🚀
Your email address will not be published. Required fields are marked *