DEV Community

Cover image for How to Download and Install DeepSeek R1 LLM Using Ollama and Offline
Ijeoma M. Jahsway
Ijeoma M. Jahsway

Posted on • Originally published at kumotechs.com

1

How to Download and Install DeepSeek R1 LLM Using Ollama and Offline

Ever wanted to run your own AI chatbot locally, without relying on the cloud? With Ollama, you can install and interact with a powerful LLM (Large Language Model) directly from your terminal in just a few steps!

1. Download and Install Ollama

Start by grabbing Ollama, the tool that lets you run AI models on your PC. Simply:

  • Visit the official site → Ollama.com
  • Download the installer for your OS (Windows, macOS, or Linux)
  • Follow the setup instructions
  • Ensure Ollama is added to your system variables for smooth command-line access

2. Choose and Install an AI Model

With Ollama ready, it’s time to pick an LLM. We recommend DeepSeek-R1 1.5B—a small but powerful model that thinks before responding, giving you a more natural conversation experience.

  ollama run deepseek-r1:1.5b
Enter fullscreen mode Exit fullscreen mode
  • The model will download (about 1.1GB) and launch automatically!

3. Start Chatting with Your AI

Once installed, chatting is as simple as typing your messages and watching the AI respond! Close the session anytime using:

  /bye
Enter fullscreen mode Exit fullscreen mode

For a step-by-step breakdown, including installation tips, system requirements, and expert insights, read the full guide on Kumotechs 👉 Read More Here 🚀

💬 Tried it? Got questions? Drop your thoughts in the comments!

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

While many AI coding tools operate as simple command-response systems, Qodo Gen 1.0 represents the next generation: autonomous, multi-step problem-solving agents that work alongside you.

Read full post

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post