s3yf1337/dsh-desktop

s3yf1337★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

Desktop profile for the DeepSeek Harness: a native Tauri window over the harness web surface — tray, single-instance, OS notifications, suggest-only updater, native dialogs, drag & drop, and an in-app settings tab.

README 摘要

dsh-desktop DeepSeek Harness in a native desktop window — built the way the harness itself is built: as a plugin, not a fork. dsh-desktop is a DeepSeek Harness profile that composes the standard bundles ( dsh-base + dsh-web-app ) with a small plugin — this repo's dsh-desktop-shell — which opens the harness web surface in a native Tauri window: custom title bar, tray icon, native notifications, a real file-manager panel, and one-click updates. The idea: desktop as a plugin DeepSeek Harness is built on the principle that everything is a plugin : models, tools, sandboxes, session storage, the UI — even the agent loop itself. The desktop experience should follow the same rule. This project adds a native window without forking or repackaging the harness . The profile is plain composition: That one decision buys a lot: - Always in sync. The harness keeps updating; so do you. There is no fork to rebase and no bundled copy to refresh — upstream releases land in your profile exactly the way they always do. - Composable. The shell is one row in your profile's bundle list. Keep your other bundles, swap the web app, add plugins — the desktop layer stays a layer, not a replacement. - Small. The…

在 GitHub 查看完整 README →
Agent/智能体ai-assistantcoding-agentdeepseekdeepseek-harnessdesktop-appdsh-pluginrusttauri

分类