dsh-desktop
DeepSeek Harness Desktop - Electron app wrapping the full Web UI with real-time balance display
AI Analysis
基于 Electron 封装 Web 界面,提供 API Key 配置和余额显示,适合需要独立桌面客户端的 Windows 用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗API Key 配置(通用版)
按优先级自动读取,任选其一:
-
环境变量
setx DEEPSEEK_API_KEY "sk-你的key" -
应用配置文件(推荐)
# 复制模板到用户目录并填入你的 Key copy config.example.json %USERPROFILE%\.dsh-desktop\config.json # 编辑 config.json,把 apiKey 改为 sk-你的key配置文件格式:
{ "apiKey": "sk-你的DeepSeek-API-Key" } -
兼容读取 Harness 凭据:若你已用
dsh且~/.dsh/.credentials.yaml中存在DEEPSEEK_API_KEY,自动复用。
API Key 获取:https://platform.deepseek.com → API Keys。