dsh-argon
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-argon
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-argon in the DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/uckkk/dsh-argon .
About this plugin
Many model inference frameworks ship with heavy native bindings or require a live cloud API connection, making them nearly impossible to deploy in offline labs, isolated sandboxes, or resource-constrained edge devices. dsh-argon (Argon) fills that gap: it is written in pure Node.js with no extra native modules, and its entire inference pipeline runs locally without a single network request.
In practice, all you need is a Node.js runtime. You can drop inference capability into scripts, CI pipelines, or edge services without installing a Python stack, configuring GPU drivers, or maintaining an internet connection, which makes it a genuinely lightweight starting point for developers who value an out-of-the-box, offline-resilient experience.
It is aimed at engineers who must run model inference in air-gapped or restricted-network environments, Node.js developers looking to replace Python inference chains, and ops teams that want lightweight inference checks baked into internal CI. The project is released under the MIT license for unrestricted commercial use and modification.
Use Cases
- Local model inference in air-gapped or offline networks
- Lightweight inference checks embedded in CI pipelines
- Network-free model invocation on edge devices
Best For
- Engineers running inference in air-gapped environments
- Node.js developers replacing Python inference chains with pure JS
- Platform and ops teams seeking lightweight, out-of-the-box deployment
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.