DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Native Provider — DSH Plugin for DeepSeek Harness
← Plugins
N

@libre-webui/dsh-native-provider

Native Provider

Use DeepSeek Harness providers in Libre WebUI over a private local connection.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:libre-webui/dsh-native-provider#d71df9bc2b51ccf59588faadc5196bee4899d98d
READMECompatibilityVersions

Compatibility and provenance

Native Provider is published as @libre-webui/dsh-native-provider and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/19/2026

Versions

0.1.1stable
9/19/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/19/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

DeepSeek Harness provider bridge for Libre WebUI

Use the models already configured in DeepSeek Harness (DSH) from Libre WebUI. Choose each native provider and model independently, including Flash and Pro. Provider credentials stay in DSH.

This is the @libre-webui/dsh-native-provider plugin shown in DSH's Plugins page. It connects the two applications through a private Unix socket. It adds no web server, telemetry, agent sessions, or host tools.

flowchart LR
  LWUI[Libre WebUI: Chat, Work, titles] -->|Private Unix socket| Bridge[This plugin inside DSH]
  Bridge --> LLM[DSH LLM service]
  LLM --> Providers[Your configured providers and models]

Libre WebUI manages conversations, usage, and Work's sandbox. DSH supplies the selected model connection. A Work task never gains access to DSH's native agents, sessions, files, or tool execution through this plugin.

Requirements

  • macOS or Linux, with both applications running as the same OS user.
  • Node.js 22.22 or later, as required by the supported DSH installation.
  • pnpm available to DSH's plugin manager. You do not need npm, a source checkout, or a compiler to install this plugin through DSH.
  • A running DSH profile with at least one working provider. This package is tested against DSH 0.1.6-alpha.2 and Cordis 4.0.2; DSH APIs are pre-stable, so other versions need compatibility testing.
  • Libre WebUI with the native provider integration from libre-webui/libre-webui#219. Until that integration is released, use its feat/cordis-bridge-lwui branch.

The Unix connection does not support Windows, remote DSH hosts, or a stock Libre WebUI container connecting directly to a host socket. See configuration and deployment.

Install

In DSH → Plugins → Add plugin, paste this into Package name or address:

https://github.com/libre-webui/dsh-native-provider

Click Install. The repository includes the built plugin and its DSH bundle patch. Installation requires no build commands or install-script approval.

Verify native-provider 0.1.1 has a running component. DSH applies a fresh installation to a live profile; follow a restart notice if DSH displays one. DSH derives the short title from the package name; the full package identity is @libre-webui/dsh-native-provider. Use the GitHub URL, because the bare package name is not published on npm.

The default socket is <DSH home>/lwui-provider/llm.sock. Normally this means $HOME/.dsh/lwui-provider/llm.sock; a configured DSH_HOME takes precedence. DSH creates the private socket directory. See configuration if you need a different path or have multiple DSH profiles.

The optional CLI equivalent is:

dsh plugin --profile web add https://github.com/libre-webui/dsh-native-provider

Use your actual profile name. Restart that profile after CLI installation.

Connect Libre WebUI

Then configure Libre WebUI's cordis.config.yml with the same absolute path:

nativeProvider:
  socketPath: /absolute/home/.dsh/lwui-provider/llm.sock

Replace /absolute/home with your home directory. YAML does not expand $HOME or ~. Alternatively, set LIBRE_DSH_PROVIDER_SOCKET when launching Libre WebUI. Restart Libre WebUI after changing its startup configuration.

In Libre WebUI, enable Cordis Engine as an administrator:

  1. Work: select DeepSeek Harness, then select a model from Native DSH models. Selecting a Libre WebUI model instead uses its existing LWUI provider connection.
  2. Chat: also enable Agent CLI models, then use a native DSH model under Agents.
  3. Provider Usage: inspect native requests under DeepSeek Harness · provider. Only usage reported by the provider is shown; missing token counts are not estimated.

There is no default-model substitution: unavailable selections fail with an error instead of silently switching provider.

Upgrade an existing installation

For the old locally prepared 0.0.0/0.1.0 bundle, let active requests finish, then use Uninstall on that plugin's page. Return to Add plugin, paste the GitHub URL above, and click Install. This replaces the local-only source with the public repository. Native DSH sessions and provider credentials are not deleted. With the usual DSH home, the default socket matches the old guide; retain a custom socket using the override in configuration.

For subsequent CLI updates of the GitHub-installed plugin:

dsh plugin --profile web update @libre-webui/dsh-native-provider

Restart the profile and verify its version. To pin or roll back to a reviewed revision, install github:libre-webui/dsh-native-provider#<commit> instead of the moving default branch. A disabled installation remains disabled until enabled.

Remove

dsh plugin --profile web remove @libre-webui/dsh-native-provider

Restart DSH and remove nativeProvider.socketPath or the corresponding environment variable from Libre WebUI's configuration. An explicitly empty LIBRE_DSH_PROVIDER_SOCKET disables the connection even when YAML defines it. Saved Libre WebUI tasks remain; they require an available provider before continuing. Removing this plugin does not delete native DSH sessions or keys.

Documentation

  • Configuration, verification, and troubleshooting
  • Security and privacy
  • Development and upstream synchronization
  • Libre WebUI integration guide

Development

npm ci
npm run check
npm audit --audit-level=moderate

Tests run against local fixtures and temporary Unix sockets. They do not need provider credentials or make real model calls. The generated bundle contains only the compiled plugin, protocol, package metadata, patch, README, and license; no npm runtime dependencies are installed into DSH.

The implementation is maintained with Libre WebUI's matching client and mirrored here. upstream.json records the source revision and file hashes. The committed runtime/ files make public Git installation work without a compiler; CI checks that they exactly match a fresh TypeScript build. See contributing before changing the wire protocol.

Apache-2.0. Maintained by Libre WebUI.