Add README, plugin citations, and multi-platform release CI.

Ship screenshots and third-party notices for the desktop shell, and
package Windows, macOS, deb, rpm, and Flatpak from GitHub Releases.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Tommy
2026-08-15 22:02:13 +08:00
commit f8a3c2dc6f
72 changed files with 10372 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[Desktop Entry]
Name=DeepSeek Harness
Name[zh_CN]=DeepSeek Harness
GenericName=AI Agent Harness
GenericName[zh_CN]=AI 智能体工作台
Comment=Desktop shell for DeepSeek Harness
Comment[zh_CN]=在原生桌面窗口中运行 DeepSeek Harness
Exec=dsh-desktop
Icon=io.github.tommyfang.DshDesktop
Terminal=false
Type=Application
Categories=Development;
Keywords=AI;DeepSeek;agent;harness;dsh;assistant;
StartupNotify=true
StartupWMClass=io.github.tommyfang.DshDesktop
X-Flatpak-RenamedFrom=dsh-desktop.desktop;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.tommyfang.DshDesktop</id>
<name>DeepSeek Harness Desktop</name>
<summary>Desktop shell for DeepSeek Harness</summary>
<summary xml:lang="zh_CN">DeepSeek Harness 的原生桌面壳</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<developer id="io.github.tommyfang">
<name>TommyFang2077</name>
</developer>
<description>
<p>
DeepSeek Harness Desktop runs the official DeepSeek Harness (dsh) WebUI
in a native Tauri window. It starts dsh web, waits for its local URL and
embeds the UI with the system WebView. Credentials, plugins and agent
permissions stay in ~/.dsh.
</p>
<p>
The app bundles ModLens for text-only vision, a settings page at
设置 → 视觉模型, and the community Anchored Standard presets.
The Flatpak also bundles Node.js and @deepseek-ai/dsh.
</p>
</description>
<launchable type="desktop-id">io.github.tommyfang.DshDesktop.desktop</launchable>
<url type="homepage">https://github.com/TommyFang2077/dsh-desktop</url>
<url type="bugtracker">https://github.com/TommyFang2077/dsh-desktop/issues</url>
<provides>
<binary>dsh-desktop</binary>
</provides>
<categories>
<category>Development</category>
<category>Utility</category>
<category>Network</category>
</categories>
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.0" date="2026-08-15">
<description>
<p>Tauri shell with an Apple-style title bar, bundled dsh, and on-launch updates.</p>
</description>
</release>
</releases>
</component>