Awesome DeepSeek Harness 
A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators, aggregators & UIs for DeepSeek Harness (DSH) — DeepSeek's official agent runtime built around the idea
Model + Harness = Agent.
English | 简体中文
DeepSeek Harness ("DSH") is DeepSeek's agent runtime / harness layer — the "hands" that turn the model's reasoning into real actions (context management, tool-call orchestration, execution sandbox, feedback loop, session persistence). Its defining feature is an open plugin ecosystem: the community contributes plugins, skills, MCP servers, orchestrators, aggregators, and UIs.
This list collects the best of that ecosystem. Contributions welcome — see Contributing.
Tip for authors: DeepSeek asks plugin repositories to carry the
#dshGitHub topic so they can be discovered. Add it to your repo, then open a PR here.
Quick Start
# Launch the DSH Web UI
npx @deepseek-ai/dsh web
# Install a community plugin (from this list) into your profile
dsh plugin --profile web add "github:owner/repo#main"
Before installing, confirm the target repo carries the #dsh GitHub topic so the community hub can index it.
Contents
- Official
- Profiles & Patch Layers
- Harnesses & Runtimes
- Security & Permissions
- Session & Memory Management
- Cost & Usage Tracking
- Channel / IM Bridges
- Plugin Marketplaces & Ecosystem
- Visualization
- Slides / PPT
- Coding
- Agents
- Loops (Auto-Research, Self-Improve, etc.)
- MCP Servers
- Orchestrators & Aggregators
- UI / Clients
- Skills
- Resources
- Contributing
Official
- deepseek-ai/deepseek-harness — DeepSeek's official agent runtime framework (
Model + Harness = Agent); an "everything is a plugin" architecture built on Cordis (TypeScript, MIT).⭐38238 - deepseek-ai/awesome-deepseek-integration — Official curated list of DeepSeek API integrations.
⭐38654 - deepseek-ai/awesome-deepseek-agent — Official list of agents/harnesses with DeepSeek support.
⭐5426
Profiles & Patch Layers
DSH's core composition mechanism: a profile stacks bundle patch layers, then your own cordis.patch.yml (profile-level, then $DSH_HOME-level, then --patch overlays) — letting you reshape the whole plugin tree without forking. This is the layer where task-specialized runtime configurations live: a long-horizon profile, a math-reasoning profile, a slides-editing profile are all just a different bundle stack + patch, not a different codebase. Tools and harnesses that operate at this layer (share/export a profile, or run DSH as a specialized backend under a task-specific patch) belong here rather than under generic plugins.
asdf17128/dshp — Manage DeepSeek Harness profiles: list, create, clone, diff, and share a whole
dshsetup (plugin versions + bundle order + patch) as one portable file.geohotstan/dsh-tabula-rasa-preset — Blank slate preset for DeepSeek Harness. Create your own adventure.
AMAP-ML/LongHorizon-Harness — Long-horizon computer-use harness with a DSH adapter: runs
dsh --profile headlessunder an isolatedDSH_HOMEwith role-scoped patches (workspace-writefor executors,read-onlyfor Manager/auditors) — a concrete example of a task-specialized DSH profile.duyanta123/dsh-preset-scaffold — DSH agent preset: scaffold a standardized, runnable, verifiable project skeleton from scratch (architect persona + six template assets + a strict bootstrap flow).
light051001/dsh-preset-qa-mode — Ask-first DSH agent preset based on Standard: exhaustive structured clarifying questions (nine dimensions, max 5 rounds, interruptible) with a confirmation gate before any execution; plan-first for complex tasks.
Jungod1121/dsh-anchored-standard — Two-phase DSH preset: a minimal-aligned bootstrap (bash + read), then full Standard tools after the first tool call or reply.
ZRui-C/dsh-minimal-first-turn — Installable Web bundle for a Minimal-compatible root-session first request, then restores the selected preset after the first tool call or reply; includes a persistent composer toggle.
songoao25/virtual-product-team — Product Team Mode — a DSH agent preset: boss-style conversation with a virtual product team (PM → Engineer → QA → Release) from idea to shipped product.
qwe225380/dsh-omni-router — Omni Router: an intelligent orchestration preset that routes tasks by complexity and thinking mode (spec/react/balanced), auto-collects project context, and adds Plan Mode, TDD, delivery-gate, Git workflow, and acceptance-checklist guidance. Supports
dsh plugin add dsh-omni-router.AythyaCrispus/dsh-minimal-msys2 — Windows Minimal Mode: persistent bash + str_replace_editor plugin — registers an agent preset, provides a working persistent-bash backend on Windows, and exposes a GUI-editable bash path in the plugin-settings section (persisted via the credentials domain).
CeilCelia/dsh-eli-mode — Eli Mode: an agent preset for DeepSeek Harness built around wiki-driven long-term memory and skills, on an extremely minimal Harness setup.
LiFenrir/dsh-scenario — Scenario-management plugin: bundle persona + model + permissions into named scenarios (dev / wiki / personal), one-click hot-switch from the settings page.
Saikel-Orado-Liu/dsh-coding-agent-preset — Windows-adapted DSH coding-agent preset with persistent PowerShell 7 (pwsh) and str_replace_editor, mirroring the official minimal preset.
Scorp1o117/dsh-soul-md — Soul.md persona for DeepSeek Harness: a persona-card plugin (人设卡) that gives your agent a persistent character.
delightedMaster/dsh-anchored-standard-windows — Windows Anchored Standard agent preset for DeepSeek Harness with on-demand tools and Skills.
delightedMaster/dsh-subprocess-win32 — Windows subprocess Cordis runtime and Minimal/Anchored Standard presets for DeepSeek Harness.
brunhildzhou/dsh-all-warmup — Global frictionless warm-up layer plugin for DeepSeek Harness: the first turn of any session auto-warms up, full mode resumes from the second turn on.
jiatong-lab914/obsidian-knowledge-mode — DSH agent preset for a portable, AI-native knowledge system on Obsidian: anti-hoarding Layer 0, 80/20 distillation into Context/Claim, verifiable update loops, four read-only role agents, a source gate hook, and a zero-content starter template.
alllllllllli/Living-Dream-DSH — Complete DSH desktop config framework: 8+ MCP servers (computer-use, browser, memory, OCR, vision, history, markitdown, os-copilot), free model channels (AMD Radeon Cloud, DeepSeek v4-flash/v4-pro), mobile remote via Tailscale, vision patches (GLM-4V-Flash → Ollama fallback), and a one-click installer (PowerShell + offline 120 MB SFX). MIT.
JingMox/learner-preset — First-principles learning assistant preset for DeepSeek Harness: knowledge components with decaying mastery, an analogy lifecycle, and a prediction ledger.
hackerFish/awesome-dsh-presets — Tested DeepSeek Harness presets & rules: official-derived + original combos, every preset passes structure and package-existence validation (Chinese-first).
orziz/odai — Profile-wide DSH governance and routing bundle with a separately installable session-scoped Agent preset; compatible with DSH 0.1.0-rc.6 and 0.1.0-rc.7.
JohnXu22786/hooks-adapter — Hooks-config compatibility layer for dsh: reads hooks from .claude/settings.json, .codex/hooks.json, opencode.json and maps their lifecycle events to dsh extension points, running shell/webhook/oracle/proxy handlers.
Asher-2000/dsh-expert-mode — DSH expert-mode agent preset: a chief-coordinator persona plus 11 domain-expert subagents.
Socialist-Sister/dsh-survival-mode — DeepSeek Harness Survival Mode: a playful agent preset mixing Minecraft survival rules with real coding work.
baihejiangnan/dsh-plugin-pack-web — DeepSeek Harness plugin pack: one-click Profile/Web replication (DSH Plugin Pack).
hili986/dshpack — Export a dsh scenario into an installable, shareable, auditable pack, then install that pack as a standard dsh profile.
Kaalia0912/dsh-whale-musume-persona — Global whale-girl persona plugin for DeepSeek Harness.
xingyingyuzhui/dsh-agent-identity — Claw identity files for DeepSeek Harness: bakes SOUL / AGENTS persona files into the prompt.
xingyingyuzhui/dsh-claw-suite — Claw Agent governance suite for DeepSeek Harness: persona, permissions, gates, delegation, and memory.
KannaKuron/dsh-ptc-cordis-preset — A creative mode built on top of PTC: DSH preset that composes Code Mode tool orchestration with self-referential Cordis tools and preset authoring guidance, materialized as the 'ptc-cordis' user preset.
Feiyang1997/dsh-preset-minimal-pwsh — DeepSeek Harness Windows minimal-mode agent preset: two tools (pwsh + str_replace_editor), built-in plugins only.
ztlovelsw/dsh-model-profile — Manually or automatically configure model thinking effort, context window, and max output tokens.
NIU-001-LIU/dsh-win-minimal — Windows minimal agent preset for DeepSeek Harness: one-line fixed persona, three tools, no runtime context. Installs via dsh plugin add.
Freakz2z/dsh-catgirl-plugin — A token-efficient persona runtime for DeepSeek Harness.
zhy201810576/dsh-zh-reasoning — Makes DeepSeek Harness's reasoning and final answers default to Simplified Chinese.
chaserchan/dsh-plugin-global-prompt — A global-prompt textarea in Settings > General, injected into every conversation system prompt.
peterwangze/dsh-reasoning-level — Unified default reasoning level (thinking effort) for all models: per-model defaults with capability probing, live call statistics, one-command install via dsh plugin.
zhangdong456/dsh-prompt-presets — Prompt Presets to manage your library.
SLAPaper/dsh-self-checking-profile — A drop-in dsh web profile that adds the Self Checking sandbox mode to DeepSeek Harness (dsh).
lynsucceed/dsh-openclaw-persona — Reuse OpenClaw persona files (SOUL/IDENTITY/USER/MEMORY/TOOLS.md) as the DSH agent persona, with a Web GUI editor — edit the .md files in the sidebar and the change takes effect on the next request.
XMoon/dsh-profile-settings — Per-profile settings overlay for DeepSeek Harness: global settings.yaml plus profiles//settings.patch.yml, transparently layered under ctx.settings.
muzyLink/dsh-subagent-profile — Subagent dispatch profile plugin for DeepSeek Harness: save named combos of preset/model/reasoning-effort/tool-scope for one-click dispatch, with built-in cost guardrails.
WSL043/dsh-native-reasoning-slider — Native, model-aware reasoning effort slider for DeepSeek Harness.
BaronCyrus/dsh-harness-ally — DeepSeek Harness Ally mode: freely combine DSH, Claude Code, Codex, and every configured model while preserving native agent lifecycle and real-time execution visibility.
GTC2080/dsh-APEX_Plugin — APEX experimental preset for DeepSeek Harness: Minimal anchoring, Pro-dominant mode, and a vision-enabled Flash Max bounded-collaboration flow with host-level web acceptance.
MengYuil/dsh-ponytail — Lazy senior dev mode for DeepSeek Harness — ponytail port (always-on minimal-code ruleset, /ponytail-review/audit/debt/gain/help).
sch246/dsh-warm-minimal — DSH warm-minimal mode: writes a high-quality first-turn trajectory (we/let's style) at session creation, with real input starting from the second turn; AGENTS.md and the skill catalog are injected naturally.
ninipa/oh-my-dsh-slim — Specialist subagent delegation preset for DeepSeek Harness — orchestrator + 5 roles (oracle/designer/fixer/explorer/librarian) with per-role models, effort, tool filters, scoped MCP and background-first delegation. Port of oh-my-opencode-slim.
Harnesses & Runtimes
DeepSeek-native or DeepSeek-first agent harnesses / coding agents, plus runtime-level infrastructure (diagnostics, ops, session management, approval policies).
menotbobbybrown/create-dsh-app — 1-Line AI Agent Scaffolding Generator for DeepSeek Harness (dsh):
npx create-dsh-app my-agentscaffolds a production-ready agent pre-wired with MCP tools, long-term memory, and web browsing.Airmetro/dsh-update-checker — Update management for DeepSeek Harness and its plugins: dual-source npm/GitHub semver checks, locale banner, one-click updates with backup/rollback, and watchdog restart.
Liu-Bot24/dsh-tunnel-client — Cross-platform desktop client for launching local DSH and securely accessing remote DSH through system OpenSSH tunnels.
magicOF2/dsh-schedule — Scheduled-task bundle plugin for DeepSeek Harness.
soarGuo/dsh-auto-vision — Bridges images into text for non-vision DeepSeek Harness models — your message stays untouched, zero manual setup.
SuperMate-Ai/SuperMate-Harness-System — Give DeepSeek Eyes: a DeepSeek Harness (DSH) Skill that wires in local vision models or vision APIs so DeepSeek can read images and graphic files.
wwkk214222208/StageCraft — Self-hosted, plugin-based multi-character roleplay runtime with a web creator workbench (a friendlier alternative to SillyTavern). Runs standalone, as a DSH plugin (via a
dsh-rpCordis adapter shell), or as an Android APK; uses DSH to assist script/scene editing.gehennawu/dsh-service — Self-hosted operations plugin for DSH Web: safe restart/recovery, health diagnostics, model usage/error stats, backups, and Linux permission repair.
bright-y/dsh-restart — One-click restart button for DeepSeek Harness (DSH Desktop).
kanneiren/dsh-network-settings — DeepSeek Harness network diagnostics, proxy detection and repair for Windows/WSL/macOS.
wizzy-yang/dsh-updater — DSH auto-update plugin — detects official deepseek-ai/deepseek-harness releases, one-click npm upgrade + auto restart from the sidebar.
WTStarMark/DSH-QAQ — Startup disaster-recovery guard for DeepSeek Harness (DSH), paired with the dsh-qaq backup plugin: headless Chrome reads the real browser DOM, detects host crashes and Web UI red-screens, auto-rolls back to the last-good config and safely restarts, with anti-loop protection. Full-screen TUI covering startup, logs, plugin management, and hot-update monitoring — zero-intrusion, one-command deploy.
krystal-cao/deepseek-harness-desktop — Unofficial desktop wrapper for DeepSeek Harness: local-first, sandbox-isolated, with built-in dsh version management and plugin management, auto-update, and desktop task-completion notifications (macOS).
chenkai2/dsh-daemon — Registers the DeepSeek Harness web server (
dsh web) as an auto-start, self-healing background service (LaunchAgent / systemd / cron + watchdog).hust-open-atom-club/oh-dsh — A DSH runtime with three development experiences: Desktop, Web, and TUI.
huiliyi37/oh-my-tianshu — A full-featured open-source coding agent distribution built on top of the dsh harness, adding vision, cross-session memory, verification gates, agent routing, semantic + graph code search, file rollback, and a full-screen terminal UI — all composed as plugins. A friendly MIT fork of DeepSeek Harness (dsh) that keeps the upstream everything-is-a-plugin architecture, with a UI/UX modeled on oh-my-pi.
jhuanxx44/dsh-sseye — The LLM debug console inside DeepSeek Harness: captures every model call, semantic diff, Replay & Mutate.
frank6com/obsidian-harness-like — An Obsidian desktop implementation inspired by DeepSeek Harness: run a Cordis plugin system and an AI agent inside the Obsidian desktop app. The agent reads/writes your notes through approvals; you (or the agent) can create Cordis plugins in conversation to extend commands, tools & panels.
DeepTrial/dsh-bash-rtk — DeepSeek Harness bash executor plugin that routes eligible commands through rtk (Rust Token Killer) to compress tool output and save tokens.
leonardoxr/dsh-harness-updater — Claude Code / Codex CLI update detection, prompting, and one-click channel updates for DeepSeek Harness.
SKzrui/DSH-CLI — Lightweight CLI for DeepSeek Harness: streaming output, tool calling, per-dir session recovery, flexible key/model config; start with one command.
songying2024/dsh-plugin-lingxi — Imports DeepSeek Harness session records and workspace artifacts as new tasks for 灵犀 (Kingsoft Office WPS) to pick up.
UllrAI/dsh-mqtt — MQTT protocol driver and agent worker gateway for DSH.
YaoaY/dsh-gpt-compat — Fail-closed GPT/Codex sandbox escalation compatibility for DeepSeek Harness.
IslandManSwevo/deepseek-harness-tailscale — Run your DeepSeek Harness (dsh) web UI securely from any device over Tailscale - zero-config launcher, WebSocket-safe reverse proxy, built-in file viewer.
modred522/dsh-manager — Windows desktop manager for DeepSeek Harness (dsh): tray-resident, one-click start/stop/update, plugin marketplace and smart analytics, token usage stats.
Alvinpro/DSH-Launcher — A single-file Windows launcher for the dsh (DeepSeek Harness) web UI. Double-click to start; close the browser and the whole process tree is torn down — no terminal to babysit, no leftover node processes holding the port, no console flash.
orrinzeng/dsh-cursor-subscription — Log directly into your Cursor account within DeepSeek Harness and use your Cursor subscription — no API Key required, and no dependency on Cursor IDE or Cursor CLI.
zhangxiubo/dsh-llm-chatgpt-oauth — ChatGPT Plus/Pro OAuth model provider for DeepSeek Harness using pi-ai openai-codex.
chiyulogg-commits/deepseek-harness-zh-tw — Traditional Chinese (Taiwan) locale edition of DeepSeek Harness: adds a third UI language option with Taiwan terminology across all 25 web UI packages.
eya46/dsh-plugins — Personal plugin collection for dsh projects.
bozhang1214/dsh-ai-brief — DeepSeek Harness plugin tagged dsh / dsh-plugin / dsh-plugins (upstream provides no further description).
LuckVd/dsh-btw — DeepSeek Harness client plugin tagged deepseek-harness / dsh-client / dsh-plugin (upstream provides no further description).
a792883583/dsh-cron-panel — DSH web GUI scheduled-tasks panel: sidebar management of DSH and system (crontab) tasks with natural-language creation and execution logs.
birat-chapagain/dsh-codex-oauth — DeepSeek Harness plugin: use your OpenAI Codex (ChatGPT Plus/Pro) subscription through OAuth.
ChenZeiShuai/ZeishuaiDeepSeekHarness — Personal derivative build of DeepSeek Harness geared toward C#, C/C++, Python, and TypeScript development.
shawnyhu/DSH-Launcher — Windows tray launcher, installer, and version manager for DeepSeek Harness.
Zeno2019/dsh-flightdeck — Electron desktop launcher for DeepSeek Harness, bundling a pinned DSH runtime and curated plugins for Windows and macOS.
dsh-ssh/dsh-ssh — SSH remote workspaces for DeepSeek Harness — run bash, file, and search tools on any remote machine.
thinkmoon/dsh-gateway — DSH plugin: authenticated reverse proxy that turns remote access into plain local traffic (Host rewritten, Origin stripped) — password-gated, WebSocket-tunneled, zero runtime deps.
a554878526/dsh-debug-mode — Runtime-first Debug Mode plugin for DeepSeek Harness.
striveh/dsh-llm-call-inspector — Local request and response inspector for session-associated DeepSeek Harness LLM calls.
StefanIsMe/dsh-updater-plugin — Agnostic draft-preserving self-update system for DeepSeek Harness.
JohnXu22786/rss-digest — RSS/Atom digest plugin for DeepSeek Harness (dsh bundle): subscribe, fetch on schedule, dedupe, LLM summaries, daily Markdown briefings.
myflx/hundun-dsh — Personal DSH plugin/skill toolkit (dsh-plugin, dsh-plugins).
nmbzth/dsh_update_check — dsh_update_check is a dsh plugin that automatically checks for diffs against the official upstream dsharness repo and prompts for updates.
onewilk/dsh-updater — DeepSeek Harness update-check plugin: NEW badge alerts + About tab + GitHub acceleration switch.
piggy00544/dsh-upgrade-kit — DSH upgrade kit bundling cost tracking (dsh-cost), file preview, research-mcp, and vision-bridge; installs all four with one command.
polaris-smart/dsh-devices — Turn your devices into a fleet — a dph plugin for decentralized multi-device collaboration: mDNS discovery, key pairing, SSH direct exec. Tools auto-register for dph agents.
fancr-code/dsh-tray-launcher — Windows desktop tray launcher for DeepSeek Harness: run
dsh webwindowless, shortcut + system tray (open UI / logs / quit-all), one-click install.hibays/dshl — Minimal desktop shell for DeepSeek Harness: single EXE, <=4MB, launch-and-go; auto-reuses or self-installs/updates local dsh, fully configurable startup; UI layer is destroyed on tray-minimize to keep memory tiny while dsh keeps running as a background service, ready to be recalled anytime.
IoveCelestina/dsh-lifeboat — Out-of-process safe boot, failure isolation, and recovery UI for DeepSeek Harness profiles.
KYinCode/dsh-hooks-plugin — Claude Code-style DSH hooks: run shell commands on agent/tool lifecycle events via
.dsh/hooks.json.liuwenji007/dsh-muyu — deepseek-harness, dsh, dsh-plugin (upstream description limited to topic tags).
NelsonLongxiang/dsh-prompt-templates — dsh-prompt-templates (no further description provided upstream).
hxs996-beep/deepAct — Terminal AI coding agent built for DeepSeek that guards every action: ambiguity check, design review, scope control, team mode, parallel sub-agents, and MCP support.
LaplaceYoung/oh-my-dsh — Large plugin collection (700+) for DSH that registers only through extension seams, without modifying the agent-loop core.
⭐24omdsh-dev/fabric — Minecraft-Fabric-style hook processor for DSH.
omdsh-dev/dsh-session-health — Read-only, zero-dependency session health check: frame-level scanning of multi-frame zstd session files to detect torn/corrupted/empty sessions; registers a
session_healthtool.omdsh-dev/dsh-security-audit — Local security audit plugin: read-only, redacted risk report covering config, plugin sources, sessions, and network exposure.
lanbaolu/dsh-fail-soft — Automatic plugin-failure isolation for DeepSeek Harness: a bad plugin gets quarantined while the rest of the bundle assembles and starts normally, with a management/recovery UI and self-healing kernel patch.
LvDAO/dsh-exec-extension — An exec extension for the headless dsh runner allowing more flags, etc.
ningmengxr/dsh-task-control — DeepSeek Harness plugin: one-click emergency stop for stuck pip/GitHub downloads, download-progress detection, stall detection, and invisible append conditions.
wangxing-git/dsh-tool-workspace — DeepSeek Harness workspace-management toolset: view, register, rename, and delete workspace records (registry-only, never touches on-disk directories); destructive operations (unregister, change registered path) go through user approval, fail-closed.
Zhenyu98/dsh-context-doctor — Context-injection audit: measures the token cost of the AGENTS.md instruction chain, skill catalog, and tool schemas, and detects duplication and conflicts; Web UI ring panel plus a
context_audittool.coppynight/dsh-doctor — flutter-doctor-style diagnostics and repair covering install-level and in-harness checks, with safe auto-fixes; repository-plugin format.
lhh010/dsh-bash-encoding — Auto-detects bash output encoding (UTF-16LE/UTF-8/GBK, etc.) and decodes it correctly, fixing garbled non-ASCII output on WSL/Windows.
vlln/plugin-registry — Ecosystem infrastructure: a thin browser console for managing repository plugins (zero patches) plus a
make-dsh-pluginskill guiding plugin development.⭐13Andy8647/dsh-auto-approval — Automated tool-call approval: an
autotier that classifies every tool call as allow/deny via rules plus an LLM classifier, with a status chip beside the composer.zzh-newlearner/dsh-postmortem — Local-first failure postmortems for DeepSeek Harness sessions.
vibeinging/dsh-trace — Telemetry backend that exports turns, model steps, and tool calls to yiTrace over HTTP.
omdsh-dev/dsh-hub — Community extension catalog and profile-generation manager, adding transactional installation, recovery, catalog browsing, and a settings UI on top of official contracts.
fakechris/dsh-harness-ops — Ops toolbox: A/B dual-slot snapshot upgrades with atomic switch and one-click rollback, a watchdog that auto-restarts web/agent, and a self-rescue doctor command.
omdsh-dev/session-teleport — Multi-device session handoff with PostgreSQL as the single online authority; only one device holds write credentials at a time.
Tieboyh/dsh-session-search — Index-free cross-agent session search for DeepSeek Harness.
21hbguo/dsh-thinking-counter — Thinking-phrase detection and statistics for DeepSeek Harness: full-session reasoning-phrase hit counts, grouping, and a "smartness" score.
KYinCode/dsh-hot-installer — Hot plugin manager for DeepSeek Harness (dsh): install once, restart once, then install/remove/upgrade plugins take effect instantly without further restarts.
lzx-Bill/dsh-plugins — Open-source community plugins for DeepSeek Harness, built with TypeScript and Cordis.
openrect/dsh-community-installer — Unofficial community installer for
@deepseek-ai/dshon Windows.chenyinrusi/dsh-updater — One-command external updater/repair tool for DeepSeek Harness on Windows: git fetch, merge upstream, pnpm install, build and typecheck; pip-installable, auto-elevates, works around the pnpm symlink EPERM crash.
dongsheng123132/u-dsh-deepseek-harness-portable — U-DSH Portable: DeepSeek Harness USB portable edition for Windows with a Xiapan Cloud device wallet.
huiruo/robbot — Personal AI platform powered by DeepSeek Harness.
Yukari316/dsh-toolcall-compat — Fixes tool-call JSON-schema parsing errors that cause repeated bad tool calls when using custom-provider models in DSH, plus a long-wait toolcall skip feature.
Prism-Shadow/penguin-harness — 🐧 Harness for RSI tuned for open models like DeepSeek: a deliberately minimal toolset over clean low-level interfaces, fewer tool calls and tokens; carries the
deepseek-harnessGitHub topic.snow-The/dsh-ark-plan — Correctly activate DeepSeek V4 Flash on the Volcano Ark plan API for DeepSeek Harness: default config injection (reasoningEfforts + effort=max) plus an
ark_plan_doctorself-check.CH4ACKO3/the-binding-of-dsh — Bidirectional DSH Connection and Typert Gateway integration.
Howe829/dsh-runtime — Runtime observability and relationship graph for DeepSeek Harness and Cordis.
LAN-TINA-WS/dsh-windows-shell-policy — DeepSeek Harness Windows default shell policy: probes git-bash/MSYS2, a settings-panel one-click bash/pwsh switch, dynamic bash-tool registration, and trimmed prompt tool surface — a DSH composite plugin.
Frog755/dsh-client-auto-retry — DSH client plugin: auto-sends 「继续」 when a turn is interrupted/errored/overlong. No model/provider switching. Ships with a settings card.
sanshanya/better-model-provider — Per-model capability declaration for DeepSeek Harness: reasoning-effort levels (wire spellings) + request modalities (vision) for OpenAI-compatible providers. Settings section, zero runtime harness deps, no YAML.
SouleyMoni1/dsh-experience-plugin — DSH plugin: per-model reasoning levels for custom API models, with family presets and an official-settings-page editor.
NOirBRight/dsh-llm-codex — ChatGPT Codex login, sortable catalog, and Fast models for DeepSeek Harness.
pawaca/dsh-edge — Run DeepSeek Harness on Cloudflare Workers.
sunny0826/dsh-plugin-herdr — Herdr control-plane plugin for DeepSeek Harness (DSH): observe and drive Herdr — a terminal workspace manager for AI coding agents — from DSH sessions.
shiyi-0x7f/dsh-tool-sysinfo — Read-only
system_infotool plugin for DeepSeek Harness agents (OS/CPU/memory/network snapshot).edusrez/dsh-smart-restart — Wakes the main agent after a DeepSeek Harness (DSH) restart so interrupted work resumes without the user prompting.
Moonweave-AI/cantilune — A proposed general-purpose language and control substrate for agent orchestration, coordinating agents, tools, people, services, permissions, sessions, and scarce resources in one inspectable model; carries the
cordis/dshGitHub topics.ilharp/dsh-tool-approval — Manual approval for tool calls (a "manual mode" / "ask mode" for DSH).
blissito/ghostycode — DeepSeek V4 terminal coding agent and constitutional harness (Rust TUI with MCP and sub-agents).
bobleer/deepseek-harness-rust — Rust implementation of DeepSeek Harness: layered crates for session log, turn/step loop, and DeepSeek SSE adapter.
didclawapp-ai/zagens — Open-source agent harness for DeepSeek V4.
⭐13liubf21/ds-forge — Lightweight agent harness for DeepSeek V4.
Owen718/FlashCoder — Simple harness for DeepSeek models.
ArtificialNotImbecile/dsh-context-taxonomy — Logical-call context taxonomy plugin for DeepSeek Harness.
btspoony/dsh-llm-fallbacks — Role-based LLM retry and fallback strategy plugin.
Drifter-yh/dsh-tool-policy — Declarative deny-by-default tool policy plugin.
LingLambda/dsh-undo — Context undo/redo: roll the model context back to the last completed step and restore it again.
omdsh-dev/omdsh — Community experiment for organizing versioned DSH component sets and defaults in a reviewable, reproducible form.
omdsh-dev/omdsh-runtime — Headless execution layer reusing official Profile/Bundle/Cordis operations, adding deterministic plan/apply, candidate generations, and previous-generation recovery.
wangshunnn/oh-my-dsh — A collection of DeepSeek Harness plugins.
yjh051108/dsh-super-injector — BepInEx-style mod injector: hot-injects local plugin packages into a running DSH web instance without patches or restarts.
yoke233/dsh-openai-codex-auth — OpenAI Codex OAuth login and usage card plugin.
YYTbit/dsh-plugin-claude-bridge — Bridges Claude Code memory, skills, and config into DeepSeek Harness.
Gordonynh/dsh-plugin-codex-import — Imports Codex conversation history into DSH.
Hu9956/dsh-codex-provider — Codex provider plugin with OAuth login support.
WSL043/dsh-codex-subscription — Caches Codex subscription/usage state for DSH.
kinoward/dsh-plugin-subhub — Use third-party subscription accounts in DeepSeek Harness: chat, image understanding, image generation, and image editing with the models your subscription covers, with available models and reasoning levels synced from your account; currently supports OpenAI/ChatGPT subscriptions, more providers planned.
PerryLink/dsh-output-styles — Switch between different assistant output styles.
Toukaiteio/dsh-effort-tweak — Adjusts model reasoning effort on the fly.
csiroqa/dsh-backup-sync — Snapshot backup and WebDAV sync for DSH workspaces.
csiroqa/dsh-schedule — Cron-style scheduled tasks with status monitoring.
Karuisawa-Mrs/dsh-plugins — Community plugin collection for DSH.
BlockRunAI/dsh-clawrouter — A second brain for your DeepSeek Harness agent — strong-model review before risky tool calls, plus 70 models from one wallet.
gordonlu/dsh-context-lens — Request Context Profiler for DeepSeek Harness — see what changed between model requests, and how cache reuse changed with it.
green-dalii/dsh-shift-router — Two-tier model router for DeepSeek Harness — LLM-Judge routing, multi-model fallback chains, exponential-backoff failover, and task-level orchestration.
KeepLost/harniverse — General pluggable coding-agent harness built on DeepSeek Harness, tuned to the author's personal workflow.
MonshinYu/dsh-bun-compat-patch — Node-API compatibility layer for running DeepSeek Harness on Bun 1.3.14.
rugose-learnedprofession58/pi-dsh — Crash-consistent coding-agent runtime manager: durable session history, causal undo/redo, session replay, and approval-gated self-extension.
MayBeTheWorld/dsh-inherit — Imports MCP servers and Skills from Claude Code / Cursor / Codex / cc-switch into DeepSeek Harness (Settings → General → import agent settings).
unStone/dsh-xray-plugin — Ask what a DeepSeek Harness plugin can actually do, from inside your agent; companion to dsh-xray.
KitDoesIt/dsh-compaction-instant — LLM-free lossless compaction engine for DeepSeek Harness.
morlay/session-persistence-rdb — Relational-database persistence layer for DSH sessions.
rainforest888/dsh-plugins-raincode — Model layer for DeepSeek Harness: model pool/cache/retry plus a
/skillsbrowser.weijiafu14/dsh-remote-sandbox — Crash-resilient remote execution world for DeepSeek Harness:
ctx.fs/ctx.subprocessover an E2B sandbox with heartbeat keep-alive, transparent recovery, and workspace sync.030611/dsh-telemetry-redactor — Fail-closed export-copy redaction for DeepSeek Harness session telemetry.
cnyac/dsh-polling — Polling/scheduled-task plugin: cron scheduled tasks as real sessions, natural-language creation, model tools (
polling_*), and a Web UI.cpj-dev/dsh-plugin-cc — Bridges DeepSeek Harness into Claude Code for review, critique, delegation, and session import.
khiqwq/dsh-system-proxy — Host plugin for smart outbound HTTP(S) routing: named proxies (http/https/socks4/4a/5/5h), per-host/provider/plugin rules, direct-first fallback with health memory.
lire1131/dsh-undo — Snapshot & rollback for plugin/skin/settings configs: auto-save on change, undo/redo stack, snapshot manager panel, keyboard shortcuts, plus an offline PowerShell CLI & GUI that work even when DSH won't boot.
omdsh-dev/dsh-scout — Read-only environment-probe plugin for DeepSeek Harness: reports runtime environment, software versions, system resources, ports, services, hardware, and workspace info.
sleepinginsummer/dsh-rtk-optimizer — RTK optimizer plugin for DeepSeek Harness.
weijiafu14/pi2dsh — Bridges the Pi and DeepSeek Harness ecosystems: one Pi Host ABI runs unmodified Pi extensions as native DSH plugins.
wenliang9527/dsh-workspace — Workspace plugin for DeepSeek Harness.
biedongbin/dsh-claude-compat — DSH plugin that bridges Claude Code's
.claude/directory (skills, commands, rules) into DeepSeek Harness natively.revive/dsh-git-credentials — Keeps GitLab and GitHub API tokens out of the model context — encrypted at rest (AES-256-GCM), tools on demand, web settings panel.
SnowAmberX/dsh-role-router — Role-based model routing plugin for DeepSeek Harness: planner/subagent roles plus a settings card and composer summary.
omdsh-dev/dsh-coding — DeepSeek Harness coding plugin (no description provided upstream).
byhongyu/oh-my-dsh — Curated Coding, Research, and Investing agent setups for DeepSeek Harness.
Bernardxu123/dsh-plugins — DeepSeek Harness (dsh) plugin bundle: dsh-sensenova-image for image generation plus dsh-vision for image understanding, install by cloning.
boxiaolanya2008/dsh-plugin — A DeepSeek Harness plugin tool.
cnzgray/dsh-plugins — A DeepSeek Harness plugin collection.
linqunxun/dsh-plugins — DeepSeek Harness (DSH) client UI plugins collection.
MaimoryLab/dib — DSH-in-Box: a DSH runtime and plugin packager.
NIyueeE/dsh-container — DeepSeek Harness (dsh) container image: universal dev-container base, dsh auto-update on boot, compose + Quadlet examples.
Saktawdi/ha-orchestrator — DSH dynamic Cordis plugin: model high-availability failover plus subagent orchestration for DeepSeek Harness.
wefio/dsh-plugin-audit — A DSH plugin audit tool.
Whning0513/deepseek-protocol-doctor — Offline DeepSeek protocol diagnostics and an installable DSH plugin for tool loops, reasoning_content, strict schemas, and SSE.
woshi-Tom/dsh-status-plugin — DSH status plugin for conveniently checking host machine runtime status, easing troubleshooting during failures.
wxxb789/dsh-legion — Configurable multi-model subagent profiles for DeepSeek Harness.
ZhengQingJing/dsh-session-tree — Git-like immutable session branching for DeepSeek Harness.
devmom/dsh-trajectory-debug — A DeepSeek Harness trajectory-debugging plugin.
mafeis/dsh-net-proxy — A network proxy plugin for DeepSeek Harness.
PandaColour/dsh-cmd-starter — Provides a command-line launcher for deepseek-harness, adding Claude-style flags like
--append-promptand--resume.jiangrz77/DSHLauncher — A launcher for DeepSeek Harness.
AndPuQing/dsh-pi — A DeepSeek Harness plugin (dsh-pi).
gyyxs88/dsh-subagent-codex — A DeepSeek Harness plugin bridging Codex as a subagent.
bujue600-arch/dsh-testgen — Automated unit-test generation for DeepSeek Harness: a
/testgencommand plus agenerate_toolstool that scaffold, run, and fix unit tests until they pass.yoke233/dsh-prime-agent — Prime Agent-inspired persistent RLM control plane for DeepSeek Harness Code Mode.
4060415/Deepseek-harness-routing-layer- — Smart model auto-routing plugin for DeepSeek Harness: automatically selects the best-fit model for each task.
1na-ko/dsh-hdc-bridge — DSH-native HarmonyOS dev assistant: hdc device debug loop, bundled offline official knowledge (Tier-1), and a DevEco CLI build channel.
StyxNether/dsh-auto-approval — Trusted Auto: a middle permission tier between workspace-write and danger-full-access, auto-approving harmless commands and trusted-area targets.
phelpsyacht/dshmath-manim — Manim math-animation plugin for DeepSeek Harness.
saurtone/dsh-tool-somark — SoMark document parser tool (
somark_parse) plugin for DeepSeek Harness.niuniu-869/dsh-plugin-cas-kb — DeepSeek Harness bundle: article-level Chinese accounting standards (CAS/ASSE) and tax-law lookup, plus a skill that keeps citations anchored to source articles.
LeslieWylie/dsh-ops-kit — A reusable DeepSeek Harness bundle for evidence-driven memory, orchestration, benchmark operations, and plugin release workflows.
Mars-Sea/dsh-commandcode-provider — Unofficial DeepSeek Harness LLM provider plugin for Command Code: live model catalog, reasoning-effort support, Models-page card. Ported from pi-commandcode-provider (MIT).
nickhelion/dsh-qwen-token-plan-cn-responses — Qwen Token Plan CN Personal Responses API provider with official model/tool catalog sync, server-side built-in tools, DSH local functions, and image input.
040822/dsh-gzip — Enables gzip for
/apiresponses, fixing history-loading timeouts (30s) on slow links.LyleMi/dsh-codex-app-server — OpenAI Codex App Server agent provider for DeepSeek Harness.
SeverusZh/dsh-plugin-subagent-director — Subagent Director: per-subagent LLM provider/model selection with role templates for DeepSeek Harness.
TGYD-helige/dsh-pi — Runs trusted Pi extensions inside DeepSeek Harness through a compatibility host.
FengHuoLinShan/dsh-plugin-llm-balance — Floating API balance ball plugin for DeepSeek Harness.
Niuniu-Sir/dsh-data-ledger — Unified local data ledger for DeepSeek Harness: source/location/content summary for conversations, billing, skills, memory, and logs, with trash cleanup and browser-storage cleanup.
omdsh-dev/dsh-llm-fallbacks — Role-based LLM retry and fallback strategy plugin.
enoughpower/dsh-desktop-mac — Lightweight macOS build of DeepSeek Harness Desktop.
Bryan-cmf/dsh-infra-observability — Structural observability layer: real tool/skill usage recording (tools/result), skill-catalog audit, and a watchdog — no model self-reporting.
Gu-ZT/dsh-auxiliary — Auxiliary models for DeepSeek Harness: vision understanding and context compression through dedicated model routes.
BiBoyang/dsh-eval-harness — Regression eval harness for DeepSeek Harness plugins: YAML test-case-driven real-agent evaluation, baseline comparison, PASS/WARN/FAIL gating.
S2P2/dsh-lab — DeepSeek Harness (DSH) plugin lab: workflow extensions, grilling UI experiments, quota widgets, and other things skills alone can't do. pnpm monorepo, one package per plugin.
xiaohj233/dsh-keepalive — Opt-in detached watchdog for the DSH Web process with snapshot-checked repair and explicit patch restoration.
Zhuchen00123/dsh-wsl-modes — WSL modes for DSH on Windows: WSL Linux bash + bubblewrap sandbox with two ready-to-use agent presets.
sjh9714/dsh-win32 — Real Minimal mode on Windows: the missing win32 process inspector (persistent Git Bash shell), Ctrl-C interrupt injection, and an install-trap doctor.
strukto-ai/mirage#dsh — Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read/write/exec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.
ArmyWas/dsh-plugin-reducer — Finds a 1-minimal DeepSeek Harness plugin set that reproduces a profile failure.
BYYY-eng/deepseek-harness-file-upload-ocr-plugin — File upload and local OCR plugin for PDF, Word, Excel, PowerPoint, images, and text files.
Js2Hou/dsh-mcp-manager — Visual MCP management plugin for DeepSeek Harness: view installed/enabled MCP servers under Settings → MCP, add/remove, enable/disable, and see live connection status.
LouisHaoL/dsh-timer-agent — Host-resident scheduled-jobs × AI-agent engine (hermes-agent cron inspired): a 60s ticker fires real agent sessions via cron, with pinned-session / project-workdir / default-workspace targeting, a
timer_agentmodel tool, and a web board.lujianjun19/dsh-llm-github-copilot — GitHub Copilot LLM provider plugin for DeepSeek Harness.
memorax-ai/dsh-harmony — A library for patching, replacing, and decorating DSH plugins at runtime.
nefevcore/dsh-adt — ABAP Development Tools (ADT) plugin for DeepSeek Harness.
shizhonggang/dsh-harmonyos — DeepSeek Harness OpenHarmony adaptation suite: install/upgrade scripts, idempotent patches, launchers, and platform docs for HarmonyOS PCs.
ZeroMadLife/boss-watch-agent — Approval-gated local job-search agent and DeepSeek Harness plugin with SQLite tracking, bounded browser observation, and Feishu projection.
Blank-not-black/dsh-remote-plugin — Standalone DSH Remote plugin package: native DSH sidebar entry + right-side drawer management page, with a bundled gateway that starts/stops alongside DSH.
codeh007/mtmdsh — Portable DeepSeek Harness plugins for mtm.
CREAIT-nl/dsh-plugins — Plugins for DeepSeek Harness: deep research as an agent preset, per-model generation limits, Claude Code hook compatibility, and web fetch/search tools.
DaoCaoRenH/dsh-openai-responses-bridge — DeepSeek Harness plugin for third-party OpenAI Responses and native Gemini APIs, with custom providers, model discovery, and hosted web search.
Gaines-cz/dsh-a-share-screener — A-share stock screening plugin for DeepSeek Harness (dsh): pluggable strategies, Tushare token via credentials ref, free Eastmoney/Tencent fallback.
kk3ya03-star/dsh-lcx-codex — DSH web search and native Responses V2 compaction for Sub2API or NewAPI GPT routes.
MichengAI/dsh-automation — DSH Automation: scheduled-task and automation plugin for DeepSeek Harness.
robbot-labs/robbot — Personal AI Platform powered by DeepSeek Harness.
runzhliu/deepseek-harness-docker — Community Docker and Kubernetes packaging for DeepSeek Harness (@deepseek-ai/dsh), with a hardened image, Compose stack, Helm chart, Web UI, and headless CLI.
spirits001/dsh-tokensforce — DeepSeek Harness (dsh) plugin — tokensforce gateway integration: one-login onboarding, provider groups, and a usage dashboard tab.
TurnX-alt/actdsh — DeepSeek Harness (dsh) desktop edition: Windows/macOS ready-to-run installers, no Node environment needed, daily auto-sync with upstream dsh-v* releases.
yuanc1204/dsh-ollama-tool-call-id-fix — Client-side fix for DeepSeek Harness conversation history when Ollama reuses tool-call IDs.
zhuzhujunandy/dsh-model-router — Tiered model routing plugin for DeepSeek Harness (DSH): route delegated work to fast/medium/heavy model tiers with DoD verification, cross-provider fallback, background delegation, and per-conversation budget modes.
zoahdev/dsh-readme-forge — Generates README.md for DeepSeek Harness (dsh) plugin repositories from package.json + cordis.patch.yml + source layout — deterministic, zero runtime deps, read-only by default; CLI + agent-callable
readme_forgetool.cinob/dsh-plugin-custom-provider-enhancer — Custom-provider enhancer: when configuring third-party providers, auto-fills context size, token limits, vision/multimodal input and thinking-strength tiers from an authoritative model library.
dsh-plugins/dsh-auxiliary — Auxiliary models for DeepSeek Harness: vision understanding and context compression through dedicated model routes.
wqy8593521/dsh-model-pro — Model Pro — settings-page UI for managing llm-pi-ai providers: create/delete/edit baseURL·api·apiKeyEnv·custom headers, enable/disable, and batch pull remote models with select-all/invert.
edynasty/dsh-opencode-go-provider — OpenCode Go provider plugin for DSH.
RoyougiShiki/dsh-restart-systemd — One-click dsh-web restart button (systemd) in the sidebar: WSL/Linux systemd channel + Windows branch,
/restartcommand, sessions auto-resume.Sureo0/deepseek-harness-launcher — Zero-dependency Windows launcher for DeepSeek Harness — no Node.js / Git / pnpm needed; virtual-environment isolation, uninstall by deletion.
zeronesun/dsh-web-manager — Lightweight shell script managing the full DSH Web service lifecycle (start, stop, restart, status check).
ZhenHuangLab/dsh-sync — Policy-driven DeepSeek Harness config sync: sidecar Git under
$DSH_HOME, namespace-projected settings, secret scan, journaled apply,/synccommand, plus a Web settings panel.alex04130/dsh-forge — Runtime extension suite for DeepSeek Harness: forge, install, route and orchestrate plugins the Forge way (Minecraft-style), no monkey-patching.
daifuyang/dsh-plugin — Community plugin bundles for dsh (DeepSeek Harness) — login, metrics, and other Cordis bundles.
loongsuite/pilot-dsh — DeepSeek Harness (dsh) plugin for LoongSuite Pilot: records session, LLM, and tool events to local JSONL for OpenTelemetry GenAI traces.
QvShui/dsh-llm-qwen — Qwen (DashScope) LLM provider adapter plugin for DeepSeek Harness.
tianxia--/dsh-llm-local-token — LLM provider plugin that reuses local Codex CLI and Claude Code OAuth tokens instead of separate API keys.
wss534857356/dsh-plugin-codex — Codex App Server model provider for DeepSeek Harness, using your local Codex login.
beijingwahw/dsh-companion-dev — DeepSeek Companion developer edition — full feature set of the official companion plugin: nine modules A–J (conversation export / handoff summaries / cost optimization / global search + execution-trajectory analysis, prompt-engineering workbench, multi-model arena, task orchestration, security audit), Cordis plugin architecture.
beijingwahw/dsh-companion-enterprise — DeepSeek Companion Enterprise — enterprise-grade companion plugin: security audit & DLP, team collaboration & knowledge management, task orchestration with resume, multi-model arena, execution-trajectory analysis, prompt-engineering workbench.
muvuula/DeepSeek-Harness-Core — DeepSeek Harness Core (DHC) — AI personality-core evolution plugin.
peiyuwang54/deepseek-harness-cli — DeepSeek Harness CLI (unofficial): an open-source coding agent powered by DeepSeek that runs locally in your terminal.
alib8b8/aflare — Local-first automation agent: keep data on-device, connect your own LLM / databases / knowledge bases, ReAct reasoning, 300+ skill templates, deterministic workflow execution (DAG/WAL/Saga/idempotent), MCP protocol, offline/LAN-ready.
fire-disposal/dsh-mojibake-interceptor — Mojibake interceptor bundle: feature-based garbled-text detection, review-then-release, and pwsh encoding audit.
fuilyha56-wq/dsh-for-mofox-ada — DeepSeek Harness integration plugin for Neo-MoFox.
yhlooo/dsh-bridges — Bridges DSH into projects already configured for other Harness agents (CodeBuddy / Codex / OpenCode / Claude Code / ...).
kamanager2012/dsh-community — DSH Community Edition: terminal/desktop distribution layer on the official @deepseek-ai/dsh. Independent repo, not the official client.
SparkElf/deepseek-harness-plus — DeepSeek Harness Plus: timely fixes for upstream bugs, early features, practical extensions, and curated presets.
WSL043/DSH-Portable — Carry DeepSeek Harness, sessions, settings, plugins, and workspace between Windows and macOS.
cradler-ai/harness — DeepSeek Harness (dsh), preconfigured for Cradler Router — one command, one key, runs on your own machine.
Miyazawai/dsh-whale — DSH all-in-one pack: a DeepSeek Harness distribution shell built on Oh-DSH — 17 core components out of the box, webui/gui/tui in one package, model↔preset linkage, everything is a plugin.
Ritard563/dsh-opencode — Local reverse proxy so Opencode's free models work inside DeepSeek Harness.
loongsuite/dsh-plugin — OpenTelemetry tracing for DeepSeek Harness (dsh): turns each agent turn into a GenAI span tree — steps, LLM calls with TTFT, tool executions, token usage — exported over standard OTLP to Jaeger, Grafana Tempo, SigNoz, Langfuse, or any compatible backend.
QiE2035/dsh-llm-headers — Custom LLM request-headers plugin for DeepSeek Harness (no description provided upstream).
lhf6623/dsh-proxy-config — Proxy config plugin: injects HTTP/SOCKS proxy into process.env so plugin installs (pnpm/git) use it.
moonquake2004/dsh-doctor — DSH diagnostics/repair plugin (no description provided upstream).
xu-kai-quan/dsh-tool-diagnose — DSH tool-diagnostics plugin (no description provided upstream).
heidi-dang/flowdeck-dsh — Native DeepSeek Harness integration, Cordis bundle, runtime broker, and execution host for FlowDeck.
KeKe0904/deepseek-harness-rainyun — DeepSeek Harness (dsh) Web UI one-click deployment image: Docker + RainYun cloud-app (RCA) template with listing docs.
kevin090820/dsh-wsl-bash — WSL bash integration for DeepSeek Harness (no description provided upstream).
royenheart/dsh-plugin-opencode-omo — DeepSeek Harness opencode + omo (oh-my-openagent) preset.
sqs404/dsh-portable — Installer-free portable DeepSeek Harness (Windows): official npm package + bundled Node.js, double-click .exe, runs standalone on any 64-bit Windows machine after copying.
tsrigo/dsh-from-scratch — A runnable TypeScript tutorial that builds a minimal DeepSeek-style agent harness from scratch.
wormggmm/dsh-booster — A launcher for DeepSeek Harness.
ai-thinkshare/dsh-workbench — DSH workbench plugin (no description provided upstream).
beijingwahw/dsh-proactive — DSH Proactive — proactive scheduling plugin: autonomous heartbeat + dual scientist/theorist minds (Bayesian experiment design and law induction) + energy symbiosis economy + curiosity exploration + safety governance, Raft consensus and hot updates.
Dingpenghui-good/dsh-conversation-language — DSH plugin for switching conversation language between Chinese and English.
ipromise2021/dsh-omc-tui — Keyboard-first terminal TUI profile for DeepSeek Harness.
javen-yan/deepseek-harness-fnos — Native full FPK package for DeepSeek Harness on fnOS.
karoc/dsh-model-reasoning — DSH model-reasoning plugin (no description provided upstream).
mario03690/dsh-allrouter — DSH all-router plugin (no description provided upstream).
MichengAI/dsh-agency-agents — DSH agency agents — cross-industry agents built on DeepSeek Harness.
mytianyi0712/dsh-tui-plugin-OhMyPi — A terminal-styling plugin for dsh, inspired by Oh My Pi.
noname-iii/dsh-code-checker — A plugin for DeepSeek Harness that checks for errors after the AI finishes writing code.
Onenightcarnival/deepseek-harness-desktop — Desktop installer packages for DeepSeek Harness (dsh): Windows exe and macOS dmg — an Electron shell and CI config that installs the published npm
@deepseek-ai/dshpackage at build time.sdkwork-ai/sdkwork-birdcoder2 — SDKWork BirdCoder2: a fork of deepseek-harness-desktop, kept in sync with upstream via the upstream git remote.
Sovea/deepseek-harness-docker — A minimal Docker deployment for DeepSeek Harness.
supengpeng/dsh-plugin-quarantine — Crash isolation and safe-boot supervisor for DeepSeek Harness plugins.
Taler97/dsh-rollback — File-mutation rollback plugin for DeepSeek Harness.
TT-Wang/dsh-assembler — DSH assembler plugin (no description provided upstream).
V1ki/dsh-plugin-subscriptions — Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers — OAuth login in the web UI, no API keys.
white-sand-grand/dsh-plugin-doctor — DSH plugin-doctor diagnostics plugin (no description provided upstream).
xjwwjx/dsh-sonic — Sound notification plugin for DeepSeek Harness Web: plays a chime when user confirmation is needed and a success sound when tasks complete.
YiGeSama/dsh-preset-run —
preset_runtool that runs one-shot tasks under any agent preset (router-spec/router-standard/minimal) headlessly; install withdsh plugin add.ZZKeepCurious/mini-deepseek-harness-python — Educational re-implementation of DeepSeek Harness in pure Python stdlib — event sourcing, plugin bus, agent loop. For learning only.
42ch-dev/dsh-rust-sdk — Rust SDK for DeepSeek Harness (DSH).
dickpy/dsh-cloud-sync — Portable DeepSeek Harness profile and local-plugin source synchronization via WebDAV.
loudMore/dsh-launcher — DeepSeek Harness (dsh) beginner-friendly launcher & manager: one-click install/update/maintain plugins & environment, environment detection.
chen7712369/dsh-web-launcher — Browser-based quick launcher for DeepSeek Harness, sparing you from opening a terminal and typing commands by hand every time.
rouyiemei/dsh-smart-router — Automatic model routing for DeepSeek Harness: three difficulty tiers (hard/normal/easy) plus vision routing, picking models you already configured under Settings → Models.
Yuki-takuya-kun/dsh-claude-code — Run Claude Code harness as the DeepSeek Harness main loop, streaming live trajectory into the DSH web UI.
zynieie/dsh-lan-plugin — Independent dsh plugins for things upstream can't (yet) accept as PRs. Starts with
@zynieie/dsh-lan-fix: let dsh web load onhttp://<lan-ip>:3080(insecure context) without the WebSocket abort storm.2672243194/dsh-fetch-data — DeepSeek Harness plugin for fetching remote data (no description provided upstream).
ARFCON/DSH_Automatic-update-plugin — Personal auto-update plugin for DeepSeek Harness.
atesahmet0/dh-workspace — DeepSeek Harness Workspace.
CH4ACKO3/dsh-webui-studio — Harmony WebUI Studio for isolated DSH plugin development.
Fantasia-Infinity/dsh-agent-society-combo — DeepSeek Harness plugin combo for agent-society style multi-agent setups (no description provided upstream).
HeWhenJay/dsh-provider-hub — Native DSH provider hub with official account OAuth, API channels, model discovery, failover, and logs.
ipromise2021/dsh-tui-demo — Keyboard-first terminal TUI profile for DeepSeek Harness.
KeLearns/dsh-build-diff — Agent-loop change review for the DeepSeek Harness web GUI.
kirkchinese/claude2dsh — Claude Code to DeepSeek Harness migration/bridge plugin (no description provided upstream).
lance-kanglu/dsh-ssh-bridge — Local SSH bridge plugin for DeepSeek Harness (DSH) — password via browser page, agent exec via localhost API, OpenWrt router management.
loeanxi/dsh-cursor-acp — Delegate standalone tasks to the local Cursor CLI over ACP.
morphlinglan/dsh-llm-fallback — DeepSeek Harness plugin: provider/model fallback chain for the agent loop.
OpenTritium/dsh-codex-shim — Codex shim plugin for DeepSeek Harness (no description provided upstream).
orangeofcarl0-sys/dsh-large-proj-perf — DSH large-session performance plugin: zero-copy fork + projection warmup + chunked materialize.
sgsjsgzy-commits/dsh-subagent-rules — Subagent model/thinking-effort policy plugin: locks
subagent_flashmodel routing, defaults thinking effort to max (per-session customizable), auto-injects dispatch rules into every conversation; zero-dependency host-plane plugin.zhan-tz/dsh-plugin-runbook — DSH plugin: a Jupyter-style living runbook — replayable-turn dataflow DAG with git-commit provenance nodes, sub-agent handoff edges, a persistent ledger, hover re-run, and LLM explanations.
zhangjunjesse/dsh-claude-code — Claude Code integration plugin for DeepSeek Harness (no description provided upstream).
zjcdkj/dsh-plugins — DeepSeek Harness (DSH) plugins: qwen-image gives a text-only coding model eyes via a Qwen-VL route through
ctx.llm, returning text so DeepSeek keeps coding while Qwen looks. Pure ESM, no build permission at install.A-G-guy/dsh-plugins — agguy's DSH Plugins — DeepSeek Harness custom-plugin monorepo: mobile narrow-screen adaptation, task-completion email notifications, independent subagent models, custom LLM routing, and more.
ChangedenCZD/dsh-minimal-turbo — DeepSeek Harness minimal-mode Windows adaptation for enjoying the full DeepSeek-V4 series models.
gfds2005/dsh-timed-goal — DSH (DeepSeek Harness) Web plugin: configure a one-time (or daily-repeating) task in any conversation — an absolute time plus a prompt to execute. At the scheduled time, the plugin pins the conversation to full access (danger-full-access) and creates an armed goal so the preset prompt runs automatically via /goal semantics.
GMH13552/dsh-timer-scheduler — A simple dsh timed-task plugin: supports scheduled task lists with UI display, useful for long-running tasks.
GraySilver/dsh-task-modes — Gives every agent-collaboration turn an explicit way of working. Independent DeepSeek Harness Web plugin with composable Execute/Plan, Standard/First-principles, and Off/Adversarial/Acceptance review controls.
jiefing/HDSL — HDSL — manage DeepSeek Harness instances like a Minecraft launcher.
Letter2025/dsh-model-failover — Two-level model circuit breaker with failover for DeepSeek Harness: trip a model or a whole provider after repeated request failures and route the next request to a configured fallback.
peterliucius/dsh-prompt-optimize — Prompt-optimization plugin for DeepSeek Harness (no description provided upstream).
RossBool/dsh-plugins — DeepSeek Harness (DSH) plugin collection: collaboration orchestration, cross-session, team mode, plan engine, topic timeline, voice, MCP management, prompt enhancement.
1710782766/dsh-llm-vision — Reliable vision + OCR for text-only models on DeepSeek Harness:
describe_image(normal/critical) +extract_texttools, auto-preprocessing, retries, and a persistent answer cache.AbdullahElTiby/dsh-vision-bridge — Vision bridge for text-only models (DeepSeek, pi-ai routes): Gemini Flash describes attached images at the llm stream seam and provides a
describe_imagetool.welsione/dsh-mmx-bridge — MiniMax multimodal capability hub for DeepSeek Harness (DSH): image understanding (VLM), text/image-to-video, speech, music, audio cover, web search, quota — one
mmx_multimodalmodel tool wrapping the mmx-cli.xinyuehtx/dsh-plugin-hooks-ordering — Deterministic hooks-listener ordering for DeepSeek Harness's waterfall and serial execution.
abhishekgahlot2/pi-dsh — Pi coding-agent harness with durable sessions, causal history, reversible components, and approval-gated host self-extension, bridged into DeepSeek Harness.
Acidmoon/DIzzy-DSH — Personal DSH plugin collection.
A-G-guy/dsh-plus — DSH+ — a DeepSeek Harness custom-plugin monorepo: mobile narrow-screen adaptation, task-completion email notifications, per-subagent independent models, custom LLM routing, and more.
arcships/dsh-llm-aimux — DeepSeek Harness (dsh) LLM adapter backed by aimux — one Rust engine, 325+ providers as dsh model routes.
hytime/dsh-thinking-effort — Adjusts model thinking/reasoning effort for DeepSeek Harness.
rand0wn/dsh-minimal-anchor — DeepSeek Harness (dsh) plugin: prune the tool schema and inject a structural preamble on a session's first turn only.
SwainGao/dsh-plugin-ai-bridge — AI-bridge plugin for DeepSeek Harness with a code-review focus.
xiajiajun516/dsh-config-manager — Backup / export / import / migrate your DeepSeek Harness (DSH) configuration - a dual-face Cordis plugin (host engine + Web UI). One-click restore on any machine.
esengine/DeepSeek-Reasonix — DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.
firedrakeovo/dsh-fix-dsv4p0813-overfit — DSH agent preset: standard tool set plus a minimal first-turn system prompt to fix dsv4p0813 overfitting.
haveanote06/dsh-llm-kimi — Kimi (Moonshot AI) LLM adapter plugin for DeepSeek Harness — three routes: kimi-code (Kimi Code subscription), kimi-cn, kimi-global. Streaming, thinking mode, tool calling, image input, plus a built-in Kimi settings page.
hgy043/dsh-serial — DSH plugin: embedded serial debugging tools (scan/send/monitor/log) for COM/UART work, driven by pyserial scripts.
jasen215/dsh-continual-harness — DeepSeek Harness plugin for continual self-evolution: persistent memory, periodic review-and-refine, cross-session shared knowledge, and automatic rollback — a plan→validate→apply→rollback loop driven by a model-callable harness_refine tool.
Jiyr0119/dsh-service-console — Local development service console for DeepSeek Harness: discovers listening ports, shows service ownership, and safely inspects/stops/restarts services.
pythonshiyi/dsh-compact-standard — DeepSeek Harness agent preset: full Standard tools plus an extreme compact-output expert prompt.
dshbox/cordis-rs — Runtime-agnostic Rust port of Cordis, the plugin framework at the core of DeepSeek Harness — scoped dependency injection, lifecycle-owned effects, events, structured logging. Zero dependencies.
kazecreator/dsh-settings-pro — DeepSeek Harness (dsh) settings-enhancement plugin.
agents-universe/agents-universe — Agent framework so agents can learn and work like humans do; tagged as DeepSeek Harness ecosystem.
alibaba/loongsuite-pilot — Local-first telemetry collector for AI coding agents — unified OpenTelemetry events for Claude Code, Codex, Cursor, DeepSeek Harness and more. Token usage, cost, traces and security audit, exported anywhere.
alxshelepenok/grove — A formal workflow protocol that keeps AI coding agents (incl. DeepSeek Harness) on track through machine-enforced invariants, verified evidence, and structured context.
534119219/dsh-custom-provider-reasoning — dsh plugin giving every custom-provider model (hand-rolled pi-ai routing) selectable reasoning effort, wired through the stock pi-ai adapter so requests still reach the original vendor route.
Antony-Jia/deepseek-harness-desktop — Thin Windows/Tauri shell around the
@deepseek-ai/dshnpm runtime: manages the runtime process and desktop experience without vendoring or rebuilding upstream DSH code.beijingwahw/dsh-nuke-plugin — Industrial-grade Nuke cleanup engine for DeepSeek Harness — transactional rollback, crash self-recovery, audit chain, hardlink dedup, trend prediction.
c-ling/dsh-plugin-newsboard — AI/tech newsboard for DSH Web: RSS/JSON-driven draggable floating panel with bilingual translation, keyword filtering, and a settings page.
CrombastiC/dsh-macos-notify — macOS native notification plugin for DeepSeek Harness.
GraySilver/dsh-evolve-modes — DeepSeek Harness Web plugin with composable task controls and isolated, human-reviewed self-evolution.
GuoMonth/dsh-isolated-runtime — Kubernetes-native isolated runtime for DeepSeek Harness (DSH): one tenant, one Pod, with strong isolation, resumable sessions, and pluggable runtime images.
hairyf/deepseek-harness-desktop — DeepSeek Harness Tauri desktop edition — 5MB installer, zero environment setup, Windows/macOS/Linux.
lkdx0220/Genshin-odette-skin-dsh — Genshin Impact Odette skin/theme plugin for DeepSeek Harness.
llyyhh0487/desk-harness — DESK HARNESS — a Windows desktop shell for DeepSeek Harness: auto-deploys and launches the local dsh service, tray residency, a docked terminal panel, and a dsh-plugin plugin store, ready out of the box.
magian1127/deepseek-harness-zh_pro — Chinese enhancement plugin for DeepSeek Harness (DSH).
nightBrise/Oh-My-DSH — A comprehensive plugin bundle designed for DeepSeek Harness.
TinyPanda168/SpecsRelay-DSH — DeepSeek conversation capture and requirement relay for DSH Desktop.
Townrain/dsh-fetch-models-unselect-all — Deselect-all button for the DSH Settings > Models 'fetch available models' dialog (client-only plugin).
ZTCNO0NE/dsh-loom — Loom (织机) — external coach / second verifier for DeepSeek Harness: silently evolves your agent's tools, skills, config and model, with deterministic verification and cold-apply.
chunsi-w/dsh-trajectory-governor — Closed-loop trajectory policy plane for DeepSeek Harness.
CypherNaught-0x/dsh-subagent-dynamic-model — DeepSeek Harness plugin that allows automatic delegation of subtasks to different models based on user preferences.
kanchengw/dsh-mindseye — Plug-in vision for text-only models on DSH, with native multimodal interaction, layered memory cache, and intent router.
litefuse/dsh-litefuse-plugin — DeepSeek Harness Litefuse Plugin for Agent Observability and Evals.
monotykamary/dsh-fabric — Fabric-style deterministic compaction, checked code execution, durable coordination, and live topology for DeepSeek Harness.
PerryLink/dsh-click — Cross-platform native desktop control for DeepSeek Harness (Windows first): screen_shot, screen_read, click/type/scroll/key, app_list/app_launch - approval-gated, never stealing foreground focus.
PerryLink/dsh-fast — Read-only performance diagnostics for DeepSeek Harness: session load (open/restore) timing, spill-hit counts, compaction count and trigger, context-injection volume (AGENTS.md/skills/tool-schema token share), and LLM cache hit rate surfaced via the /fast command and the fast_report tool, persisted as reconstructable.
PerryLink/dsh-local-ai — Local-model (Ollama) integration for DeepSeek Harness: discover, pull, remove, and inspect local models, route requests to them by task type or keyword with automatic fallback to the cloud, and get a one-shot status overview via /ollama.
PerryLink/dsh-observe — OpenTelemetry and Langfuse observability exporter for DeepSeek Harness: turn/step/tool/LLM spans, token and cost metrics, sanitized prompt/completion capture, async batching, bounded offline buffering, retry with backoff.
PerryLink/dsh-score — Multi-dimensional quality scoring for DeepSeek Harness plugins: scores one repo or npm package across install success (consuming dsh-test-drive results), maintenance activity, documentation completeness, security scan, and protocol compliance — every conclusion backed by real CLI evidence with audit timestamps.
PerryLink/dsh-test-drive — Isolated install-and-smoke test drives for DeepSeek Harness plugins: installs a repo or npm package into a throwaway DSH_HOME profile, verifies the bundle patch layer and boot logs, records a structured pass/fail result matrix (JSON/Markdown) for scoring pipelines, and quarantines every temp directory it owns.
PerryLink/dsh-translate — Vendor parameter translation and deterministic JSON repair for DeepSeek Harness: /translate maps temperature/top_p/max_tokens/stop/system across 11 vendors, and the post-execute repair layer (plus fix_json) fixes broken JSON tool output without ever fabricating data.
Poepon/dsh-image-generation-responses — DeepSeek Harness image-generation provider plugin (responses API).
TuringCorp-net/dsh-boot-restore — DSH plugin: auto-resume the last active (duty) session after service restart, so scheduled tasks run unattended.
Zhuchen00123/dsh-compaction-cacheaware — Reasonix-style cache-aware compaction backend for DeepSeek Harness (DSH). Modular compact plugin with auto-sync from esengine/DeepSeek-Reasonix.
clarknu/dsh-gateway — Self-contained HTTPS remote-access gateway for the DeepSeek Harness web surface — the Caddy layer as a dsh plugin.
iceleaf916/dsh-launcher — dsh (DeepSeek Harness) system-tray manager: launchd-managed dsh web daemon, menu-bar restart/stop/start controls,
--patchzero-intrusion control-panel plugin mount.secretxuan/dsh-computer-use-win — Windows computer-use plugin for DeepSeek Harness.
thirsty5034/dsh-ssh-tunnel — DSH community plugin: multi-host SSH tunnel + SSHManager (better-sidebar).
dsh-io/dsh-arm64 — Official DeepSeek Harness (dsh) deployment package for Linux aarch64 — prebuilt node-pty, GitHub Releases artifacts.
EIGHTfs/dsh-test-env-entry — DSH test-environment entry plugin: status panel + one-click prod⇄test switching + start/stop control (multiple test instances can coexist).
NOirBRight/dsh-llm-ollama — Native Ollama Cloud provider and Web configuration plugin for DeepSeek Harness.
SpookySandwich/deepseek-harness-windows — DeepSeek Harness for Windows.
VitaTsui/deepseek-harness-suite — DeepSeek Harness with a desktop application, a plugin marketplace, and a terminal UI. Everything is a Plugin.
civaapple-alt/mini-dsh — Educational & minimalist DeepSeek Harness (DSH) architecture implementation powered by the Cordis microkernel.
sealfly/dsh-reasonix-desktop — Reasonix desktop app for DeepSeek Harness (dsh): an Electron-based AI-agent desktop client.
liulin0x3c/dsh-minimal-anchored-rc6 — Unofficial DeepSeek Harness agent preset: Minimal-mode first-round anchor, auto-unlocking the full coding catalog. rc.6/Linux, verified with deepseek-v4-pro. Derived from xiaobright/dsh-anchored-standard & KDB-Wind/dsh-minimal-anchored (MIT).
Starfie1d1272/dsh-v4-anchor — Minimal first-turn RL anchor for DeepSeek V4 on DeepSeek Harness Standard.
Tiee7/EzDSH — Easy way to DeepSeek Harness.
flg1217/dsh-llm-agy — AGY (Antigravity CLI) integration for DeepSeek Harness: LLM adapter subagents, deep web search, connectivity diagnostics panel.
Gumiho12345/dsh-plugin-net-access — Adds a Net Access mode to DeepSeek Harness (dsh):
curl.execan access HTTPS inside the Windows sandbox again, with file-write protection unchanged.HenryZ838978/deepseek-harness — Python-side witness stack for the official DeepSeek Harness (Node): five
dsh doctor --nodeprobes each report something the Node runtime will not.KhalilYamber/dsh-envoy — Hana plugin: outsource coding tasks to a local DeepSeek Harness, sync approvals back into Hana's decision flow, and return results as native cards.
kolawong/dsh-plugin-j-space — J-Space Cognition Suite V3.6 — inference-time cognitive control and deep-reasoning plugin for DeepSeek Harness (DSH).
MrLukezy/dsh-cloud-gateway — Login wall and public gateway plugin for DeepSeek Harness cloud deploys.
qmy777/cordis-host-runner-inspect-upsert — DeepSeek Harness compatibility patch: idempotent Host Cordis inspect registration (fixes custom-mode switch failures / inability to operate sessions).
seanwhy/dsh-restart-confirm — DSH plugin: sidebar one-click restart of the dsh web process (WebUI + backend) with mandatory double confirmation, auto-relaunch, cross-platform.
techysy/deepseek-harness-fnos — DeepSeek Harness (DeepSeek's official agent browser UI) fnOS app — a locally resident service.
TencentCloud/tencentcloud-agentobs-sdk-dsh — Observability plugin for DeepSeek Harness (DSH) that reports GenAI trace data straight to Tencent Cloud Log Service (CLS): observes native session/agent-loop/LLM-stream/tool lifecycles, maps them to Tencent Cloud's 5-layer AI Agent observability span model (entry → agent → step → chat → tool), and ships via
tencentcloud-cls-sdk-jswith no extra OTLP collector or sidecar.wloops/dsh-git-worktree — Domi-grade git worktree isolation and delivery for DeepSeek Harness: permanent worktrees, ready-for-review / apply / finish / discard lifecycle, conflict handling, safe cleanup.
xiajingchun/dsh-nebulagraph-v5 — NebulaGraph v5 plugin for DeepSeek Harness.
xiaoliang2/dsh-compact-after-task — Configures dsh's auto-compaction threshold.
Zding89/dsh-model-presets — Save and switch model and reasoning-effort presets in DeepSeek Harness.
NeevCloudAI/dsh-neev-sandbox — Relocates the Harness execution world — file, Bash, PTY, and LSP operations — into an isolated gVisor NeevSandbox via
ctx.fsandctx.subprocess; installable bundle with onecordis.patch.yml, no Harness fork.bufeibufei/dsh-openai-codex — ChatGPT OAuth model provider plugin for DeepSeek Harness.
civaapple-alt/pi-dsh — AI Coding Agent matching 80%+ Pi capabilities on the Cordis microkernel & 100% official DeepSeek Harness (DSH) ecosystem, with a Web GUI.
LarryE135/WSL-for-DSH — Launch DSH inside WSL via port forwarding and browse the Web UI from outside Windows; ships the install flow and invocation standard as two skills.
tafcear/kimi-tide — Kimi Tide: a complete Kimi Code (Moonshot) integration for DeepSeek Harness — a standard DSH plugin, a maintained Kimi CLI bridge fork, and an agent-collaboration methodology.
staff-os/dsh-dify — Dify agent and knowledge-base capability plugin for DeepSeek Harness.
baihejiangnan/dsh-settings-organizer — Customizable hierarchical DSH settings navigation organizer.
ovo669/dsh-settings-sections — Sectioned settings-page management to keep a large plugin list organized.
tong-io/tongflow — TongFlow — a multimodal AIGC workflow engine (canvas + Python plugin engine) with a dsh-tongflow DeepSeek Harness studio plugin.
cnlangzi/nightme — Sleep tight, NightMe codes all night: a remote-pair developer-agent daemon that drives local AI coding agents (Claude Code, Codex, OpenCode, Pi, DSH) from chat, running multiple projects and agents in parallel from one instance.
cocode-agency/cocode — Cocode: a ready-to-run DeepSeek Harness distribution with a desktop GUI, terminal TUI, and shared Host supervisor for the harness runtime.
hezhongtang/dsh-update-copilot — Update copilot for DeepSeek Harness: tracks the dsh core, bundles, and every profile plugin (npm + git dual channel); changelog briefs for agent-assisted decisions; confirmed updates only.
jsdvjx/dshn — DeepSeek Harness Network — public forwarding for a local dsh web UI over *.ds.hn: a dsh plugin + self-hosted WSS relay behind Cloudflare, with optional end-to-end encryption.
lilming123/dsh-api — HTTP control-plane plugin for DeepSeek Harness (dsh) — exposes settings/language, workspace registry and host-companion bridge as /dsh-api/* JSON routes.
linziyanleo/dsh-custom-provider — Configure custom LLM providers in DeepSeek Harness.
okxlin/release-factory — 1Panel / Codex / DeepSeek Harness / Docker Compose / OpenCode release automation and packaging factory (upstream description limited to topic tags).
OpenSaozi/dsh-antigravity — Google Anti Gravity OAuth and Cloud Code Assist provider for DeepSeek Harness — Gemini 3.7, Claude 4.6, GPT-OSS.
OpenSaozi/dsh-bigmodel-catalog — Live Zhipu BigModel and GLM Coding Plan catalog plugin for DeepSeek Harness and pi-ai, including verified GLM-5.3.
OpenSaozi/dsh-xai-catalog — Live xAI and Grok model catalog plugin for DeepSeek Harness and pi-ai, including a verified Grok 4.6 descriptor.
anht3889/dsh-mcp-management — MCP server management plugin for DeepSeek Harness (dsh-plugin-bundle).
EIGHTfs/dsh-git-rescue — DSH git version-management plugin with automatic crash rescue (GitHub-token-only flow).
imdeniil/dsh-locale-ru — Russian (ru) locale plugin for DeepSeek Harness and DSH Desktop — Web UI, plugin store, 849 translated lines.
OneZero-Y/dsh-plugin-kit — Agent skills and a working template for building standalone DeepSeek Harness (DSH) plugins.
PlutoKeating/TaiChiOS — TaiChiOS — AI-Native OS of the future: a bootable Debian derivative powered by Cordis, DeepSeek Harness, and a reversible plugin system.
polaris-smart/dph-fleet — Turn your devices into a fleet — a dph plugin for decentralized multi-device collaboration: mDNS discovery, key pairing, SSH direct exec. Tools auto-register for dph agents.
Wanbinyu/dsh-provider-probe — Manual provider connectivity and latency checks for DeepSeek Harness.
WODE25500/dsh-lan-share — DSH LAN file share: share the workspace over the local network — phones/tablets/other computers browse, download and upload files via browser, no DSH login. Token gate, path boundary, read-only mode, rate limit. Zero-dependency (node:http).
yugasun/dsh-plugins — Personal plugin collection for DeepSeek Harness (dsh-plugin).
LiZhenNet/dsh-antigravity — Google Antigravity LLM provider plugin for DeepSeek Harness (DSH), with native Web OAuth, real-time quota tracking, and dynamic reasoning-effort routing.
userofthecomputer/dsh-openrouter-provider-badge — OpenRouter provider badge plugin for DeepSeek Harness (dsh-plugin).
Aa728848/dsh-chatgpt-subscription — DeepSeek Harness plugin for using a ChatGPT subscription as a model provider.
amlyczz/dsh-agy-link — Google Antigravity (agy CLI) models for DeepSeek Harness — streaming chat, thinking, tool activity, usage, and in-GUI Google OAuth login.
bloodtmai-cmyk/dsh-harness-enterprise — Unified enterprise-governance workbench entry point for DeepSeek Harness, aimed at internal-control deployments.
calwang414/my-dsh-plugins — Personal plugin collection for DeepSeek Harness (dsh-plugin).
EternityFOR/DeDge_DS_HS — Self-contained DeepSeek Harness coding agent for VS Code with a Windows-safe runtime and isolated Codex/Claude handoffs.
Mason-1011/dsh-task-center — Task lifecycle plugin suite for DeepSeek Harness: agents claim work across sessions, wake up on schedule, quota-aware; idle/imported chats auto-mined into board candidates; full web kanban.
shetengteng/deepseek-harness-launcher — Zero-setup DeepSeek Harness launcher — no Node install, no environment config, just run it.
thisissevenpoints/DeepSeek-Harness-Local-svpts — Resident tray desktop shell for DeepSeek Harness Local: watchdog + injected UI + LAN confirmation/authorization.
ygcdsj/dsh-home-migrate — Packages your local DSH config (skins, presets, injected bundles) for transfer, then restores it directly on another Windows machine.
YUEEEEY/dsh-desktop-tools — DSH environment-management plugin (TypeScript): ships with a desktop window (auto-fetched via the Rust/Tauri host), one-click runtime updates, automatic platform-compatibility adaptation, official DeepSeek billing, and a workspace code editor.
sandbaseai/sandbase-harness — Local-first agent runtime integrated with DSH through an installable
managed-agentsplugin and six-tool MCP bridge; persistent sessions, resumable SSE, audit/replay, permissions, credentials, and local/Docker/Kubernetes/self-hosted-worker sandboxes.33moren33/dsh-box — Run DeepSeek Harness in isolated sandboxes: pick an official version, pick plugins, keep every run out of your real ~/.dsh.
AdonisSheldon/dsh-openai-oauth — Use ChatGPT OAuth and OpenAI Codex models in DeepSeek Harness — no API key or Codex CLI required.
PaleSkiff/DeepSeek_Harness_Launcher-DSHL — Windows desktop launcher for DeepSeek Harness local service: one-click start/stop/restart/monitor.
shaun5297/dsh-launcher — One-click launcher for DeepSeek Harness: detect → start backend (dsh web) → wait ready → open Chrome new window. Zero-dependency CLI, cross-platform.
xmuwenxiang/dsh-web-chat — DeepSeek Harness plugin that lets you chat with the web version of DeepSeek directly inside DSH, then migrate the conversation into DSH for further development — mainly to save tokens during early-stage discussion.
zc0982/dsh-gpt-provider — GPT 211API provider preset with full reasoning-effort selection for DeepSeek Harness.
ArtificialNotImbecile/dsh-remote-runtime — Managed, isolated DeepSeek Harness runtimes over OpenSSH with a native Web control surface.
ChadCSong/dsh-cliproxyapi-provider — Auto-discovery CLIProxyAPI provider for DeepSeek Harness, featuring dynamic model sync, native model switching, and vision-model selection.
Couioly/plugin-audio-alert — Approval voice-alert plugin for DeepSeek Harness (DSH): when DSH needs human review/approval, it speaks the pending item aloud via computer TTS while still showing the normal approve button in the web UI.
NattoCB/dsh-plugin-notifications — DSH (DeepSeek Harness) bundle plugin: a Settings → General card that pops a system notification (and optional Web Audio chime) when a conversation turn completes.
nienieai/dsh-chime-alerts — Sound-alert notification plugin for DeepSeek Harness: chimes on turn completion, built on Web Audio.
poying2018/DSH — DSH Desktop — ready-to-run DeepSeek Harness desktop client (Windows) with a bundled Node runtime and dsh CLI: no environment setup, double-click to launch; native frameless window, system tray, 10 skins, plugin-protection center, and dual auto-update.
R2h1/deepseek-harness-app — DeepSeek Harness desktop client — a self-contained ElectroBun shell bundling an auto-updating dsh engine, with a Windows graphical installer.
AI-Scarlett/DSH_CLIAPI — Local CLI/OAuth authorization center and Auto model failover plugin for DeepSeek Harness.
Guyao146/dsh-better-model-thinking-control — DSH plugin: per-model thinking-effort management for OpenAI-compatible relay providers, with auto-detection of publicly advertised capabilities.
sorsama/deepseek-harness-relay — Authenticated remote access for a DeepSeek Harness web profile: TLS, QR/passcode device pairing, password sign-in, and per-device revocation in front of an untouched loopback harness.
0lidaxiang/dsh-plugin-greet — Plugin-based system for building AI agents on top of DeepSeek Harness: tools, models, and the web UI can all be added or replaced as plugins.
amazing-tree-keeper/dsh-easy-lsp — Language-server (LSP) manager for DeepSeek Harness: self-contained engine, one-click installer, and proactive diagnostics.
Dawn388887/dsh-fileview — In-GUI file viewer/editor for remote browsers (same-origin fenced, path allowlisted).
Dawn388887/dsh-notify — Desktop toast + remote browser notifications when an agent finishes or errors.
easysir10/easy-git — Beginner-friendly Git helper plugin for DeepSeek Harness.
m1khal3v/dsh-llm-key-rotation — Seamless API-key rotation for DeepSeek Harness.
Scorp1o117/dsh-enhancement-suite — Enhancement suite for DeepSeek Harness — Vision, Soul/Persona, Long-term Memory & Plugin Marketplace.
xingyingyuzhui/dsh-updater-ui — Updater UI plugin for DeepSeek Harness (dsh-plugin).
zzjxmy/dsh-llm-codex — ChatGPT Plus/Pro (Codex) adapter for the DeepSeek Harness LLM seam: PKCE/device OAuth, token refresh, and forwarding to chatgpt.com/backend-api/codex/responses.
ddll8023/dsh-codex — OpenAI Codex (ChatGPT Plus/Pro OAuth) provider plugin for DeepSeek Harness (DSH).
thedeveloper256/dsh-model-router — Role-based model routing plugin: planner (root agent) on deepseek-v4-pro, delegated executor subagents on deepseek-v4-flash; ships a prompt section and a pro-flash-routing skill.
trinadin/dsh-ptc-hardening — Cleaner, more reliable tool calls in DeepSeek Harness for SuperDeepSeek V4 Flash Abliterated MQ and DeepSeek V4 Flash 0731.
enterhalf/dsh-web-network-optimizer — Network optimization for the DSH web UI: caching and compression to cut transfer size and speed up page loads, plus a disconnect indicator and auto-reconnect. Great for peak performance or unstable networks.
ismoss/dsh-harness-zh-l10n — Chinese-localization patch for DeepSeek Harness (dsh): translates the five mode descriptions, permission labels, command descriptions, and the Liang-Shen mode; one-click install via apply.bat.
minyang2020/dsh-migrate-on-429 — DeepSeek Harness (dsh) plugin: automatic session handoff when a session keeps hitting 429 TPM rate limits — cancel old, summarize handover, continue in a fresh session. True handoff, never parallel.
dsh-blue/blue — Blue: a TUI is not a package, it is a Cordis plugin tree — a modern terminal UI for DeepSeek Harness with hot-swappable render, interaction, and command plugins.
euanguo/dsh-studio — DSH Studio — a local development workbench for DeepSeek Harness: project tree, Git review, terminal, and plugin marketplace (Desktop + Web).
EternalNight996/dsh-desktop — DeepSeek Harness desktop workbench: double-click to use, with bundled plugins installable in one click.
taskschd1145/deepseek-harness-clean — A minimal DSH desktop shell: opening it is just like using DSH in a browser, except it's a fully native Windows window with a tray icon.
leonardoxr/dsh-native — A focused Electron desktop shell for HTTPS web apps, with saved servers, fast reconnects, and first-class DeepSeek Harness support.
Chu-m/dsh-chat-continue — Auto-retry failed API requests to keep DSH conversations going. Supports configurable status codes and error codes.
aqiu817/dsh-llm-agentrouter — DeepSeek Harness bundle: the AgentRouter relay as one pi-ai route with a domestic/international endpoint switch, plus the outbound request compatibility the relay requires.
ChenSiyun1234/dsh-tray-windows — Turns DeepSeek Harness (dsh web) into a real Windows desktop app: tray control, standalone app window, and a clean full stop of the backend on exit (no leftover processes). Unofficial.
Mikoribbit/odsh-bridge — A bridge that connects OpenClaw and DeepSeek Harness.
shaomingbo/dsh-subscription-search — ChatGPT/Grok subscription OAuth, model routes, and a ChatGPT → Grok → Exa → DeepSeek web-search fallback chain for DeepSeek Harness.
YunlongL-byte/dsh-launcher — One-click macOS Dock launcher for DeepSeek Harness (DSH).
elmaxid/dsh-manage — Install and manage DeepSeek Harness (dsh): install/start/stop/update/status for dev workstations.
Mpaperlee/dsh-hub — JupyterHub-style multi-user front end for DeepSeek Harness (dsh): PAM login, per-user isolated instances, cookie-routed HTTP/WS proxy — zero modifications to dsh.
PixelWave-max/Ultrageek — Fully local AI cockpit for a 27B Qwen model on Apple Silicon: effort dial, loop watchdog with a muzzle, on-device Whisper dictation, 3D pet telemetry. Built on DeepSeek Harness, zero cloud.
wyq09/dsh-rewind — A checkpoint / rollback plugin for DeepSeek Harness (DSH).
zsagi1368/deepseek-harness-DSH — DSH · an enhanced branch of deepseek-ai/deepseek-harness: plugin-governance framework (PluginSpec / three-layer sandbox / three-layer guard) + branch-independent operation (WIP).
artec/clat — Cmd-Line Agent, a Rust basement compatible with the DeepSeek Harness framework.
JohnXu22786/dsh-web-submit — DeepSeek Harness plugin: run headless-style tasks through the live dsh web process — CLI-invoked sessions appear in the Web UI in real time (POST /x/headless, GET status, SSE live events).
liulingfei-1/deepseek-harness-ios — Native iOS DeepSeek Harness port: BYOK inference, on-device Agent tools, iSH sandbox, Cordis plugins, and trajectory.
modelbus/deepseek-harness-pro — A Web+Electron client based on deepseek-harness, compatible with existing deepseek-harness environments and supporting one-click deployment of the latest deepseek-harness. Enhancements over the original web: a real-time task board, a PC housekeeper (cleanup/tuning/process management), and an independent plugin center.
SpookySandwich/dsh-plugin-rollout-scout — DeepSeek Harness plugin: fish for a limited-rollout conversation model by scoring live chain-of-thought.
StvLi/dsh-ros2 — The Deepseek Harness ROS 2 plugin can be used to efficiently diagnose issues and perform joint debugging.
BuLongY/dsh-proxy — A network proxy plugin for DeepSeek Harness (clash/cordis integration).
citrusli2026/dsh-electron-shell — Unofficial Electron desktop shell for DeepSeek Harness: bundled Node runtime, installers, auto-update.
Evan1u/deepseek-harness-desktop — Light-weight Desktop App for DeepSeek Harness.
LVSUGARS/dsh-web-launcher — Windows desktop launcher for DeepSeek Harness (DSH) Web: install the official CLI, manage local workspaces, and safely start, stop, and update DSH.
NevermindZZT/dsh-launcher — Minimal one-click DSH launcher supporting remote SSH connections.
NevermindZZT/dsh-manager — Remote server management tool for DSH.
severin-ye/uagent-sync — Cross-device agent workspace sync for OpenCode, Codex, and DeepSeek Harness — backup, restore, update, and configuration inspection.
SUJIElearning/zhaoyu-restart — One-click silent DSH restart button for DeepSeek Harness (dsh-plugin).
syncended/deepseek-harness-automations — Automation plugin for DeepSeek Harness (dsh-plugin).
usersx/dsh-automation-center — Root-level automation center for DeepSeek Harness: scheduled tasks, fresh Result Sessions, and cross-workspace run history.
vibeinging/dsh-desktop — DeepSeek Harness Desktop App: a local AI desktop workspace for DSH Sessions, projects, files, web research, plugins, and Office artifacts.
yoshino-xiao7/deepseek-harness-desktop-yukiryou — DeepSeek Harness Desktop for macOS & Windows.
yth1120/deepseek-harness — DeepSeek Harness source with the dsh-web-workbench plugin suite (right workbench, terminal, timeline, review, files and browser preview).
ZhuoSir/dsh-cron — DeepSeek Harness scheduled-task plugin: create tasks via natural language in chat, auto-executes on schedule and replies in-session; supports cron expressions and a Web management panel.
alingge/dsh-manager — Windows desktop manager for DeepSeek Harness: visual management of the official source repo (version switching, updates, build, launch); no build needed, just download the release/ exe.
GM-HZ/dsh-workflow — Workflow plugin for DeepSeek Harness (dsh).
dHR-P/dsh-safe-launch — Desktop safe-start launcher for DSH: last-good boot config, consent-gated canary updates for dsh & plugins, and compatibility-checked plugin installation.
KannaKuron/dsh-gitbash-shell — Git Bash shell for all agent modes on Windows, replacing the pwsh executor.
nbsp1221/dotdsh — 🐋 Personal DeepSeek Harness environment, deployed and managed as code.
zimodzh/dsh-plugin-effort-declare — DSH plugin to declare reasoning efforts on hand-added OpenAI-compatible models.
mill413/dsh-server-manager — Multi-user server management and Docker deployment for DeepSeek Harness.
AgentsDanceAI/deepseek-harness-cloud — Accounts, credits and cloud agent workspaces for DeepSeek Harness — run it as a hosted product, or self-host in 5 minutes.
jony5933/codex-dsh-bridge — A visible, workspace-aware Codex to DeepSeek Harness Web Host bridge.
Tianbuyu-wwx/dsh-hermes-link — Bidirectional bridge between Hermes Agent and DeepSeek Harness (DSH). v0.2.4 — single-bundle Cordis plugin replacing the archived hermes-foundation/-oneshot-arbitrate/-dispatch-bridge triad.
ConsoleSun/Gemini-Eyes — Gemini/MCP vision-tooling plugin for DeepSeek Harness (agent, deepseek-harness, dsh-plugin, gemini, mcp).
lengquan88/dsh-dual-auto — Dual-model auto-routing plugin for DeepSeek Harness: low-cost direct / high-cost upgrade + escape-learning closed loop.
steven95/dsh-office-suite — Office-suite plugin for DeepSeek Harness (dsh-plugin).
Yiklek/dsh-web-profile — DeepSeek Harness Web profile plugin (deepseek-harness, dsh-plugin).
xswt442-cmd/dsh-instance-manager — Sidebar panel to list and gracefully stop local dsh web instances on ports 3080-3129.
aorucshiea/dsh-omnipotent-preset — Omnipotent agent preset for DeepSeek Harness: Standard/PTC/Minimal + routing modes.
aorucshiea/dsh-preset-switch — Optional mid-session agent-preset switching for DeepSeek Harness.
aorucshiea/dsh-safe-tui — DeepSeek Harness safe-mode recovery console: minimal TUI, history, repair, model/provider managem
…