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

dsh-deeppilot

v0.2.0

Published

DeepPilot companion plugin for DeepSeek Harness: use DSH from a native iPhone app over an authenticated, direct connection to your own Mac.

Readme

dsh-deeppilot

English | 简体中文

npm DeepSeek Harness CI License: MIT

DeepPilot 的开源 DSH 配套插件。DeepPilot 是一款原生 iPhone 客户端, 可远程使用 DeepSeek Harness;插件让 App 直接连接用户自己 Mac 上的 DSH Host, 不会替换或修改 DSH Web UI。

DeepPilot 目前正在等待 TestFlight 审核。Apple 审核通过后,邀请链接即可加入测试。

加入 DeepPilot TestFlight

功能

  • 在 iPhone 查看项目、会话、历史记录和 Agent 实时输出;
  • 发送提示词、切换模型、创建会话,并处理审批与提问;
  • 扫描二维码配对,密钥保存在 Mac 与 iOS Keychain;
  • 使用可信局域网,或可选的内嵌 Tailscale Funnel 远程连接;
  • 接收在线通知,以及可选的离线 APNs 推送。

从 npm 安装

需要 Node.js 22+、DSH web profile 与 macOS。内嵌 Funnel helper 目前支持 Apple silicon;可信局域网模式不依赖 helper。

dsh plugin --profile web add dsh-deeppilot
dsh web

DSH 重启后,打开 设置 → DeepPilot,启用连接并显示配对二维码,然后在 DeepPilot App 中扫码。

npm 包:npmjs.com/package/dsh-deeppilot

更新或卸载

dsh plugin --profile web update dsh-deeppilot
dsh plugin --profile web remove dsh-deeppilot

更新后请重启 DSH。卸载 npm 包不会删除 $DSH_HOME/deeppilot/ 下的本地数据。

连接与隐私

完整会话流量由 iPhone 直接连接用户自己的 DSH Host。可信局域网中的 ws:// 是明文流量,只应在可信网络使用。可选 Funnel 模式只暴露经过认证的 DeepPilot 连接与健康检查端点,不会暴露完整 DSH Web UI。

离线推送是可选功能。中继模式只发送目标 APNs 设备 Token 和有限的通知内容; 完整会话历史与实时输出不会经过中继。启用远程访问或推送前,请阅读 PRIVACY.mdSECURITY.md

App 截图

当前 TestFlight 审核完成后再补充截图。

兼容性

已验证的基线与当前限制见 COMPATIBILITY.md。DSH 仍在快速 迭代;提交问题时请附上准确的 DSH 与插件版本。

开发

npm ci
npm test
npm run typecheck
npm run build
cd helper && go test ./...

社区与反馈

DeepPilot 是独立社区项目,与 DeepSeek 官方无隶属或背书关系。

许可证

MIT — 见 LICENSE