Skip to content

Ylsssq926/DeepDesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DeepDesk Logo

DeepDesk

chat.deepseek.com 的非官方桌面客户端
Unofficial desktop client for chat.deepseek.com

License: AGPL-3.0 Platform: Windows Status: v0.1.0 CI


简介

DeepDesk 是一个为 DeepSeek 网页版重度用户打造的桌面增强外壳。它通过系统级 WebView 直接加载 chat.deepseek.com,在不修改任何请求的前提下,补齐浏览器做不到的桌面体验——全局快捷键、系统托盘、意图芯片、侧边栏搜索、思考链与代码/表格精修等。

DeepDesk is an unofficial desktop wrapper for chat.deepseek.com, built with Tauri 2 + React. It loads the official web app in a native WebView and adds desktop-level and UI polish enhancements (global shortcuts, system tray, intent chips, sidebar search, thinking/code/table tools) without modifying any requests to DeepSeek servers.


重要声明

⚠️ DeepDesk 是社区驱动的非官方项目,与杭州深度求索人工智能有限公司(DeepSeek AI)无任何隶属、授权、合作或赞助关系。

  • 登录与数据完全走 DeepSeek 官方系统,本应用不代理、不修改任何请求
  • 本应用不上传用户数据;侧边栏搜索仅把对话标题索引保存在本地浏览器存储中,所有增强功能均在本地运行
  • "DeepSeek" 为其所有者的商标,本项目仅在指示性合理使用范围内使用该名称以表明兼容性

当前能做什么 / 不能做什么

版本:v0.1.0(首个正式版本)

状态 能力
✅ 已实现 主窗口加载 chat.deepseek.com
✅ 已实现 全局快捷键唤起(Ctrl+Shift+K + Alt+Space 双键位)
✅ 已实现 系统托盘常驻 + 右键菜单
✅ 已实现 意图芯片 + 主动塑形(总结/翻译/解释/润色/列表)
✅ 已实现 侧边栏快速过滤搜索(覆盖未渲染对话)
✅ 已实现 Thinking 链折叠 + 复制思考链
✅ 已实现 长代码块自动折叠(>20 行,可一键展开)
✅ 已实现 表格工具(hover 浮出 MD / CSV 一键复制)
🚧 后续候选(v0.1.0 不包含,未排期) 本地对话存档 + 全文搜索
🚧 后续候选(v0.1.0 不包含,未排期) 自动更新
🧪 后续候选(v0.1.0 不包含,未排期) Prompt 模板 / 截图 OCR 等扩展能力

v0.1.0 发布范围与后续候选原则见 docs/PRD.md


截图

💡 截图将在首个正式 release 后补充。


快速开始 — 用户

请从 Releases 页面 下载 v0.1.0 安装包。

v0.1.0 提供 Windows 安装包:

  • Windows.msi.exe 安装器

macOS / Linux 不是 v0.1.0 的发布产物;如需尝试,请从源码自行构建。


快速开始 — 开发者

git clone https://github.com/Ylsssq926/DeepDesk.git
cd DeepDesk
npm install
npm run tauri:dev

首次编译 Rust 需要 5-15 分钟,后续增量编译约 5-30 秒。

详细的环境搭建、平台依赖、故障排查见 SETUP.md


项目结构概览

src/              → React 前端(本地兜底页 / about shell)
src-injected/     → 注入脚本(在 WebView 中运行,增强 chat.deepseek.com 体验)
src-tauri/        → Rust 后端(窗口管理、托盘、快捷键、注入脚本加载、IPC)

路线图

  • v0.1 — WebView 主窗口 + 全局快捷键 + 系统托盘 + 意图芯片 + 侧边栏标题搜索 + Thinking/代码/表格精修 ✅
  • 后续候选 — 仅在完成独立需求、隐私与技术评审后进入排期;未评审候选不构成当前版本承诺
  • 后续候选 — Prompt / 截图 OCR 等扩展能力(v0.1.0 不包含,未排期)

发布范围与候选原则见 docs/PRD.md


贡献

欢迎 Issue 和 Pull Request!


协议

本项目代码采用 GNU AGPL-3.0-only 协议。这意味着:

  • 你可以自由使用、修改和分发本项目
  • 任何基于本项目的衍生作品(包括网络服务)也必须以相同协议开源
  • 品牌资产(名称、Logo)不在 AGPL 范围内

致谢

  • Tauri — 轻量跨平台桌面框架
  • React — 用户界面库
  • shadcn/ui — 组件设计系统
  • DeepSeek — 提供优秀的 AI 对话服务

Made with care for DeepSeek users — by the community, for the community.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors