Windows plug-in for DSH
sjh9714/dsh-win32 · skills
DSH's Windows plug-in, the only persistent shell that can run in the sandbox + truly usable minimalist mode + front-end command recognition + installation checkup.
★ 4GitHub stars
1Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense
Project overview
让 DeepSeek Harness 在 Windows 上成为一等公民。 三件别处做不到的事 ① 沙箱内唯一能跑的持久 shell(v0.4 起)
MSYS / Git Bash 在 workspace-write 受限令牌下启动即死,实测签名 cygheapuser::init: NtSetInformationToken (TokenDefaultDacl), 0xC0000022,用户实机还报告了同族的第二个签名 CreateFileMapping ... Win32 error 5。所以其它 Windows 方案都只能要求 danger-full-access。
busybox-w32 ash 没有 cygheap 初始化,能在受限令牌里活下来。windows-latest CI 上有完整的 send/read 往返实测,且是必跑任务。据我们所知,这是目前唯一能在 DSH 沙箱内运行的 Windows 持久 shell。 ② 极简模式真正可用
Install command
dsh plugin --profile web add github:sjh9714/dsh-win32