Rewmington / deskwhale-harness

已收录

DeskWhale: a desktop-pet edition of DeepSeek Harness with a floating whale, frosted glass UI, and approval reminders. 基于 DeepSeek Harness 的桌宠改造版:悬浮鲸鱼、磨砂窗口、审批与提问提醒。

main工具 查看源代码

安装

pnpm dsh web

此命令根据 GitHub 仓库地址生成。运行前请检查上游 README 与源代码;需要可复现安装时,请固定 release 或 commit。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 9de71f4同步于 2026年8月18日

DeskWhale

English | 中文

DeskWhale (鲸灵) is a community fork of DeepSeek Harness (MIT License) that adds a desktop pet, a frosted-glass frameless window, and a startup splash to the original agent harness.

Unofficial fork: compatible with DeepSeek Harness, but not synchronized with or endorsed by the upstream project.

Pet preview

Black-and-white maid outfit pet style

Added features

  • Desktop pet: a transparent, always-on-top whale that mirrors the dsh task status in real time
  • Status bubble: distinct bubbles and poses for idle, working, tool calls, approvals, and questions
  • Review reminder: the pet enters a waiting pose and shows an action button when your approval or answer is needed
  • Frosted glass window: frameless main window with Windows 11 Acrylic material
  • Startup splash: immediate feedback during cold start so the app never looks frozen
  • Pet toggle: switch the pet on or off from the title bar, synced with the tray menu
  • Pet style: choose the classic maid outfit or a mature black-and-white maid outfit from the pet or tray menu
  • Draggable pet with a right-click menu; double-click opens the main window

Run

From source

git clone https://github.com/Rewmington/deskwhale-harness.git
cd deepseek-harness-gui
pnpm install
pnpm run build
pnpm dsh web

Desktop app (Windows)

cd apps/desktop
pnpm run build
pnpm run pack:dir

The packaged app is at apps/desktop/release/win-unpacked/DeepSeek Harness.exe.

Configure your API key

The repository contains no keys. Before first use, supply your own:

  • Set DEEPSEEK_API_KEY in your shell, or copy .env.example to a local .env
  • Alternatively open the web UI Models page; keys saved there are written to ~/.dsh/.credentials.yaml
  • DEEPSEEK_BASE_URL is optional and defaults to the public DeepSeek API

.env and .credentials.yaml are ignored by Git by default, so keys stay local.

Feedback

Found a bug or have an idea? Open an issue.

License

This repository is a modified version of DeepSeek Harness under the MIT License. It keeps the upstream LICENSE and copyright notice. New code is also released under the MIT License.

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

插件清单已检测
测试已检测
贡献指南已检测
文档已检测
示例已检测

仓库信息

开发语言
TypeScript
许可证
MIT
最后更新
2026年8月18日 02:18

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。