Official + Verified Downloads · Updated May 2026

DeepSeek Download

Every official way to get DeepSeek - Windows 10/11, Android APK, iOS, offline local AI, laptop, GitHub open source. Free, safe, no hidden fees.

🪟 Windows 10 / 11 Official 🤖 Android APK + Play Free 🍎 iOS iPhone + iPad Free 🔌 Offline Local AI Private 🐙 GitHub Open Source MIT 💻 Laptop All OS Free
🛡️ Safety notice: Only download from download.deepseek.com/app, official app stores, or huggingface.co/deepseek-ai. Many fake DeepSeek sites serve malware. Verify developer details before installing anything.
All Platforms · 2026

Choose Your Download

DeepSeek does not have an official Windows desktop app. The best options for Windows, Mac, and laptop are the web app, Microsoft Store PWA, or offline local setup.

⭐ Recommended · All Platforms
🌐
OFFICIAL
DeepSeek Web App
Windows · macOS · Linux · Any browser

The fastest way to use DeepSeek on any computer. No download required. Runs in your browser at chat.deepseek.com with full access to V4-Flash, V4-Pro, and DeepThink mode. Sign in with Google, Apple, or Email for history sync.

V4-Pro
Latest Model
Free
No Cost
1M
Context
0 MB
Download size
Open chat.deepseek.com →
🪟
WINDOWS
Microsoft Store
Windows 10 / Windows 11

DeepSeek is available on the Microsoft Store as a Progressive Web App (PWA). Installs as a native-feeling window, available in your taskbar, with no browser needed. Works on Windows 10 and Windows 11.

Win 10+
Supported
PWA
App type
Free
Cost
Official
Source
Open Microsoft Store ↗
🍎
iOS / iPadOS
iOS App Store
iPhone iOS 16+ · iPad iPadOS 16+

Official DeepSeek app for iPhone and iPad. Free with voice input, file uploads, image analysis, cross-device history sync, and DeepThink mode. Search "DeepSeek – AI Assistant" in the App Store.

iOS 16+
Minimum
Free
Cost
Voice
Input
Sync
Cross-device
Download on App Store
100% Free
🤖
ANDROID
Google Play
Android 8.0 (Oreo) and above

Official DeepSeek Android app with full feature parity to iOS. Package ID: com.deepseek.chat. Verify developer name is "DeepSeek" before installing to avoid fakes.

Android 8+
Minimum
Free
Cost
No Ads
Clean
Verified
Official
Get on Google Play
📦
APK DIRECT
Official APK
Android — Direct Install (Sideload)

For regions where Google Play is restricted. Download the APK directly from download.deepseek.com/app only. Enable "Install from unknown sources" in Android settings. Never install APKs from any other website.

Official
Source only
Android
Platform
⚠️
Verify source
Free
Cost
Official APK Download ↗
100% Private
🔌
OFFLINE
Offline / Local AI
Windows · macOS · Linux — Runs locally

Run DeepSeek entirely on your own hardware with no internet needed after setup. Full data privacy — nothing leaves your machine. Requires GPU or Apple Silicon Mac. Via Ollama, LM Studio, or direct Hugging Face download.

Private
No data sent
MIT
License
8GB+
RAM needed
Free
No API costs
See Offline Setup Guide ↓
Step-by-Step Guide

How to Install DeepSeek

Pick your platform. Follow the steps. You'll be chatting in under 2 minutes.

Windows 11
Windows 10
Android
macOS / Laptop
1
Option A — Web App (Fastest)

Open Microsoft Edge or Chrome. Go to chat.deepseek.com. Click the install icon (⊕) in the address bar → "Install as app". DeepSeek opens in its own window, pinned to your taskbar. Done.

2
Option B — Microsoft Store

Press Win + S → search "Microsoft Store". Search for "DeepSeek". Click Get (free). Launch from Start menu. This installs the same web app as a proper Windows application with taskbar icon.

3
Option C — Offline Local (Advanced)

For fully offline use: Download Ollama for Windows (.exe installer). Then run a model in Command Prompt or PowerShell:

ollama run deepseek-r1:7b

First run downloads the model (~4.5 GB for 7B). After that, it works 100% offline.

4
Sign In (Optional)

Create a free account at chat.deepseek.com with Email, Google, or Apple ID to sync conversations across devices. No account needed for basic chat.

1
Web App in Chrome / Edge

