Skip to content

Releases: 15828148/dsh-portable-launcher

Release list

v1.0.1

Choose a tag to compare

@15828148 15828148 released this 14 Aug 05:31

What's new in v1.0.1

Zero-registry portable mode - now fully portable:

  • Portable Node.js is installed inside the package folder - no system PATH changes, no registry writes
  • The dsh package is installed locally via
    pm install --prefix - no global install, no system changes
  • Security software (Huorong/360 etc.) has almost nothing left to block: no popups about environment variables
  • Uninstall = delete the folder (nothing left on the system)
  • Existing behavior kept: 3-stage progress, up to 3 retries with manual guidance, resume after interruption, zero-download fast path, CN mirror fallback

Unofficial community project, not affiliated with DeepSeek AI. deepseek.ico (c) DeepSeek.

Download

dsh-web-ui-portable.zip - one-click portable launcher (extract and run)

Usage

  1. Extract the zip anywhere (e.g. D:\ or Desktop - not Program Files)
  2. Run setup.bat once to create a desktop shortcut with icon
  3. Double-click "DSH Web UI" to start
  4. First run installs components inside the folder (a few minutes)
  5. Add your DeepSeek API key in Settings

Full docs: https://github.com/15828148/dsh-portable-launcher

v1.0.0

Choose a tag to compare

@15828148 15828148 released this 13 Aug 17:13

Download

dsh-web-ui-portable.zip - one-click portable launcher (extract and run)

What is this?

A one-click launcher for DeepSeek Harness (dsh) Web UI on Windows. Zero-config for end users: auto-installs a portable Node.js and the dsh package when missing, then starts the local Web UI at http://127.0.0.1:3080.

Unofficial community project, not affiliated with DeepSeek AI. deepseek.ico (c) DeepSeek.

Features

  • 3 major stages with live progress: [1/3] Node check - [2/3] dsh check - [3/3] launch
  • Zero-download fast path when everything is already installed
  • Auto-installs portable Node.js (no admin required, added to user PATH)
  • Auto-installs dsh via npm (China mirror fallback on retries)
  • Up to 3 retries per step, then clear manual instructions
  • Resume support - close the window mid-setup, re-run continues where it stopped
  • 64-bit check, writable-folder check, port-conflict handling
  • Boot-time log (dsh-startup.log)

Usage

  1. Extract the zip anywhere (e.g. D:\ or Desktop - not Program Files)
  2. Run setup.bat once to create a desktop shortcut with icon
  3. Double-click "DSH Web UI" to start
  4. First run downloads components (a few minutes)
  5. Add your DeepSeek API key in Settings

Full docs: https://github.com/15828148/dsh-portable-launcher (README.md / README-EN.txt / Chinese FAQ inside the zip)