deepseek-auto-start
其他 活跃维护

deepseek-auto-start

JACKDELAY/deepseek-auto-start

自动拉起本地推理服务,同时打开配套操作网页,无需手动配置依赖、关注底层细节,双击即可完成全流程启动,新手也能快速完成部署与访问,使用门槛极低。

0
Stars 标星
1
Forks 分支
0
Watchers 关注
0
Open Issues
Batchfile
主要语言
NOASSERTION
开源协议
2.8 MB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:JACKDELAY/deepseek-auto-start
git clone https://github.com/JACKDELAY/deepseek-auto-start.git
git clone git@github.com:JACKDELAY/deepseek-auto-start.git
README.md main

deepseek-auto-start · DeepSeek Harness 启动器 & 鲸鱼娘图标

DeepSeek Harness Web GUI 的 Windows 一键启动器安装包与鲸鱼娘图标素材仓库。

内容

路径 说明
DeepSeek-Harness-Launcher-Setup.cmd 单文件安装器:双击自动安装启动器,并在桌面创建带鲸鱼娘图标的「启动 / 停止 DeepSeek Harness」快捷方式
DeepSeek-Harness-Launcher-Setup.zip 安装器 zip 版(解压后运行 launcher\install.cmd)
launcher/ 启动器源文件(vbs / cmd / ps1 / 图标 / 安装脚本 / 构建脚本)
icons/ 鲸鱼娘图标素材(署名与授权见 icons/README.md)

快速开始(给最终用户)

  1. 前提:目标电脑已安装 Node.js 与 DeepSeek Harness(dsh)
  2. 双击 DeepSeek-Harness-Launcher-Setup.cmd
  3. 桌面出现两个快捷方式:
    • 启动 DeepSeek Harness —— 启动服务(无黑窗口)并自动打开浏览器 http://127.0.0.1:3080
    • 停止 DeepSeek Harness —— 结束监听 3080 端口的服务进程

启动器会自动定位 dsh:全局 npm 安装 → npx 缓存 → PATH → npx 兜底。Node.js 缺失时安装器会给出提示(不自动安装)。

详细说明见 launcher/README.md。

署名与授权

  • 图标素材署名与授权条款见 icons/README.md
  • 本仓库整体以 CC BY-NC-SA 4.0(署名-非商业性使用-相同方式共享)发布,见 LICENSE