DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Remote Runtime — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@artificialnotimbecile/dsh-remote-runtime

Remote Runtime

通过 OpenSSH 管理隔离的 DeepSeek Harness 运行时,并提供原生 Web 控制界面。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @artificialnotimbecile/dsh-remote-runtime@0.1.2
README兼容性版本
Connected profile, Doctor, credential status, workspaces, real DeepSeek Session, and remote Harness UI

兼容性与来源证明

Remote Runtime 以 @artificialnotimbecile/dsh-remote-runtime 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.2stable
2026/8/21
0.1.1stable
2026/8/21
0.1.0stable
2026/8/20

相关插件

正在加载相关插件…

最新版
0.1.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
4.3 MB
文件数
68
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
117
最近提交
2026/8/21
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Better Sidebardsh-better-sidebarDSH web 插件:类似 VSCode 的右侧边栏(资源管理器 / 编辑器 / 终端 / git / 浏览器),按对话会话隔离。提供服务,供其他插件注册侧边栏标签页和文件查看器。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Plugindsh-pluginDeepSeek Harness 社区插件市场,遵循官方插件规范——无需离开应用即可浏览、搜索并安装 9000+ 个由人工精选的社区插件。· DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。

README

DSH Remote Runtime

English | 简体中文

Run an isolated, official DeepSeek Harness on a Linux host and manage it through OpenSSH. This standalone community plugin adds remote profiles, Doctor checks, verified runtime installation, tunnels, workspaces, credentials, and Session history to the DSH 0.1.0-rc.8 Web UI—without modifying Harness source.

SSH, files, processes, and secrets stay in the plugin Host. The browser receives bounded JSON summaries and never reads a stored credential.

Demo

Captured from a real OpenSSH-managed runtime using an actual DeepSeek API credential. The key was imported before recording and never entered the browser, screenshots, GIF, logs, or repository.

Connected profile, Doctor, credential status, workspaces, real DeepSeek Session, and remote Harness UI

More screenshots
Connected profile
Connected profile and runtime
Doctor checks
Read-only Doctor checks
Configured credential
Write-only credential status
Remote workspaces
Saved and Harness workspaces
Real DeepSeek transcript
Official Session history and prompt UI
Remote Harness UI
Complete DSH UI through the loopback tunnel
Host wizard
Host and isolated workspace
Egress wizard
Remote-direct or client-proxy

Install

npx.cmd --yes @deepseek-ai/dsh@0.1.0-rc.8 plugin --profile web add `
  @artificialnotimbecile/dsh-remote-runtime@latest
npx.cmd --yes @deepseek-ai/dsh@0.1.0-rc.8 web

Restart an already-running Web profile after adding, updating, or removing the plugin.

Build from a checkout
corepack pnpm install --frozen-lockfile --ignore-scripts
corepack pnpm run check
corepack pnpm pack --pack-destination test-results

npx.cmd --yes @deepseek-ai/dsh@0.1.0-rc.8 plugin --profile web add `
  .\test-results\artificialnotimbecile-dsh-remote-runtime-0.1.2.tgz

Use

Open Settings → Remote runtime:

  1. Add an OpenSSH host and optional remote workspace.
  2. Choose immutable remote-direct or client-proxy egress.
  3. Run read-only Doctor, then explicitly install the verified runtime.
  4. Import a DeepSeek key through the write-only form.
  5. Start the runtime and open the loopback tunnel URL.
  6. Browse workspaces, Session history, and send or cancel prompts.

Disconnect leaves the remote Harness running. Stop is separate, and removing a local profile never deletes remote runtime or Session data.

Highlights

  • A distinct profile UUID and remote DSH_HOME isolate credentials, Sessions, workspaces, and process state.
  • System OpenSSH keeps SSH config, IdentityFile, ssh-agent, and ProxyJump under user control.
  • The content-addressed runtime includes Node 22.19 and official DSH rc.8; the archive and every extracted file are SHA-256 verified.
  • Workspace, Session, history, prompt, and cancel operations use the official DSH Host API.
  • Credentials are written mode 0600 and never returned to browser state, logs, snapshots, or process arguments.
  • Authenticated client-proxy egress allows public HTTP(S) only; private, loopback, link-local, CGNAT, metadata, multicast, documentation, and IPv6 local ranges fail closed.

Compatibility and security

  • Local DSH: exactly 0.1.0-rc.8; UI: Web profile.
  • Client: Windows, macOS, or Linux; Node ^22.19.0 || >=24; system ssh.
  • Remote: Linux x64, glibc 2.28+, Bash, tar, gzip, sha256sum, and a writable home.
  • Every tunnel listener binds loopback; the remote DSH Web API is never exposed on 0.0.0.0.
  • SSH is the access-control boundary. Use a separate remote OS account when same-UID process isolation is required.

DeepSeek Harness is pre-release software. Later DSH versions remain unsupported until peer versions, Typert generation, assembled-profile CI, and live acceptance move together.

Development

corepack pnpm run typecheck
corepack pnpm run test
corepack pnpm run build
corepack pnpm run pack:check

Managed runtime builds require Linux or WSL; executing it requires glibc 2.28+. Generated archives, profiles, screenshots, and live logs remain under ignored runtime/artifacts/ and test-results/.

License

MIT. Independent community plugin; not affiliated with or endorsed by DeepSeek. See THIRD_PARTY_NOTICES.md.