SnowCrescenter-tech / dsh-launcher

목록에 있음

DeepSeek Harness 一键启动器 | Windows 便携免安装版 - One-click portable launcher for DeepSeek Harness (no Node.js, no pnpm, no CLI)

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:SnowCrescenter-tech/dsh-launcher

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 db56460동기화 2026. 8. 18.

dsh-launcher

A portable Windows launcher for DeepSeek Harness. Double-click to start, no Node.js, no pnpm, no command line.

What is this?

DeepSeek Harness is DeepSeek's official agent framework. The official build is still a developer preview: to install it yourself you need Node 22.19+ or 24, pnpm, and a pile of command line steps. That is a high bar for most people.

This project packages all of that into a portable, green release. Download, extract, double-click. The Web UI opens in your browser.

Quick start

  1. Download DeepSeek-Harness-免安装版-v0.1.0.zip from the Releases page
  2. Extract it to any folder
  3. Double-click 启动.bat, paste your DeepSeek API key when asked. The browser opens automatically at http://127.0.0.1:3080

The launcher checks the environment, writes your API key to a local config, starts the service, and opens the browser. No manual steps.

Getting an API key

DeepSeek's API is pay-as-you-go, billed by DeepSeek. Create a key at https://platform.deepseek.com (it looks like sk-...). Your key is stored only on your own machine.

FAQ

Antivirus warning?

This is a green portable build with no installer: a 启动.bat script, the officially signed node.exe, and dependencies. It changes nothing on your system, and the first launch auto-unblocks the SmartScreen mark. If an antivirus still flags it, add the extracted folder to the trust list (360 安全卫士: 木马查杀 → 信任区; 火绒安全: 防护中心 → 病毒防护 → 信任区; 腾讯电脑管家: 病毒查杀 → 信任区; Windows Defender: 病毒和威胁防护 → 排除项). Every release also ships a SHA256SUMS.txt for verifying the download.

Port 3080 is already in use?

If port 3080 is taken, the launcher automatically falls back to a free OS-assigned port, so no action is needed.

How is this different from the official release?

It is not. The script runs the official build unchanged, and only automates environment checks, API key setup, and opening the browser.

Do I have to pay?

The software is free and open source, but the DeepSeek API is pay-as-you-go. Current reference prices (per million tokens): deepseek-v4-flash $0.14 input / $0.28 output; deepseek-v4-pro $0.435 input / $0.87 output; cache-hit input is far cheaper. See https://api-docs.deepseek.com/quick_start/pricing for the authoritative list. Billing switches to peak/off-peak pricing starting 2026-08-16.

Technical notes

  • Bundles portable Node v24.19.0 (no system Node required)
  • Runs the Web UI via @deepseek-ai/dsh@0.1.0-rc.6
  • Data lives in %USERPROFILE%\.dsh
  • Contents: 启动.bat (entry point), launcher/ (startup logic), node.exe + node_modules/ (bundled runtime)

Disclaimer

Community project, not an official DeepSeek product. DeepSeek Harness is in developer preview and may change without notice. This project is MIT licensed. Check the official docs first when you hit problems.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
PowerShell
라이선스
MIT
최신 릴리스
v0.1.0
마지막 업데이트
2026. 8. 13. 오후 3:40

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.