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

copilot-hub-cli

v1.8.7

Published

Copilot Hub CLI - AI 编程助手代理服务,一键启动 GitHub Copilot 代理 + Web 管理面板

Readme

Copilot Hub CLI

AI 编程助手代理服务 — 一键启动 GitHub Copilot 代理 + Web 管理面板

安装

npm install -g copilot-hub-cli

使用

copilot-hub

启动后:

  • 🖥️ 终端显示运行状态
  • 🌐 浏览器自动打开管理面板 http://127.0.0.1:9100
  • 🔑 在面板中输入卡密激活
  • 🚀 一键启动 VS Code 并自动配置代理

功能

  • ✅ 自动代理 VS Code Copilot 请求
  • ✅ Web 管理面板(额度查看、模型管理、诊断工具)
  • ✅ API Key 管理(支持 Cursor、Continue 等第三方工具)
  • ✅ 实时额度监控
  • ✅ 自动更新
  • ✅ 跨平台支持(macOS / Windows / Linux)

支持的平台

| 平台 | 架构 | 状态 | |------|------|------| | macOS | Apple Silicon (arm64) | ✅ | | macOS | Intel (x64) | ✅ | | Windows | x64 | ✅ | | Linux | x64 | ✅ | | Linux | arm64 | ✅ |

使用步骤

  1. 安装: npm install -g copilot-hub-cli
  2. 启动: copilot-hub
  3. 激活: 在弹出的浏览器面板中输入卡密
  4. 启动代理: 点击"启动代理"按钮
  5. 使用 VS Code: 点击"启动 VS Code",Copilot 已自动配置好

常见问题

macOS 提示"无法验证开发者"

# 找到二进制文件位置
which copilot-hub
# 或者直接对全局 node_modules 目录操作
xattr -cr $(npm root -g)/copilot-hub-cli/binaries/

Linux 权限不足

chmod +x $(npm root -g)/copilot-hub-cli/binaries/*

端口被占用

程序会自动尝试 9100-9120 端口,如果全部占用请释放端口后重试。

卸载

npm uninstall -g copilot-hub-cli

获取卡密

请联系客服获取卡密激活使用。