dsh-wsl-launch
Manifest validLaunches allowlisted Windows apps such as VS Code, Explorer, and browsers from WSL.
dsh-wsl-launch
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.
Compatibility
| Field | Value |
|-------|-------|
| Plugin | dsh-wsl-launch 0.1.0 |
| Minimum dsh | ≥ 0.1.2 (web UI one-shot ?token= on Windows relay :3081) |
| Latest verified | See dsh-wsl-kit Compatibility (currently 0.1.5-rc.1) — single source of truth for the suite |
| Kit set | daily (also in github / full; fetch+net also in llm) |
| Cloud Flash | Use model id deepseek-flash (V4.1 Flash) in ~/.dsh/settings.yaml / llm-deepseek — not configured by this plugin |
| Agent Teams | Upstream experimental; not required here |
Suite floor versions: kit check-plugin-versions.sh. Fault tree: TROUBLESHOOTING.md.
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
Similar plugins
Opens a WSL Linux path in Windows Cursor, VS Code, or Notepad.
★ 0
dsh plugin --profile web add dsh-wsl-editorWindows desktop shortcut and system-tray launcher for DSH running in WSL, with fully hidden startup, tray open/restart/exit menu, and a plugin-configuration card to manage the shortcut.
★ 0
↓ 70/wk
dsh plugin --profile web add dsh-wsl-trayWSL tools for DSH: run Linux commands, convert Windows/WSL paths, and summarize the WSL environment.
★ 0
dsh plugin --profile web add dsh-wslby jinwendijv
DSH 的应用启动器插件:自动扫描本机已安装的电脑应用,在侧边栏“设置”图标上方提供一键启动,像 Windows 开始菜单一样,扫描添加后可以点击启动应用
★ 0
MIT
JavaScript
Aug 27, 2026
dsh plugin --profile web add dsh-applauncherAdvises or applies allowlisted Windows portproxy for a WSL listen port, preferring the kit :3081 relay and launch token for local dsh UI.
★ 0
dsh plugin --profile web add dsh-wsl-exposeReads and writes the Windows clipboard from WSL.
★ 0
dsh plugin --profile web add dsh-wsl-clipboard