DeepSeek Releases Official Desktop Preview of DeepSeek Harness for Windows and macOS
DeepSeek has quietly launched an official desktop developer preview (v0.1.7-rc.2) of DeepSeek Harness (dsh) for 64-bit Windows and Apple Silicon macOS. This native client eliminates the need to install Node.js or execute terminal commands like npx to run the agent framework. Packaging the agent runtime into a self-contained desktop app significantly lowers the barrier to entry for developers and non-technical users wanting to experiment with local AI agents. It streamlines setup and deployment, helping DeepSeek extend the reach of its open-source toolchain within the AI ecosystem. The desktop client offers four distinct operational modes: Standard, Programmatic Tool Calling (PTC), Minimalist, and Creative, enabling custom plugin creation and agent behavior testing. DeepSeek Harness itself is built around an 'everything is a plugin' architecture powered by the Cordis runtime.
## BACKGROUND
DeepSeek Harness (dsh) is an open-source AI agent runtime framework developed in TypeScript under the MIT license by DeepSeek AI. It relies on the Cordis plugin framework to manage models, tools, execution loops, sandboxes, and UI elements as hot-swappable plugins.