DeepSeek·IDE
v1.1.0 · Windows 10/11

Local DeepSeek on your desktop

A desktop chat for the DeepSeek API. Sessions, accounts, 35 AI tools, file & shell access, voice input, and a one-file installer. Download → run → done.

≈140 MB · single .exe · no admin rights

DeepSeek
✻ DeepSeek
+ New session
Build my landing page
📌 Refactor auth.py
Tax CSV → spreadsheet
YOU
Find bugs in utils.py
DEEPSEEK · V4 PRO
Thinking — checking the cache for a race condition…
Found three problems:
def cache_get(k):
    if k in CACHE:
        return CACHE[k]   # race here
    CACHE[k] = fetch(k)
Ask anything… ⚡ V4 Flash ⏎ Send

What's inside

💬

Chat with DeepSeek

Streaming, reasoning, switch any of 5 models right from the input bar.

🛠️

AI works with your files

Through function calling the AI reads/writes files, patches code, runs shell — all inside your workspace folder.

🎤

Voice input

Microphone button in the input bar. Speak — get text. Free Google Web Speech, no API key needed.

👤

Local accounts

Register / sign in / Stay signed in. Each account has its own sessions and settings. PBKDF2-hashed passwords.

📌

Sessions that don't get lost

Autosave, content search, pinning, rename, Markdown export. Token + cost counter per session.

Quick actions

Copy / Regenerate / Edit / Delete on every message. Copy on code blocks. /help for slash commands.

🌙

Dark + light themes

Catppuccin Mocha by default. Switch to Latte in Settings → Appearance.

Auto-update

The app checks GitHub Releases on startup; an "Update available" button appears in the sidebar when a new version ships.

📦

One-file installer

Graphical Setup.exe with folder picker, desktop & Start Menu shortcuts, and a silent uninstaller.

How it looks

Real frames from the app. Dark and light themes — switch with one click.

Chat with DeepSeek in dark theme
Chat — Catppuccin Mocha
Chat in light theme
Light theme (new in v1.1)
Account login screen
Local accounts with PBKDF2

vs Cursor / vs Claude Code

In short: cheaper, no subscription, local accounts, open source. You pay only for DeepSeek tokens (~$0.14/M).

DeepSeek IDE
Cursor Pro
Claude Code Pro
Price
free + DeepSeek API
$20/mo
$20/mo
Token cost
$0.14–$0.87 / M
included
included
Install
one Setup.exe
.exe / .dmg
Node.js + npm install
LLM
5 DeepSeek models
GPT-4o, Claude, o1
Claude only
Multi-user accounts on one PC
✓ local, PBKDF2
Voice input
File tools
✓ 35 tools
✓ codebase
✓ file edits
Shell / bg processes
✓ named jobs
HTTP / SQLite / clipboard / screenshot
✓ built-in
via MCP
Auto-update
✓ sidebar button
npm update
Open source
MIT

DeepSeek models

Switch at any time — selector lives right in the input bar.

Model
Context
$/M in
$/M out
Best for
✨ V4 Pro
1M
0.435
0.87
Hard reasoning, refactor
⚡ V4 Flash
1M
0.14
0.28
Fast answers, chat
⚙ V3.2
164K
0.26
0.42
Best value for code
🧠 R1
64K
0.55
2.19
Reasoning chains
💬 V3 Chat
64K
0.27
1.10
Legacy fast chat

Keyboard shortcuts

Ctrl+, · Settings
Ctrl+N · New session
Ctrl+B · Toggle sidebar
Ctrl+O · Open folder
Ctrl+E · Regenerate
Enter · Send
Shift+Enter · Newline
/help · Slash commands

FAQ

Where is my data stored?

%APPDATA%\DeepSeekIDE\ — settings, sessions, accounts. The program folder is never touched. Uninstalling the app does not erase chats.

Is it a cloud account?

Local, no server. Accounts exist so multiple users on the same machine can keep data separate. Passwords are PBKDF2-SHA256 hashed.

Where does the API key come from?

A default key is embedded. You can paste your own at any time via Settings → API.

Linux / macOS?

The code is portable — but the .exe installer is Windows only. On macOS/Linux run from source: python main.py.

Auto-update — does it install by itself?

No. The app checks GitHub Releases, shows a button in the sidebar, and opens the release page on click. You still confirm the install yourself.