dsh-wsl-browser

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_open_url — open an http / https URL in the Windows default browser from WSL.

Part of dsh-wsl-kit.

中文说明 → README.zh.md


Why

Services started in WSL (http://127.0.0.1:3080, docs sites, etc.) should open on the Windows side where you already work. Only http/https are allowed (no file:).

If localhost forwarding fails, the result may include a hint using the current WSL IP—pair with dsh-wsl-port for deeper diagnosis.

Tool

ArgRequiredMeaning
urlyeshttp:// or https:// URL

Install

dsh plugin --profile web add github:173787247/dsh-wsl-browser

Config

- id: dsh-wsl-browser
  name: dsh-wsl-browser
  config:
    timeoutMs: 15000

Test

npm test

License

MIT