dsh-chrome-app-launcher
其他 活跃维护

dsh-chrome-app-launcher

SchrodiL/dsh-chrome-app-launcher

以Chrome应用形式提供DeepSeek桌面启动能力,无需额外安装独立桌面客户端,轻量化部署,点击即可快速唤起对应服务,操作流程简单直接。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
28 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:SchrodiL/dsh-chrome-app-launcher
git clone https://github.com/SchrodiL/dsh-chrome-app-launcher.git
git clone git@github.com:SchrodiL/dsh-chrome-app-launcher.git
README.md main

dsh-chrome-app-launcher

A DeepSeek Harness plugin that creates a Windows desktop shortcut which launches dsh web in a Chrome app-mode window (no address bar / no tabs).

What it does

On every boot (Windows only), the plugin:

  1. Writes a small launcher .bat into %LOCALAPPDATA%\dsh-chrome-app-launcher\launch-dsh.bat
  2. Creates a Desktop shortcut DeepSeek Harness.lnk pointing at it

Double-clicking the shortcut:

  • auto-detects Chrome (registry App Paths first, then common paths, then Edge as fallback)
  • starts dsh web --no-open in the background
  • waits for the port to become ready
  • opens the Web GUI in a Chrome app-mode window (with a fresh --user-data-dir so it is a real standalone app window even when Chrome is already running)
  • closing that terminal window stops the service

Configuration

Configure via settings.yaml (or the bundle patch):

chrome-app-launcher:
  shortcutName: DeepSeek Harness   # shortcut label
  port: 3080                       # dsh web port

Platform

Windows only (win32). On other platforms the plugin is a no-op.

License

MIT