Open Chrome or Edge on Windows 10. Navigate to chat.deepseek.com. In Chrome: click the three-dot menu → More Tools → Create Shortcut → check "Open as window". In Edge: click ⊕ in address bar → Install. DeepSeek now runs as a standalone window.

2
Microsoft Store (Windows 10)

Open Microsoft Store from Start menu. Search "DeepSeek". If listed, click Get. Note: The Store listing may require Windows 10 v1903 or later. Check Settings → Windows Update if it doesn't appear.

3
Run Offline with Ollama on Windows 10

Download Ollama's Windows installer from ollama.com. Supports Windows 10 64-bit. After installing, open PowerShell:

ollama run deepseek-r1:7b

Requires 8 GB RAM minimum. GPU acceleration with NVIDIA cards (GTX 1060+) makes it significantly faster.

4
Community Windows Desktop App (Third-Party)

Several open-source developers have built Windows desktop wrappers at github.com/doxdk/deepseek-desktop. These wrap the DeepSeek web interface in an Electron window. Note: not official — review the source code before installing.

1
Google Play (Recommended)

Open Google Play Store → search DeepSeek. Tap the result by developer "DeepSeek". Tap Install (free). Launch from your app drawer. This is the safest and easiest option for Android users.

2
Official APK (No Google Play)

Visit download.deepseek.com/app on your Android browser. Download the APK. Go to Settings → Security → Install unknown apps → allow your browser. Tap the downloaded APK to install. Only use the official link — never third-party APK sites.

3
Verify the App

After install, open DeepSeek. The developer in your device's App Info should show DeepSeek or Hangzhou DeepSeek Artificial Intelligence. If it shows anything else, uninstall immediately — it's a fake.

4
Sign In or Use as Guest

Open the app. Sign in with Email, Google, or Apple ID for conversation sync. Or tap "Skip" / use as guest — basic chat works without an account. DeepThink, voice, and file uploads are free for all users.

1
Web App (All Laptops)

Open Safari, Chrome, or Firefox. Go to chat.deepseek.com. In Safari: File → Add to Dock (makes it a standalone app). In Chrome: ⋮ → More Tools → Create Shortcut. Works on any laptop — Windows, Mac, Chromebook, or Linux.

2
macOS — Offline with Ollama

Install Ollama for macOS (ollama.com). Open Terminal and run:

ollama run deepseek-r1:14b

Works best on Apple Silicon (M1, M2, M3, M4) — runs at 30–60 tok/s. Intel Macs work but are slower. The 14B model needs ~16 GB unified memory.

3
macOS — LM Studio (GUI, No Terminal)

Download LM Studio for macOS. Click Discover tab → search "DeepSeek R1". Click Download next to your preferred size (7B → 8GB, 14B → 16GB). Click Chat to start. Fully offline GUI — no terminal needed.

4
Linux Laptop

Install Ollama via terminal:

curl -fsSL https://ollama.com/install.sh | sh

Then run ollama run deepseek-r1:7b. Works on Ubuntu, Fedora, Arch, and any major distro. GPU acceleration with NVIDIA CUDA or AMD ROCm supported automatically.

DeepSeek Download Offline

Run DeepSeek 100% Offline

All DeepSeek models are open source under MIT license. Download weights and run on your own hardware — no API key, no data sent to any server, completely private.

🦙

Ollama — Easiest Setup

One command to download and run any DeepSeek model. Works on Windows, macOS, and Linux. Auto-detects GPU. OpenAI-compatible local API included.

Windows macOS Linux Recommended
ollama.com ↗
🖥️

LM Studio — GUI, No Terminal

ChatGPT-like desktop app that runs models locally. Download → Browse Models → click DeepSeek → Chat. Perfect for non-technical users. macOS, Windows, Linux.

Desktop GUI No terminal Beginner friendly
lmstudio.ai ↗
🤗

Hugging Face — Raw Weights

Download full model weights for V4-Flash (160GB), V4-Pro (865GB), R1 (700GB+). For developers building custom deployments. MIT licensed, commercial use allowed.

V4-Flash 160GB MIT License
huggingface.co/deepseek-ai ↗
🐳

vLLM / Docker — Production

For developers running DeepSeek on servers or high-throughput production. Docker container with OpenAI-compatible API endpoint. Requires NVIDIA GPU.

