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

herdr-remote

v0.2.20

Published

Browser access to Herdr workspaces: plugin, host connector, and configuration TUI

Readme

herdr-remote

English · 简体中文

Herdr 工作区的 Web 终端客户端。支持移动端触控、低延迟 ANSI 传输与双语配置 TUI。

安装与运行

npm install -g herdr-remote
herdr-remote

直接运行 herdr-remote 即可启动向导并进入配置 TUI。

访问模式

  • 仅本机 (默认):仅本机浏览器可访问 (127.0.0.1)。
  • 局域网 / Tailscale:局域网或 Tailnet 内设备可访问 (0.0.0.0)。
  • 官方 Relay:使用官方公开 Relay (wss://herdr-remote.564616.xyz)。
  • 自建 Relay:连接独立部署的 herdr-remote-relay 服务。

常用命令

herdr-remote start | stop | restart
herdr-remote status [--json]
herdr-remote pair [--json]
herdr-remote url
herdr-remote keepalive install | uninstall | restart | status
herdr-remote plugin link | unlink | status
herdr-remote --lang zh|en

Herdr 插件

注册为 Herdr 插件:

herdr-remote plugin link

配置路径

  • 配置文件:~/.config/herdr-remote/config.json
  • 运行状态:~/.local/state/herdr-remote/runtime.json (权限 0600)

herdr 命令的查找方式

依次查找 HERDR_BIN_PATH、PATH,以及常见安装目录(~/.local/bin、~/.cargo/bin、 ~/bin、/opt/homebrew/bin、/usr/local/bin 等)。服务管理器不会继承 shell 环境, 因此 herdr-remote keepalive install 会把找到的可执行文件路径和当前 PATH 写入 systemd unit 或 launchd plist。

herdr-remote status --json 会输出 host.herdrCommand 与 host.herdrCommandFound。 若显示未找到,请将 HERDR_BIN_PATH 设为完整路径后重新安装保活服务。

开源协议

MIT