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

@w2112515/dsh-remote-host

v0.1.0

Published

Pair an Android phone to a DeepSeek Harness Host over LAN: Noise-authenticated remote, Settings → Mobile access, and workspace-bound session create.

Readme

DSH Remote Host

可安装的 DeepSeek Harness 插件:让正在运行 dsh web 的 Windows 电脑成为手机可控的 Host。

这不是 DeepSeek Harness 的 fork。把它加进官方 web profile 即可。Android 应用是另一次下载——整合包装不了 APK。

English | 中文

你拿到什么

  1. 这个插件(npm、GitHub,或 DSH Remote 整合包)——Host 载体、配对、局域网发现、「设置 → 手机访问」。
  2. 一个 Android APK,来自 dsh-remote-android releases——手机客户端。

配对走 Noise(XXpsk3 / IK)。局域网广播默认关闭,在「设置 → 手机访问」打开。完整路径不离开 Host;手机只看到项目标签和文件夹名。

已审查的 Host 安全平台是 Windows x64。Linux / macOS 保留设置页,不绑定载体。

安装 Host 插件

npm(预编译,不跑安装脚本):

dsh plugin --profile web add @w2112515/dsh-remote-host
dsh --profile web --dump-config

重启 dsh web。打开 设置 → 手机访问,打开附近发现,再配对手机。

市场一键安装和整合包装的是同一份 GitHub pinned commit(lib/ 已提交)。

然后装 APK

dsh-remote-android releases 下载最新 APK,装到手机上,连同一 Wi-Fi,扫 Host 二维码,在电脑上确认八位比较码。

卸载

dsh plugin --profile web remove @w2112515/dsh-remote-host

DSH home 下的 Host 身份文件 remote-host-security.bin 不会自动删除。

许可

MIT。native/win32-x64/ 下的 Windows 安全预编译为 MIT OR Apache-2.0。