GPU server Docker Production
github.com/vllm-project/vllm ↗
Offline Model Size Guide
Pick a model based on your RAM / VRAM
ModelSizeRAMSpeed
deepseek-r1:1.5b ~1 GB 4 GB Very fast
deepseek-r1:7b ~4.5 GB 8 GB Fast
deepseek-r1:14b Recommended ~9 GB 16 GB Good
deepseek-r1:32b ~20 GB 32 GB Moderate
deepseek-v3 (full) ~220 GB 256 GB+ Server only
deepseek-v4-flash 160 GB Multi-GPU Server only

Quick Setup — Ollama

Terminal · macOS / Linux / Windows
# 1. Install Ollama
# macOS/Linux:
curl -fsSL https://ollama.com/install.sh | sh
# Windows: download .exe from ollama.com

# 2. Run DeepSeek (first run auto-downloads)
ollama run deepseek-r1:7b   # ~4.5 GB, 8 GB RAM
ollama run deepseek-r1:14b  # ~9 GB, 16 GB RAM ← best
ollama run deepseek-r1:32b  # ~20 GB, 32 GB RAM

# 3. Use OpenAI-compatible local API
# base_url: http://localhost:11434/v1
DeepSeek Download GitHub

Open Source on GitHub

All DeepSeek models, code, and technical papers are published openly under MIT license. Commercial use allowed — no restrictions.

DeepSeek-V4
deepseek-ai/DeepSeek-V4

Flagship 1.6T parameter MoE model. V4-Pro and V4-Flash. 1M context window. MIT licensed open weights on Hugging Face.

85k
MIT
Apr 2026
View on GitHub ↗
🧠
DeepSeek-R1
deepseek-ai/DeepSeek-R1

RL-trained reasoning model. 97.3% MATH-500. Distilled versions from 1.5B to 70B available for local use with Ollama.

91k
MIT
Jan 2025
View on GitHub ↗
💻
DeepSeek-Coder V2
deepseek-ai/DeepSeek-Coder-V2

82.6% HumanEval. 340+ languages. 2T code training tokens. Specialized coding model — best local option for developers.

44k
MIT
2025
View on GitHub ↗
🔗
Awesome Integrations
deepseek-ai/awesome-deepseek-integration

Community-maintained list of DeepSeek integrations: VS Code, Cursor, Claude Code, LangChain, Zotero, Obsidian, and 200+ more.

22k
Community
Active
View on GitHub ↗
🤗

Model Weights on Hugging Face

All model weights (not just code) are hosted at huggingface.co/deepseek-ai. V4-Flash is 160GB, V4-Pro is 865GB. Use huggingface-cli download deepseek-ai/DeepSeek-V4-Flash to download. MIT licensed — you can build commercial products without restrictions.

System Requirements

What You Need

Requirements vary by how you use DeepSeek. Web app needs almost nothing. Offline local AI needs real hardware.

Web / Cloud
Windows App
Mobile
Offline Local
🖥️ Operating System
WindowsAny version
macOSAny version
LinuxAny distro
ChromeOSSupported
🌐 Browser
Chrome / EdgeRecommended
FirefoxSupported
SafariSupported
IE / old browserNot supported
💾 Hardware
RAMAny (2 GB+)
Storage0 MB (web)
GPUNot needed
InternetRequired
🆓 Cost
Chat$0 forever
DeepThink$0 included
File uploads$0 included
APIPay per token
🪟 Windows Version
Windows 11✓ Full support
Windows 10 (v1903+)✓ Supported
Windows 10 (older)Web only
Windows 7/8Web app only
⚙️ System Specs
ProcessorAny 64-bit
RAM4 GB minimum
Storage100 MB (app)
InternetRequired
🔧 Installation
MethodMS Store / PWA
Admin rightsNot required
Download size~50 MB
Auto-updatesYes
⚠️ Official Note
Native Win app?No (PWA only)
Offline modeNot available
Best alternativeUse Ollama
Data locationChina servers
🍎 iOS
iOS version16.0 or later
iPadOS16.0 or later
Storage~50 MB
InternetRequired
🤖 Android
Android version8.0 (Oreo)+
RAM2 GB+
Storage~60 MB
Package IDcom.deepseek.chat
📱 Features
Voice input✓ Both
File upload✓ Both
Image analysis✓ Both
History sync✓ Both
🆓 Cost
DownloadFree
In-app purchasesNone required
SubscriptionNone
AdsNone
💾 RAM (min)
R1 1.5B4 GB RAM
R1 7B8 GB RAM
R1 14B ★16 GB RAM
R1 32B32 GB RAM
🎮 GPU (optional)
NVIDIA 6 GB+Very fast
Apple SiliconExcellent
AMD ROCmSupported
CPU onlySlow but works
💽 Storage
R1 7B~4.5 GB
R1 14B~9 GB
R1 32B~20 GB
V4-Flash160 GB
🌐 Internet
Initial setupRequired
After downloadNot needed
Data privacy100% local
API costs$0 forever
FAQ

