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

@ppcode.dev/ppcode

v2.1.92-9

Published

ppcode - AI coding assistant in your terminal

Readme

ppcode

全网首发 Claude Code 官改客户端,开箱即用。

ppcode 基于 Claude Code 官方客户端深度定制,内置关闭所有遥测功能,无需手动配置环境变量,安装即用。

特性

  • 🔒 遥测全关 — Datadog、OpenTelemetry、BigQuery、GrowthBook 等全部禁用,保护你的隐私
  • 🔑 API Key 认证 — 简洁的 /login 流程,输入 API Key 即可使用
  • 🟢 独立登录态 — 与官方 Claude Code 共存,互不干扰
  • 🎨 全新主题 — 浅绿色 UI + PP 机器人吉祥物
  • 📦 一键安装 — npm 全局安装,跨平台支持 macOS / Linux / Windows

安装

npm install -g @ppcode.dev/ppcode

使用

# 启动交互模式
ppcode

# 登录(输入从 ppcode.dev 获取的 API Key)
# 在 ppcode 内执行 /login

# 非交互模式
ppcode -p "你好"

获取 API Key

访问 ppcode.dev 注册账号并获取你的 API Key。

与官方 Claude Code 的区别

| | ppcode | 官方 Claude Code | |---|---|---| | 遥测 | ❌ 全部关闭 | ✅ 默认开启 | | 认证 | API Key | OAuth + API Key | | 登录态 | ~/.claude.json 独立字段 | ~/.claude/.credentials.json | | 共存 | ✅ 不影响官方客户端 | — |

链接