dsh-plugin-offline-packager
Run the following command in DeepSeek Harness:
dsh plugin install YJLTF/dsh-plugin-offline-packager
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install YJLTF/dsh-plugin-offline-packager in a terminal with DeepSeek Harness installed, then restart DSH to use the offline-pack tool in the Web UI. Source code: https://github.com/YJLTF/dsh-plugin-offline-packager
About this plugin
In air-gapped or intranet deployments where the DSH plugin marketplace and registry are unreachable, installing and updating plugins becomes a hard blocker. dsh-plugin-offline-packager solves this: on a connected machine, a single AI prompt bundles any DSH plugin—whether sourced from npm, a GitHub repo, or a local directory—together with its full production dependency tree into a self-contained .tgz file that installs offline with one command and zero registry access.
It is a natural fit for ops teams running DSH in air-gapped clusters, security teams with offline-distribution mandates, and dsh-admin publishers who want to ship installable packages. The plugin automates cloning, dependency installation, esbuild inlining, and bundleDependencies packing, producing a .tgz and a .meta.json ready for immediate use.
Use Cases
- Deploying DSH plugins across air-gapped cluster nodes with no external network
- Installing third-party DSH plugins in an air-gapped enterprise intranet
- Packaging a locally built plugin and delivering it to an offline customer
Best For
- Ops teams running DSH in air-gapped or intranet environments
- Security and compliance teams requiring offline software distribution
- dsh-admin publishers shipping offline-installable plugin packages
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.