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

@carboncode/cli

v0.2.7

Published

Chinese-first DeepSeek-powered terminal coding agent for personal developer workflows.

Readme

Carbon Code

Carbon Code 是一款类似 Claude Code 的代码开发工具,也是中国第一个基于 DeepSeek 的代码开发工具,Token 成本节省 90% 以上。它可以实现自动任务拆分、自动开发、MCP 测试,以及与 Claude、Codex 等多 Agent 协作,能力接近 Claude Sonnet 4.6。

在项目目录中启动后,它会读取并搜索你的代码、提出修改方案并以 diff 展示、在运行 shell 命令前征求你的确认、按需运行测试验证,并为每次会话留下简洁的记录。

English: README.en.md

安装

要求 Node.js 22 或更新版本。

npm install -g @carboncode/cli
cd path/to/project
carboncode

Windows PowerShell 运行 npm 命令时,如果提示 npm.ps1 被禁止执行,请改用 npm.cmd,例如:

npm.cmd install
npm.cmd run dev
npm.cmd run verify

短命令:

ccode

不全局安装也可以临时运行:

npx @carboncode/cli

常用命令

| 命令 | 用途 | | --- | --- | | carboncode | 在当前项目目录启动编码智能体(等同 carboncode code)。 | | carboncode code [dir] | 在指定目录 [dir] 启动编码智能体;省略 [dir] 即为当前目录。 | | carboncode chat | 不带文件系统和 shell 工具的纯聊天。 | | carboncode run "task" | 非交互式执行一次任务。 | | carboncode doctor | 本地环境健康检查。 | | carboncode update | 检查并安装最新 CLI 包。 |

Carbon Code 也安装 ccode。默认不会安装 cc,因为这个名字通常是系统 C 编译器。

配置

用户配置文件位置:

~/.carboncode/config.json

可以通过首次运行向导配置 DeepSeek API Key,也可以直接导出环境变量:

export DEEPSEEK_API_KEY=sk-...

项目规则建议写在仓库里的 AGENTS.mdCARBON.md

模型预设使用当前 DeepSeek V4 API ID:flash 对应 deepseek-v4-flashpro 对应 deepseek-v4-proauto 默认从 Flash 开始,并在困难回合一次性升级 到 Pro。

许可与归因

Carbon Code 使用 MIT 许可证。

第三方 MIT 声明保留在:

  • THIRD_PARTY_NOTICES.md
  • LICENSES/

不要移除派生源码中的 copyright 或 MIT notice。