npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@lqing2018/dsh-desktop-client

v0.2.0

Published

DeepSeek Harness desktop client helper: locate, launch, install and update the native WebView2 client from the agent

Readme

@lqing2018/dsh-desktop-client

DeepSeek Harness 插件:让 agent 能够定位、启动、安装、升级 DeepSeek Harness 原生桌面客户端(WebView2 外壳)。

A DeepSeek Harness plugin that lets the agent locate, launch, install and update the native DeepSeek Harness desktop client (WebView2 shell).

功能 / Features

desktop_client 工具,五个动作 / five actions:

| action | 说明 | Description | |---|---|---| | status | 检测客户端是否安装、服务端口是否在线 | check install + server port | | launch | 启动已安装的客户端窗口(仅 Windows) | start the installed client window (Windows only) | | install | 从 GitHub Release 下载安装器并静默安装force=true 重装/升级 | download the latest release installer and install silently; force=true to reinstall/update | | update | 升级到最新 Release(= install + force) | update to the latest release (= install with force) | | version | 对比本地版本与 GitHub 最新 Release | compare local version with the latest GitHub release |

安装 / Install

dsh plugin --profile web add @lqing2018/dsh-desktop-client

装好后直接对 agent 说 / then just ask the agent:

  • "桌面客户端装了吗?" -> action=status
  • "帮我打开桌面客户端" -> action=launch
  • "帮我安装桌面客户端" -> action=install(自动下载最新 Release 静默安装)
  • "客户端有新版本吗?" -> action=version
  • "升级桌面客户端" -> action=update

网络不佳时 install 会优雅失败并给出手动下载链接 / on blocked networks install fails gracefully with the manual download URL.

本地开发加载 / Dev load

# cordis.patch.yml / --patch overlay
- insert:
    - id: desktop-client
      name: '/absolute/path/to/dsh-desktop-client/lib/index.js'

配置 / Config

# 可选:额外搜索路径、自定义端口(默认 3080)
# optional: extra search paths and port (default 3080)
- id: desktop-client
  config:
    clientPaths:
      - 'C:\Tools\DeepSeek Harness.exe'
    port: 3080

开发 / Dev

纯 ESM,零构建。lib/index.js 直接可用。发布到 npm:

npm publish

许可证 / License

MIT