pi2dsh: Running Pi Ecosystem Plugins Natively on DeepSeek Harness
DeepSeek Harness features a clear architecture, yet its early-stage plugin ecosystem remains relatively thin; in contrast, Pi boasts hundreds of mature extensions. The pi2dsh compatibility layer engine, maintained by weijiafu14, maps Pi's public extension ABI to DSH's native services, enabling the mounting of npm original packages without forking or per-package adaptation. This article introduces its three-layer architecture, core capabilities, and installation commands for web/dsh-tui. It demonstrates a terminal MCP workflow using pi-mcp-adapter as an example while also addressing considerations such as permissions, verification granularity, and community directory positioning.
Read Morepi2dsh: Natively Run Unmodified Pi Plugins on DeepSeek Harness
`pi2dsh` is a DeepSeek Harness development and runtime plugin (MIT, npm version 0.12.3) maintained by `weijiafu14`. It implements a Pi Host ABI layer, allowing unmodified Pi extensions to run as native DSH plugins without forking or adapting packages individually. The directory installation command is `dsh plugin add github:weijiafu14/pi2dsh`. The repository has end-to-end verified capabilities such as image viewing, sidebar conversation, and status bar, and has mounted probes for the top 50 Pi packages by monthly downloads. Node.js 22.19+ is required; the plugin runs with the current dsh process permissions, and you should check the source code and license before installation. The community directory has no official affiliation with DeepSeek / HyperMind.
Read More