huchunlinnk / deepseek-desktop

목록에 있음

Native Tauri shell for DeepSeek Harness, self-maintained by deepseek-desk-rsi (AI-for-AI daily sync + 1:1 feature parity)

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:huchunlinnk/deepseek-desktop

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

README

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

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

최근 디렉터리 동기화에서 이 README 스냅샷을 새로 고치지 못했습니다.

deepseek-desktop

License: MIT

A thin native desktop shell for DeepSeek Harness — and the living target of the deepseek-desk-rsi engine. AI for AI: this app is maintained by a DeepSeek Harness agent that tracks upstream and opens a pull request every day.

What it is

  • Boots the official dsh web host (never reimplements the harness or the UI).
  • Shows it in a native window with a system tray, native notifications, a global toggle shortcut, single-instance focus, and autostart.
  • Plug-and-play update policy (Pin / AutoBump / AutoBumpWithGate) so the RSI engine can gate updates on its own verify pass.

First principles / Occam's razor

  • One host, one viewer. The shell spawns dsh web and points a webview at http://127.0.0.1:3080. Nothing else.
  • No frontend build. The webview loads a static splash (index.html) and the Rust side redirects it to the host once ready. Zero JS tooling beyond the Tauri CLI.
  • Minimal glue. Tray, shortcut, single-instance, autostart, host boot. That is the entire product.

Platform matrix

OSArchStatus
macOSarm64 (Apple Silicon)native
macOSx64 (Intel)native (macos-13 runner)
Windowsx64native
Windowsarm64experimental cross-compile — no native smoke

Build

# one-time: install deps, generate icons, and vendor the harness host
npm install
npm run tauri icon ./icon.png   # supply a 1024x1024 PNG
bash scripts/bundle-host.sh      # vendors @deepseek-ai/dsh into vendor/host/

# dev (run `dsh web` yourself, window shows the live UI)
npm run tauri dev

# production binary (bundles the vendored host, so no global `dsh` is needed)
npm run tauri build

The host command is overridable with DSH_DESKTOP_HOST_CMD (default dsh web). Resolution order: DSH_DESKTOP_HOST_CMD → bundled vendor/host/dsh-launcher → system dsh. The vendored launcher resolves the dsh bin relative to itself and bakes an absolute node path, so it works even from a Finder launch (whose PATH is minimal). Bundling the Node runtime itself (one per arch) is the remaining step for a fully self-contained binary; the launcher currently relies on a system node.

How it stays current

daily-upstream-sync.yml runs a headless DSH agent every day that perceives upstream changes, integrates them, verifies (build + test), checks 1:1 feature parity via rsi_parity against parity.json, repairs on failure, and opens a PR via rsi_propose. A human merges. See PARITY.md for the original-vs-desktop comparison, and the RSI engine repo for the loop semantics.

License

MIT

프로젝트 파일 및 신호

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

보안 정책감지됨
기여 가이드감지됨

저장소 정보

언어
Rust
라이선스
MIT
마지막 업데이트
2026. 8. 18. 오전 11:52

신중하게 설치하기

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