DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Freedsh — DeepSeek Harness 插件(DSH Plugin)
← Plugins
F

freedsh

Freedsh

FreeDSH — 优先使用免费模型的多模型路由、自动故障转移、安全核心更新,以及对 DeepSeek Harness 的 pt-BR 支持。可作为 DSH bundle 安装(dsh plugin add)。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:marcosmmjr2023/dsh-h-v1#dbbd1efedf36ba4102c818652f97e28a29fda74f
README兼容性版本
FreeDSH in action — FreeLLMAPI, Smart Router, model controls and safe core updates

兼容性与来源证明

Freedsh 以 freedsh 发布,当前版本为 0.2.125。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/15

版本

0.2.125stable
2026/9/15

相关插件

正在加载相关插件…

最新版
0.2.125
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/15
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

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

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编码计划配额,并提供实时令牌使用记录,同时在侧边栏条目中显示当前会话提供商今日的使用量Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。

README

🐋 FreeDSH

Run DeepSeek Harness with free and low-cost AI models — with automatic routing, fallback and safe updates.

FreeDSH is the community-facing name for this repository (dsh-h-v1). It adds a practical distribution layer on top of DeepSeek Harness: free-model routing, a local provider gateway, a friendlier UI, pt-BR support, versioned configuration and rollback-safe updates.

Unofficial project. FreeDSH is not affiliated with or endorsed by DeepSeek.

Português: README.pt-BR.md

FreeDSH in action — FreeLLMAPI, Smart Router, model controls and safe core updates


Why FreeDSH?

DeepSeek Harness is powerful, but a daily setup can become expensive or fragile when you depend on a single model/provider. FreeDSH focuses on a different experience:

FreeDSH adds
🎁 Free-first routingUse FreeLLMAPI, OpenRouter :free, OpenCode free/zen and other configured providers before paid fallback.
🔁 Automatic fallbackIf a provider fails or becomes unavailable, the router can move to another configured option.
🧠 Task-aware routingauto, eco and ultra profiles let the router choose different model tiers for different workloads.
🖥️ Integrated panelProvider/router/core status, recent files and model controls in the Harness UI.
🛡️ Safer core updatesTest a new core in a parallel instance instead of overwriting the working environment.
↩️ RollbackLocal snapshots + git history/tags make it possible to return to a known-good configuration.
🌎 International UIBrazilian Portuguese, English and Chinese support, following the OS language where available.
💻 Windows + LinuxInteractive one-line installers for both platforms.

The idea in one diagram

flowchart LR
    U[You / DeepSeek Harness] --> R[FreeDSH Smart Router]
    R --> F[FreeLLMAPI]
    R --> O[OpenRouter :free]
    R --> C[OpenCode free / zen]
    R --> P[Optional paid fallback]
    F --> G[Groq / Cerebras / Mistral / others]

Free tiers change over time. FreeDSH does not bypass provider terms or create free access where none exists; it integrates and routes the providers/keys you configure.


Install in 1 minute

Windows

Open PowerShell and run:

powershell -ExecutionPolicy Bypass -Command "$f=\"$env:TEMP\dsh-setup.ps1\"; irm https://raw.githubusercontent.com/marcosmmjr2023/dsh-h-v1/main/installer/dsh-setup.ps1 -Headers @{'Cache-Control'='no-cache'} -OutFile $f; & $f"

The interactive installer detects an existing installation and can install, update, preserve local configuration, manage parallel instances or open the GUI.

After installation, open a new PowerShell:

dsh up          # open the GUI
dsh update      # update repo/core/overlay
dsh doctor      # diagnostics
dsh env list    # list parallel instances

Linux

Debian/Ubuntu-like systems:

bash <(curl -fsSL https://raw.githubusercontent.com/marcosmmjr2023/dsh-h-v1/main/installer/dsh-setup.sh)

For manual/server installation, see docs/SERVER-MAP.md.

Provider credentials stay local and must never be committed. See SECURITY.md before exposing any FreeLLMAPI/admin interface beyond localhost.

Already run DeepSeek Harness?

FreeDSH also ships as a DSH bundle, for people who already have a working harness and only want the plugins (Smart Router, OpenRouter groups, model visibility, FreeLLMAPI shortcut, right-hand panel, version badge). No installer, no overlay copying:

dsh plugin --profile web add github:marcosmmjr2023/dsh-h-v1

Remove it with dsh plugin --profile web remove freedsh. The bundle registers plugins only — it never touches your keys, providers or settings. Requirements, what is included, where the state lives and common issues: docs/INSTALL-BUNDLE.md.


What is inside?

  • Smart Model Router — free-first, task-aware model selection and runtime fallback.
  • FreeLLMAPI integration — a local gateway for multiple free/low-cost providers.
  • UI overlay — status badges, shortcuts and model controls inside DeepSeek Harness.
  • Safe core updater — parallel A/B-style core instances with live progress.
  • Versioned overlay — settings, plugins and presets managed as code.
  • Sync + rollback tools — local snapshots, git tags/history and restore tooling.
  • pt-BR localization — experimental DeepSeek Harness localization and translated docs.

Technical overview: docs/ARCHITECTURE.md


Documentation

TopicGuide
Windowsdocs/WINDOWS.md · Português
Install as a DSH bundle (dsh plugin add)docs/INSTALL-BUNDLE.md
Linux / serverdocs/SERVER-MAP.md
Core updates / parallel instancesdocs/CORE-UPDATE.md
Two-way sync / rollbackdocs/SYNC.en.md · Português
Architecturedocs/ARCHITECTURE.md
RoadmapROADMAP.md
ChangelogCHANGELOG.md

Help build FreeDSH

You do not need to be an expert in the whole project. Useful contributions include:

  • test a free provider and report compatibility;
  • add or improve a provider adapter;
  • improve Windows/Linux installation;
  • add translations;
  • reproduce bugs;
  • improve documentation;
  • propose better routing rules or benchmarks.

Start with CONTRIBUTING.md, then look for issues tagged good first issue or help wanted.

Questions, ideas and "does this work with X?" belong in Discussions. Bugs and concrete proposals go to Issues — a minimal report (OS, PowerShell version, dsh doctor output) gets fixed much faster.

If you use FreeDSH and it helps you, a ⭐ on the repository helps other DeepSeek Harness users discover it.


Project principles

  1. Free-first, not free-at-any-cost. Respect provider terms and use paid fallback when that is the reliable choice.
  2. Never break a working environment silently. Snapshot before replacement and make rollback practical.
  3. Credentials stay local. Secrets, sessions and runtime state do not belong in git.
  4. Upstream first. FreeDSH extends DeepSeek Harness; it does not pretend to be the upstream project.
  5. Community over private customization. Reusable improvements should become documented, reviewable contributions.

License and attribution

  • Original FreeDSH overlay/tools/installer/docs: MIT — see LICENSE.
  • What that MIT grant covers (and what is explicitly not ours): LICENSE-SCOPE.md.
  • Third-party assets: see THIRD_PARTY_NOTICES.md.
  • DeepSeek Harness is installed separately and is not redistributed as this project's core.

Security reports: SECURITY.md · Community standards: CODE_OF_CONDUCT.md