xuanyuying/dsh-desktop1

dsh-desktop

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

AI 분석

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

패키지
dsh-desktop
버전
1.2.2
라이선스
MIT
최근 업데이트
2026. 9. 12.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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。