sjh9714/dsh-win32

sjh9714★ 2TypeScriptLast synced: 2026-08-15

Open on GitHub

First-class Windows for DeepSeek Harness: persistent Git Bash Minimal mode, doctor for install traps, one-command setup | 让 DSH 在 Windows 上成为一等公民

README excerpt

dsh-win32 First-class Windows for DeepSeek Harness. 中文 · Stock DSH on Windows With dsh-win32 Minimal preset dead. every persistent-shell spawn throws terminal inspection is unsupported on platform win32 works. real persistent Git Bash, state survives across tool calls Install traps koffi segfault chain, PS 5.1 crash loop, localhost 403, WSL bash confusion one doctor command that names each trap and its fix Setup find the npx command on GitHub every morning npx dsh-win32 setup (+ optional desktop shortcut) Why this exists The community keeps reporting that DeepSeek models do their best work in DSH's Minimal preset. On Windows that preset does not run at all. Its persistent bash needs a PTY, and the stock subprocess runtime resolves a platform process inspector that throws on win32 before node-pty is even reached. Every Windows user has been locked out of the mode the model is best aligned with. dsh-win32 closes that gap with three pieces. 1. A Windows-aware subprocess runtime. Same stock runtime, plus the missing piece, a win32 ProcessInspector (process trees and identity via CIM, signalling via taskkill). Swapped in by bundle patch on win32 only. Other platforms keep the stock row …

View full README on GitHub →
Tools / Devdeepseek-harnessdshdsh-pluginwindowsterminal

Category