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

myops

v0.1.8

Published

面向个人开发者的本地运维管控台,提供浏览器 UI 统一管理 AI 工具链(Claude Code、Codex、copilot-api、定时任务等)。

Readme

myops

面向个人开发者的本地运维管控台,提供浏览器 UI 统一管理 AI 工具链(Claude Code、Codex、copilot-api、定时任务等)。

快速开始

npm install       # 安装依赖

开发

npm run dev       # 同时启动 server (3333) 和 web vite (5173)

安装(二选一)

npm run build && npm run link      # 开发用,symlink 方式,改动立即生效
npm run build && npm run install   # 生产用,全局安装到系统

卸载

npm run unlink      # 对应 link 安装
npm run uninstall   # 对应 install 安装

CLI 命令

| 命令 | 说明 | |------|------| | myops start | 启动服务(默认端口 3333),--port 指定端口,--github-token 覆盖 GITHUB_API_TOKEN | | myops install | (macOS) 交互式配置 GITHUB_API_TOKEN / HTTP_PROXY / https_proxy,生成 plist 并注册 launchd 开机自启,安装后输出 plist 路径 | | myops uninstall | (macOS) 停止并删除 launchd plist | | myops restart | (macOS) 重启 launchd 服务 | | myops doctor | 输出诊断信息;macOS 下额外显示 plist 路径及服务运行状态 | | myops ccenv [name] | 列出或切换 Claude provider,用指定 provider 环境变量启动 claude CLI | | myops config init <url> | 初始化 conf 目录与 GitHub 双向同步(--pull 从远端克隆) | | myops config upload | 上传本地 conf 变更到 GitHub | | myops config update | 从 GitHub 拉取最新配置 | | myops version | 打印版本号 |

发布到 npm

# 登录 npm(首次)
npm login

# 构建并打包到 dist-pack/(不发布)
npm run pack

# 构建并直接发布到 npm registry
npm run publish

安装后用户可通过以下方式安装:

npm install -g myops
myops install   # 配置 launchd 开机自启
~/.myops/
├── conf/    # 用户配置,可跨机同步
└── data/    # 本机运行状态,不跨机同步