deepseek-harness-gui
其他 活跃维护

deepseek-harness-gui

oodzchen/deepseek-harness-gui

轻量级桌面工具,可为对应Web界面提供系统原生窗口运行载体,无需借助浏览器即可直接访问,操作流畅无额外依赖,开箱即用体验接近本地原生应用。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
353 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:oodzchen/deepseek-harness-gui
git clone https://github.com/oodzchen/deepseek-harness-gui.git
git clone git@github.com:oodzchen/deepseek-harness-gui.git
README.md main

deepseek-harness-gui

中文 | English

A small dsh bundle that opens the existing dsh Web GUI in a native Glimpse window. It intentionally contains no second chat implementation and no RPC bridge: the window navigates to the bound localhost Web server.

Screenshots

The dsh Web GUI running inside a native Glimpse window:

deepseek-harness-gui running in a native Glimpse window

Install

Install the package into the Web profile:

dsh plugin --profile web add --allow-build=glimpseui deepseek-harness-gui

glimpseui contains a platform-native host that must be built during installation. The explicit --allow-build flag is required by recent pnpm versions and avoids the IGNORED_BUILDS error. Only approve this build script if you trust the dependency.

Then start dsh with the GUI flag:

dsh web --gui
# or: dsh --profile web --gui

The package replaces the stock web command-line provider so --gui is accepted, while retaining --host, --port, and --trusted-host.

Requirements

Supported platforms: Windows, macOS, and Linux.

  • dsh Web profile with its frontend built;
  • Node.js supported by dsh;
  • Glimpse's native host requirements for the current platform.

License

This project is open source under the MIT License. See LICENSE for the full license text.