caomengxuan666/dsh-winuxsh

Winuxsh runtime, sandbox, profile bundle, and Web UI plugin for DeepSeek Harness

项目介绍Project Overview

dsh-winuxsh 是为 DeepSeek Harness 提供 Winuxsh 支持的插件集合,含本地与沙箱执行器、一键 profile bundle 及 Web 设置卡片。它可启用 winuxsh-sandbox 和 tool-bash、隐藏 PowerShell 行并调整会话导出入口,适合在 DSH 中接入 Winuxsh 运行时。使用前需先安装 Winuxsh 并确保 winuxsh.exe 在 PATH 中;许可需查看各包元数据及上游条款。

dsh-winuxsh is a plugin set that adds Winuxsh support to DeepSeek Harness, including local and sandboxed executors, a one-command profile bundle, and a Web Settings card. It enables winuxsh-sandbox and tool-bash, hides PowerShell rows, and relocates Session export. Use it when integrating Winuxsh runtimes into DSH. Winuxsh must be installed first with winuxsh.exe on PATH; license terms come from package metadata and upstream DSH.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add @cmx666/dsh-winuxsh-bundle@0.1.0-rc.8

caomengxuan666/dsh-winuxsh 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH Winuxsh Plugins

Winuxsh support for DeepSeek Harness: runtime providers, a one-command profile bundle, and the Web Settings card.

Install For Official DSH

Install Winuxsh first and make winuxsh.exe available on PATH. Then run one command:

dsh plugin --profile web add @cmx666/dsh-winuxsh-bundle@0.1.0-rc.8

Start DSH normally:

dsh web

The bundle enables winuxsh-sandbox and tool-bash, disables the PowerShell shell/tool rows, adds the Winuxsh card under Settings > Plugins, and moves Session export into the session action group.

Packages

  • @cmx666/dsh-winuxsh-local: local Winuxsh executor.
  • @cmx666/dsh-winuxsh-sandbox: sandboxed Winuxsh executor.
  • @cmx666/dsh-winuxsh-bundle: one-command DSH profile bundle.
  • @cmx666/dsh-client-ui-winuxsh: Web Settings card and client session action placement.

Desktop

The Frameless Desktop integration lives in the main repository and installs the bundle automatically:

https://github.com/caomengxuan666/deepseek-harness-desktop

Source And Releases

Development

Each package is independently publishable from its package directory. The source mirrors the package contents published to npm; Desktop integration remains in the Desktop repository.

License

See the individual package metadata and upstream DSH license terms.

上一个 Prev dsh-win-bash-fix 下一个 Next dsh-query-jump