dsh-polonium
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-polonium
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-polonium in DeepSeek Harness to install the plugin, source: https://github.com/uckkk/dsh-polonium
About this plugin
Network dependency is often the first bottleneck in a model-inference pipeline. Intranet deployments, offline experiments, and edge-side reasoning all share one hard requirement: it must work without an internet connection. dsh-polonium is a pure Node.js inference plugin built for exactly that scenario, keeping the entire inference loop inside a local Node process with zero outbound requests and zero remote service dependencies.
Its core strength is complete runtime self-containment: no remote model downloads, no cloud API calls, no extra network policy to carve out. Every inference step executes within the Node.js runtime, so the plugin drops cleanly into CI pipelines, local dev tooling, or embedded gateways without introducing any new network dependency.
Who is it for? If you are building inference integrations in air-gapped or offline environments, want an inference module that carries no additional network dependencies of its own, or need a lightweight way to invoke model capabilities inside the Node.js ecosystem, dsh-polonium offers a clean starting point. The MIT license makes it safe to adopt in both commercial products and internal tooling.
Use Cases
- Model inference in intranet or air-gapped environments
- Embedding offline inference steps in network-free CI pipelines
- Local offline debugging and validation of model capabilities
Best For
- Developers integrating inference in offline or air-gapped settings
- Engineers building edge-side inference gateways
- Toolchain maintainers requiring zero network dependencies in inference modules
Related Plugins
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.