Startup Ideas Bank
A polished wrapper around someone else’s core product is not a moat; it is a nice coat on a rented house.
AI roast score: 58/100 (D)
The idea
This is what happens when a desktop shell, a plugin market, and a community slogan all arrive before one painful customer problem. Pretty docs do not beat native distribution.
In the founder's own words
anywhere-labs/deepseek-harness-desktop — 为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
DeepSeek Harness Desktop(DSH Desktop)
面向 Windows 和 macOS 的开源 DeepSeek Harness 桌面客户端。
一键下载,开箱即用。
万物皆「插件」,桌面本身也是「插件」。
社区维护的开源项目,并非 DeepSeek 官方产品。中文 · English
DSH Desktop 把 DeepSeek Harness 的本地 Web UI、Host 服务和插件系统装进原生桌面应用。官方 Harness 以固定版本原样运行;Desktop 负责窗口、托盘、终端、更新和工作配置,并通过官方插件机制与 Harness 组合。
下载与安装
当前正式安装包支持 Windows x64 和搭载 Apple 芯片的 macOS。普通用户不需要单独安装 Node.js、pnpm 或 DSH。
平台
下载
安装方式
Windows x64
下载安装程序
运行 NSIS 安装程序并按提示完成安装
macOS Apple Silicon
下载 DMG
打开 DMG,将 DSH Desktop 拖入 Applications
也可以从 GitHub Releases 获取安装包和 SHA-256 摘要。首次启动会创建默认 desktop profile,并在本机启动官方 DSH Web 界面。详细步骤、插件命令和故障排查见 用户指南 与 常见问题 。
我们希望和所有插件作者一起,构建一个开放、可组合、可持续的 DSH 插件生态,让每个插件都能与其他插件共同进步: DSH 插件生态倡议书 。
文档
普通用户从 用户指南 开始即可;开发者文档只在需要扩展或维护时才需要阅读。
用户文档
目标
入口
安装和日常使用
用户指南
快速确认平台、环境和使用边界
常见问题
了解项目为什么存在
为什么做 DSH Desktop
查看全部文档与 README 分工
文档索引
开发者与维护者文档
目标
入口
阅读插件生态倡议书
插件生态倡议书
编写普通或 Desktop 插件
插件开发
参与统一插件 contract 讨论
DSH Community Fabric Draft
了解统一插件框架为什么这样设计
成熟框架与真实插件调研
查看插件市场的产品与安全设计
DSH Community Market
了解桌面插件可以使用的能力
桌面插件接口说明
了解桌面应用如何工作
架构说明
查阅包级构建与发布细节
dsh-plugin-desktop/README.md
主要功能
Desktop
把官方 DeepSeek Harness 的本地 Web UI 带到原生桌面。应用自动启动和管理本地 Harness 服务,集成系统托盘与桌面窗口,无需安装 Node.js 或执行命令。
手机远程控制
通过 iOS 和 Android 远程连接 Desktop,在手机上发起任务、查看 Agent 进度,并在需要时继续跟进。
插件市场
DSH Community Market 已完成并内置,提供插件发现、详情、安装与管理。市场以开放方式连接各种插件数据源:任何人都可以提供、接入和使用符合公开 Schema 的来源,已有 API 也可以通过受审 adapter 加入合作数据源。
共建插件生态
DSH 的插件生态由社区共同建设。官方、桌面和第三方插件遵循统一的约定,装在一起也能一起工作、互不干扰;欢迎加入共建,详见 DSH 插件生态倡议书 。
插件生态
插件是给 DSH 添加能力的扩展包——模型、工具、界面、工作流都可以做成插件,像搭积木一样自由组合。
DSH Desktop 没有魔改上游源码,也不是一个固定写死的外壳。官方 DeepSeek Harness 以固定版本原样运行;桌面壳本身——窗口、托盘、终端、更新、工作配置——就是一个合法的 DSH 插件,通过官方插件机制与官方能力组合进同一个运行时。从核心 agent 到桌面外壳,整个产品遵守同一条"一切皆插件"的规则:官方生态里的插件可以直接用,桌面能力也按插件的方式组合、替换和演进。
我们希望插件生态像手机应用一样:每个插件按同一套规则开发,装在一起也能一起工作、互不干扰。
给开发者
与许多其他项目不同,这个项目本身就是一个 DSH 插件 :桌面壳与第三方插件走同一条官方组合路径。Desktop 的插件能力已经可以使用。我们提供了 Desktop 服务,让插件开发者能够把插件与桌面能力集成起来:例如查看和切换工作配置,或在当前配置中安装、更新和移除插件。完整用法见 桌面插件接口说明 。为什么选择这样的边界、哪些能力不会暴露给第三方插件,见 为什么做 DSH Desktop 和 插件开发指南 。
与官方项目的关系
本项目基于 deepseek-ai/deepseek-harness 构建。
本项目是基于 DeepSeek Harness 和 Cordis 插件思想的实现,旨在成为 DSH 桌面体验的基础设施。
官方项目提供核心的智能体能力、插件系统和 Web UI。本项目主要负责:
桌面应用封装
本地服务的启动、停止与恢复
桌面窗口和系统托盘集成
macOS、Windows 安装包构建与发布
更适合桌面使用的界面体验
如果你希望通过命令行运行 Harness,或者参与核心功能开发,请优先查看官方仓库。
特别感谢
特别感谢 DeepSeek Harness 原始仓库 和 DeepSeek AI 团队。DSH Desktop 基于固定版本的上游源码构建,核心的智能体、模型、工具、会话、Web UI 和插件生态都来自这个项目。
同时感谢 Cordis 项目提供的插件化基础。没有这些开源项目,就不会有 DSH Desktop。
也感谢 Koishi.js 项目和社区长期积累的插件化实践、工具与经验,以及所有参与讨论、测试、反馈和插件开发的社区成
The roast
You are not building the brain. You are building the furniture around the brain. The pitch says the official Harness already exists and your product mainly handles “window, tray, terminal, updates, and work configuration.” That is useful, but it is not rare. If the core app changes, your value can get squeezed fast. The story also tries to be three products at once: a desktop client, a plugin market, and an ecosystem thesis. That is a lot for a solo founder with no funding, no pricing decision, and only an idea-stage project. The result is a clean open-source narrative, but not a clear reason why anyone would switch today instead of using the upstream project directly. The biggest problem is that the hard part is hidden in plain sight. You say the desktop shell and third-party plugins must “work together, and not interfere,” while also promising a market that accepts many data sources. That is exactly where open platforms die: compatibility breaks, maintainers burn out, and users blame the wrapper even when the core platform causes the mess.
Red flags
- You are depending on an upstream project you do not control, while your own product is mostly a shell around it.
- You are trying to launch a desktop app, a plugin market, and an ecosystem standard at the same time.
- You have no pricing decision yet, so you do not know whether this is a hobby, a community project, or a business.
Verdict
Ship the desktop shell only if you can prove that users choose it over the official path for a very specific reason; otherwise this stays a well-documented side project.
More ideas roasted by AI
- ZYFT's lofty vision falls flat without a clear execution plan. 58/100
- AI candidate assessments: Another solution looking for a problem? 58/100
- A clever plugin shell is not a company until someone cares enough to switch. 58/100
- A useful file converter, but not yet a business moat. 68/100
- A fancy control room for an agent many people still do not need. 41/100
- A clever tool for people who already live inside the same niche, but nowhere near a business yet. 41/100