资源
上手、自部署、参与开源
自部署指南
本项目代码开源,可部署到你自己的服务器。部署完成后你会得到一套完整的私有 dsh 云平台。
最少只需准备三样:
- 一台装了 Docker 的机器(2 核 4G 起步)
- 一个域名(本地试用可以不要)
- 一个 OpenAI 兼容的模型上游地址与密钥
git clone https://github.com/AgentsDanceAI/deepseek-harness-cloud
cd deepseek-harness-cloud
cp deploy/selfhost/.env.example deploy/selfhost/.env # 按注释填 key
docker compose -f deploy/selfhost/docker-compose.yml up -d
完整文档(GitHub)
开源仓库
服务端、桌面端补丁与部署编排都在仓库里。欢迎自部署、提 issue 与 PR。 底层的 DeepSeek Harness 为 MIT 协议,本项目独立运营,与 DeepSeek 无隶属关系。
GitHub 仓库