DeepSeek Harness really needs an official desktop client #7261
jacobzheng
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
DeepSeek Harness is already becoming a very capable tool, but there is one thing that feels increasingly out of place:
We still have to launch the web client through the command line with npm.
For developers, this is not a huge problem. But for a tool that is becoming a serious AI development environment, relying on:
and then opening a browser to use it feels more like a development setup than a finished product.
Why not an official desktop client?
I think DeepSeek Harness would benefit enormously from an official desktop application for macOS, Windows, and Linux.
Something similar to the experience of modern AI coding tools would make a huge difference:
The current web-based interface is actually quite useful. The problem isn't really the UI — it's the distribution and user experience around it.
The command-line requirement creates unnecessary friction
Right now, a new user essentially needs to understand the following before they can even start:
That's a lot of friction for something that should ideally feel like a finished AI product.
Even developers who are perfectly comfortable with the terminal don't necessarily want to start their AI assistant this way every time.
An official client would also make DeepSeek Harness feel much more mature
There is a big difference between:
and
I think DeepSeek Harness is already close enough to the second category that the current npm/web-only distribution is becoming the limiting factor.
A desktop client could also provide functionality that is difficult to deliver cleanly through a browser:
Even an Electron/Tauri wrapper would be a huge improvement
It doesn't necessarily need to be a completely new frontend.
If the current web client is already working well, an initial official desktop client could simply package the existing experience using Tauri or Electron, while providing proper native installation and lifecycle management.
That would already solve a large part of the user-experience problem.
Later, DeepSeek could gradually add deeper native capabilities.
Please consider making an official desktop client a priority
DeepSeek has already demonstrated that the underlying models and AI capabilities can compete at a very high level.
Now I think the next step is productization.
I'd love to see something like:
DeepSeek Harness Desktop
No npm.
No terminal.
No manually starting a local web server.
Just open the application and use it.
I think this would make DeepSeek Harness much more accessible to developers while also making the project feel significantly more complete and production-ready.
Please ship an official desktop client soon! 🚀
All reactions