Download Questions Answered

Is there an official DeepSeek app for Windows?+

DeepSeek does not have an official standalone Windows desktop application (.exe installer). The best Windows options are: (1) Microsoft Store PWA — search "DeepSeek" in the Store for a native-feeling window. (2) Chrome/Edge install — go to chat.deepseek.com and install it as a web app with one click. (3) Ollama offline — for a fully local, private Windows installation with no internet needed after setup. Avoid unofficial EXE installers from unknown sites — these may be malware.

How do I download DeepSeek on Windows 10?+

Three ways: (1) Easiest: Open Chrome → go to chat.deepseek.com → click the ⊕ icon in the address bar → "Install DeepSeek as app". Works on Windows 10 without any download. (2) Microsoft Store: Open Store → search DeepSeek → click Get. Works on Windows 10 v1903+. (3) Offline: Download Ollama for Windows → run ollama run deepseek-r1:7b in Command Prompt for a fully local, private AI.

Where do I download the official DeepSeek APK for Android?+

The safe official sources are: (1) Google Play Store — package ID com.deepseek.chat by developer "DeepSeek". (2) Official websitedownload.deepseek.com/app. These are the only two safe APK sources. There are hundreds of fake DeepSeek APK sites that may contain malware or spyware — never download from APKPure, APKMirror, or any unofficial site for DeepSeek specifically.

Can I run DeepSeek offline without internet?+

Yes — using open-source model weights. After the initial download, DeepSeek runs 100% offline with zero data sent anywhere. The easiest method is Ollama: install it, run ollama run deepseek-r1:7b (downloads ~4.5 GB once), then it works offline forever. For a GUI without terminal, use LM Studio — browse, download, and chat with DeepSeek models entirely through a desktop interface. Minimum: 8 GB RAM for the 7B model.

How do I download DeepSeek for Windows 11?+

On Windows 11: (1) Open Microsoft Edge → navigate to chat.deepseek.com → click the app install icon (⊕) in the address bar → Install. DeepSeek now lives in your Start menu and taskbar. Or (2) Open Microsoft Store (Win+S → "Store") → search "DeepSeek" → Get. For offline local use: install Ollama for Windows and run ollama run deepseek-r1:14b in Windows Terminal for the best balance of quality and speed.

Is DeepSeek on GitHub? Can I download from there?+

Yes — DeepSeek's official GitHub is github.com/deepseek-ai. It contains model code, technical papers, and training details. However, model weights (the large files needed to run the AI) are hosted on Hugging Face — not GitHub (they're too large, often 160GB+). The GitHub repos are MIT licensed, so you can fork, modify, and build commercial products freely. Third-party Windows desktop wrappers also exist on GitHub (search "deepseek-desktop") but are unofficial community projects.

How do I get DeepSeek on my laptop?+

For any laptop (Windows, Mac, Linux, Chromebook): the easiest method is the web app at chat.deepseek.com — no download, works in any browser, completely free. To install it as a "real" app: in Chrome click ⊕ in the address bar → Install. For offline use on a laptop with 16 GB+ RAM: install LM Studio (Windows/Mac/Linux) and download the DeepSeek R1 14B model — it runs entirely on your laptop with no internet needed.

What's the difference between DeepSeek app and DeepSeek AI download?+

"DeepSeek app" usually refers to the official mobile app (iOS/Android) from download.deepseek.com/app. "DeepSeek AI download" is a broader term covering all ways to get DeepSeek: mobile app, web PWA, Windows Store, Ollama offline, or downloading model weights from Hugging Face. There's no single "DeepSeek AI installer" — the experience varies by platform. For most users, the web app or mobile app is the right choice. For privacy-conscious users or developers, the Ollama/offline route is better.

Start Now

Download DeepSeek.
Free on Every Platform.

Web, Windows, Android, iOS, or fully offline — every version is free with frontier V4 AI models included.

🌐 Open Web App 🍎 iOS App 🤖 Android App 🔌 Offline Setup