Skip to content

Releases: SimonMedy/DSH-Launcher

v0.3.0 - Remote Access & Dedicated Updater

Choose a tag to compare

@SimonMedy SimonMedy released this 21 Aug 10:38

DSH Launcher v0.3.0

This release introduces remote access configuration for DSH-Mobile, on-demand updates, and performance optimizations.

What's New

  • Trusted Hosts & Remote Access:
    • Dedicated Settings window to configure allowed hostnames and IP addresses (Tailscale, LAN, DSH-Mobile).
    • Flexible input supporting newlines, commas, semicolons, and spaces.
    • Safe local storage in %LOCALAPPDATA%\DeepSeekHarness\config.json.
  • Fast Startup & Dedicated Updater:
    • Instant local boot via dsh web (under 0.5s).
    • Automatic first-launch global install via npm (
      pm install -g @deepseek-ai/dsh@latest).
    • On-demand "Update DeepSeek Harness" action with automatic server restart.
  • Dynamic Status Tracking:
    • Real-time status reporting (Installing..., Updating..., Starting, Running, Stopped, Failed) in both UI and tray tooltip.
  • Process Supervision & Reliability:
    • Recursive process tree termination ensuring zero orphan background processes.
    • Single browser instance guarantee on startup.
    • Concurrency protection preventing race conditions.
  • UI & Documentation Refinements:
    • Pixel-perfect vector icons for Settings and Update actions.
    • Expanded window layout and comfortable button padding.
    • Official preview asset and MIT license added.

v0.2.0 - DeepSea WPF Edition

Choose a tag to compare

@SimonMedy SimonMedy released this 21 Aug 09:23

DSH Launcher v0.2.0

This release migrates DSH Launcher to a standalone WPF system tray application with the new DeepSea theme.

What's New

  • DeepSea Tray Interface:
    • Dark ocean theme with custom lighting accents.
    • Pixel-perfect rounded corner geometry clipping.
    • Soft ambient drop shadow.
    • High-resolution (256x256) crisp icon rendering.
  • Enhanced Process Lifecycle:
    • Robust process tree termination with askkill.
    • Automatic port 3080 cleanup preventing port conflicts.
    • Non-blocking automatic package updates via
      px --yes @deepseek-ai/dsh web.
  • Self-Contained Build:
    • setup.cmd builds and publishes directly to a local dist/ folder and creates the desktop shortcut.
    • Single-instance mutex protection.

v0.1.0 - Initial Release

Choose a tag to compare

@SimonMedy SimonMedy released this 19 Aug 09:31

DSH Launcher v0.1.0

An unofficial community Windows system tray launcher for DeepSeek Harness.

Features

  • Silent execution: Starts DeepSeek Harness in the background with no persistent terminal window.
  • System Tray Controls: Quick access to Open Web UI, Harness Logs, Launcher Logs, Restart, and Stop.
  • Easy Setup: setup.cmd automatically generates the desktop shortcut with custom icon.
  • Single-instance protection: Prevents duplicate launcher processes.