BTC $84,175.39 +0.02%
ETH $2,680.01 -0.41%
BNB $773.03 -0.15%
XRP $1.53 +1.42%
SOL $116.40 +0.73%
TRX $0.3387 -1.38%
DOGE $0.0949 +0.43%
ADA $0.2477 +2.23%
BCH $334.62 -2.10%
LINK $13.40 +7.77%
HYPE $91.65 -1.22%
AAVE $145.00 +3.20%
SUI $1.01 +4.24%
XLM $0.2203 +8.20%
ZEC $1,547.26 +0.91%
AAPL $335.45 -0.28%
AMZN $250.39 +0.68%
GOOGL $342.90 +0.92%
MSFT $496.88 -0.35%
META $779.27 +5.76%
NVDA $224.59 -0.18%
TSLA $379.74 +0.30%
SNDK $1,777.79 -0.50%
INTC $128.72 +5.57%
SPCX $148.49 -0.27%
MU $1,086.51 +2.21%
AMD $635.41 +3.87%
BTC $84,175.39 +0.02%
ETH $2,680.01 -0.41%
BNB $773.03 -0.15%
XRP $1.53 +1.42%
SOL $116.40 +0.73%
TRX $0.3387 -1.38%
DOGE $0.0949 +0.43%
ADA $0.2477 +2.23%
BCH $334.62 -2.10%
LINK $13.40 +7.77%
HYPE $91.65 -1.22%
AAVE $145.00 +3.20%
SUI $1.01 +4.24%
XLM $0.2203 +8.20%
ZEC $1,547.26 +0.91%
AAPL $335.45 -0.28%
AMZN $250.39 +0.68%
GOOGL $342.90 +0.92%
MSFT $496.88 -0.35%
META $779.27 +5.76%
NVDA $224.59 -0.18%
TSLA $379.74 +0.30%
SNDK $1,777.79 -0.50%
INTC $128.72 +5.57%
SPCX $148.49 -0.27%
MU $1,086.51 +2.21%
AMD $635.41 +3.87%

Breaking: DeepSeek Harness has released the desktop version

Core Viewpoint
Summary: The creation mode allows the Agent to write plugins, add new features or interfaces, and also combine tools and prompts to create its own mode.
Recommended Reading
2026-09-25 11:12:34
The creation mode allows the Agent to write plugins, add new features or interfaces, and also combine tools and prompts to create its own mode.

Author: Machine Heart

DeepSeek Harness finally has an official desktop version?

This time, DeepSeek did not issue an announcement, but the related download link has already spread on social media: Breaking: DeepSeek Harness has released the desktop version

We opened the link, downloaded, and installed it, and found that it indeed works.

Breaking: DeepSeek Harness has released the desktop version

From the interface, it is already a quite complete GUI: open the app, log in to your DeepSeek account or add an API Key, select a local folder as the workspace, and then you can assign tasks to the Agent just like using a regular desktop AI application.

Breaking: DeepSeek Harness has released the desktop version

Breaking: DeepSeek Harness has released the desktop version

Breaking: DeepSeek Harness has released the desktop version

Subsequently, Harness will let users choose their usage direction. It roughly categorizes needs into office research, code development, and other categories.

Breaking: DeepSeek Harness has released the desktop version

Next, it will also ask users which workflow they prefer.

Breaking: DeepSeek Harness has released the desktop version

DeepSeek has also prepared several "working modes" for the Agent: Standard Mode, PTC Mode, Minimal Mode, and Creative Mode.

Breaking: DeepSeek Harness has released the desktop version

Standard Mode is suitable for most tasks and is likely the easiest way for ordinary users to understand how to use Harness.

PTC is a bit more technical, allowing the model to write a small piece of code first, and then organize and call tools in bulk through the program, which is especially suitable for batch processing.

Minimal Mode is even simpler and more straightforward, where the Agent only uses terminal tools to complete tasks, which is closer to traditional Coding Agents and very direct for developers familiar with the command line.

Creative Mode allows the Agent to write plugins, add new features or interfaces, and also combine tools and prompts to create its own modes. This aligns with the design philosophy that DeepSeek Harness emphasized from the beginning—officially summarizing its architecture as Everything is a Plugin, meaning that the capabilities of Harness are designed to be as composable and extensible as possible.

From the current interface, DeepSeek Harness has already built-in 6 official plugins, including Agent Team, Voice Input, Terminal, Agent Loop, Subagent, and Web Search. Among them, "Agent Team" and "Voice Input" are currently marked as "experimental," with the former used to enable multi-Agent collaboration, supporting team tools, member lists, and shared task boards; the latter can call SenseVoice on the local machine to convert voice directly into text, but requires additional dependencies to be installed for first-time use.

The other plugins are closer to the core capabilities of Harness. The Terminal is responsible for calling local command lines and can limit the maximum runtime and output of a single command; the Agent Loop controls how the Agent calls tools in rounds and continues executing tasks; the Subagent allows setting the recursive level, number, and model used for sub-Agents, effectively allowing one Agent to spawn multiple "assistants" to handle sub-tasks; the Web Search is used to configure DeepSeek's own search provider.

Breaking: DeepSeek Harness has released the desktop version

Overall, this already resembles an AI product aimed at ordinary users.

Breaking: DeepSeek Harness has released the desktop version

Previously, although DeepSeek Harness provided a Web UI, the officially recommended way to start was still to install Node.js first, and then enter a command in the terminal: npx @deepseek-ai/dsh web. Harness would start a local service and then open a browser page. For developers, this is not complicated. But for many who are not familiar with the command line, it always carried a strong "developer tool" flavor. With the release of the desktop version, the usage threshold has been greatly lowered.

However, under the related news, the most debated topic is: is this the official version?

We found a discussion thread on GitHub. This thread is asking when the DeepSeek "official desktop client will be released."

Breaking: DeepSeek Harness has released the desktop version

A user named "overFloweee" replied that: there is actually already a product (just not officially announced).

The information he provided was very specific, checking the download source, version number, installation package, signature, and official website status. One key piece of information is that this App is signed with the Apple developer certificate corresponding to DeepSeek's main entity and has also undergone Apple's notarization. Its signing entity, Hangzhou DeepSeek Artificial Intelligence Co., Ltd., directly points to DeepSeek.

But he also pointed out: DeepSeek has not officially announced it yet. This version is on the nightly channel, more like a candidate build that has entered the official production distribution system, and cannot be directly equated with "the official stable version has been released."

Breaking: DeepSeek Harness has released the desktop version

Therefore, many of the features mentioned above may still be immature.

Breaking: DeepSeek Harness has released the desktop version

Breaking: DeepSeek Harness has released the desktop version

We also ran some commands in this client to verify and found some key information mentioned by the above user.

Breaking: DeepSeek Harness has released the desktop version

Breaking: DeepSeek Harness has released the desktop version

Currently, the community has already provided some preliminary experience evaluations:

Breaking: DeepSeek Harness has released the desktop version

Breaking: DeepSeek Harness has released the desktop version

Interestingly, we just successfully installed it based on the address circulated in the community, and it already prompted that a new version is available, indicating that the team is rapidly iterating.

Breaking: DeepSeek Harness has released the desktop version

However, this client currently does not support Linux, thus creating a world where only Linux users are left out.

Breaking: DeepSeek Harness has released the desktop version

Join ChainCatcher Official
Telegram Feed: @chaincatcher
X (Twitter): @ChainCatcher_
warnning Risk warning
app_icon
ChainCatcher Building the Web3 world with innovations.