xuanyuying/dsh-desktop1

dsh-desktop

DeepSeek Harness Desktop - Electron app wrapping the full Web UI with real-time balance display

AI Analysis

基于 Electron 封装 Web 界面,提供 API Key 配置和余额显示,适合需要独立桌面客户端的 Windows 用户。

Package
dsh-desktop
Version
1.2.2
License
MIT
Last updated
Sep 12, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

API Key 配置(通用版)

按优先级自动读取,任选其一

  1. 环境变量

    setx DEEPSEEK_API_KEY "sk-你的key"
    
  2. 应用配置文件(推荐)

    # 复制模板到用户目录并填入你的 Key
    copy config.example.json %USERPROFILE%\.dsh-desktop\config.json
    # 编辑 config.json,把 apiKey 改为 sk-你的key
    

    配置文件格式:

    { "apiKey": "sk-你的DeepSeek-API-Key" }
    
  3. 兼容读取 Harness 凭据:若你已用 dsh~/.dsh/.credentials.yaml 中存在 DEEPSEEK_API_KEY,自动复用。

API Key 获取:https://platform.deepseek.com → API Keys。