DeepSeek released DeepSeek Harness, an open-source coding agent framework, as a developer preview on GitHub under the MIT license, according to the project's repository.

The framework's architecture treats every component as a plugin, including the model, tools, skills, sessions, sandboxes, storage, task loops, scheduling and the user interface, so any piece can be swapped or recomposed, according to the repository. It runs on Node.js and is built on a research paper the company describes as "A Programming Paradigm for Spatiotemporal Composability."

The repository passed 95,000 stars and nearly 9,000 forks within about two days of publishing on August 13, and has since grown past 200,000 stars, according to GitHub. VentureBeat reported the release positions DeepSeek Harness as an open-source rival to Anthropic's Claude Code, arriving alongside DeepSeek's V4-Pro model on a paid API priced higher than the company's previous models.

DeepSeek warns the project is an early developer preview with breaking changes still expected and advises against using it for critical work until a stable release ships.

The rapid star growth has already drawn a wave of copycat and plugin repositories trading on the harness's name, a reminder that star counts on a hot project are a noisy signal of quality on their own. Builders evaluating DeepSeek Harness should read the actual code and its plugin API, not the leaderboard.