dsh-wsl-launch
September 2, 2026 · View on GitHub
Install set: part of dsh-wsl-kit. Prefer
KIT_SET=daily|llm|github|full(see kit README). Fault tree: TROUBLESHOOTING.md.
DeepSeek Harness tool: win_launch — start an allowlisted Windows app from WSL (code, Explorer, browsers, …).
Part of dsh-wsl-kit.
Why
Opening a file belongs to dsh-wsl-open. Starting VS Code / Edge / Explorer as an app needs a controlled launcher so the agent cannot run arbitrary .exe.
Tool
| Arg | Required | Meaning |
|---|---|---|
target | yes | Executable name or Windows path (must match allowlist) |
args | no | String argument list |
Default allowlist
code, code.cmd, explorer.exe, notepad.exe, wt.exe, windows terminal, msedge.exe, chrome.exe, firefox.exe
Extend via config.allowlist (exact name, path suffix, or prefix*).
Install
dsh plugin --profile web add github:173787247/dsh-wsl-launch
Config
- id: dsh-wsl-launch
name: dsh-wsl-launch
config:
timeoutMs: 20000
# allowlist: ["code", "explorer.exe", "msedge*"]
If allowlist is omitted or empty, defaults apply.
Test
npm test
License
MIT