dsh-copernicium
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-copernicium
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-copernicium in your DeepSeek Harness terminal to install the plugin; the full source is available at https://github.com/uckkk/dsh-copernicium .
About this plugin
In local model-inference workflows, many toolchains require network access to fetch models or rely on heavy runtimes, stalling the moment a connection drops. dsh-copernicium streamlines the inference path into a pure Node.js implementation with zero network requests, keeping all processing inside the local process.
Its design is deliberately minimal: released under the MIT license, Node.js is the sole runtime, and no external HTTP calls are made. You can drop it into intranet services, CI pipelines, or offline containers free of firewall or bandwidth constraints, with almost zero deployment overhead.
If you need to embed a lightweight inference step in a Node.js service that has no external network access, or you are looking for an offline-capable inference component for the Harness plugin ecosystem, dsh-copernicium is a practical starting point.
Use Cases
- Local model inference inside air-gapped intranet containers
- Embedding inference steps in CI pipelines without external network
- Running inference tasks under strict firewall restrictions
Best For
- Full-stack engineers deploying inference in offline environments
- Node.js developers seeking a lightweight Harness inference plugin
- Teams restricted by intranet firewalls with no external network access
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.