Wingetlywingetly
← All apps
D

DSH Agent

by DrPepperv1.2.1

Last updated

DeepSeek Harness 桌面 Webview 包装器,一键启动 dsh web,在原生窗口中直接使用。

Install with winget

$ winget install --id makise2060.DSH-Agent --exact --version 1.2.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for DSH Agent

DSH Agent uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
DSH-Agent_1.2.1_x64-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for DSH Agent

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

DSH Agent 将 DeepSeek Harness 的 Web UI 包装为一个独立桌面应用。双击图标即可使用,无需打开终端、输入 dsh web、再手动在浏览器中访问 URL。应用自动在后台启动 dsh web 服务,并提供环境自检、一键安装 dsh、版本更新与插件市场功能;关闭主窗口后 dsh 服务继续在系统托盘中运行。

Installers · v1.2.1

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for DSH Agent.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.32.5

    Start building with open models.

  • LM StudioLM Studio
    ElementLabs.LMStudiov0.4.21+2

    Discover, download, and run local LLMs

  • A
    AIChatsigoden
    sigoden.AIChatv0.30.0

    All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI tools & agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.

  • WorkBuddyTencent Technology (Shenzhen) Company Limited
    Tencent.WorkBuddyv5.3.14

    桌面智能体 办公新范式

  • KelivoPsyche
    Psyche.Kelivov1.2.3+67

    A Flutter LLM Chat Client. Support Android & iOS & Harmony Next.

  • HyperChatDadigua
    BigSweetPotatoStudio.HyperChatv1.8.4

    A Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol.

More from DrPepper or browse deepseek, deepseek-harness, dsh.

Frequently asked questions

How do I install DSH Agent on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id makise2060.DSH-Agent --exact --version 1.2.1. winget downloads the installer from DrPepper and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install DSH Agent silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id makise2060.DSH-Agent --exact 1.2.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for DSH Agent?
DSH Agent uses EXE (Inno Setup). Run the downloaded installer with: DSH-Agent_1.2.1_x64-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall DSH Agent via winget?
Run: winget uninstall --id makise2060.DSH-Agent --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from DSH Agent's Apps & Features entry.
Is DSH Agent free?
DSH Agent is distributed under 免费软件. Refer to the publisher (https://github.com/makise2060/dsh-agent) for the full license terms - Wingetly itself does not charge for installation.
Does DSH Agent work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls DSH Agent directly from the publisher.
How do I keep DSH Agent up to date?
Run winget upgrade --id makise2060.DSH-Agent --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of DSH Agent from microsoft/winget-pkgs.