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

easycoder-cli

v1.1.22

Published

EasyCoder CLI for Claude Code and Codex

Downloads

1,559

Readme

EasyCoder CLI

EasyCoder CLI 是在本机运行 AI 编码会话的统一入口,支持 Claude Code、Codex、Gemini、OpenClaw,并可与移动端 / Web 端联动远程控制。

安装

npm install -g easycoder-cli

当前 npm 包名为 easycoder-cli,安装后命令仍是 easycoder

快速开始

  1. 登录账号
easycoder auth login
  1. 启动后台 daemon(推荐)
easycoder daemon start
easycoder daemon status
  1. 启动会话
# Claude(默认)
easycoder
# 或
easycoder claude

# 其他 Agent
easycoder codex
easycoder gemini
easycoder openclaw

常用命令

# 认证
easycoder auth login
easycoder auth status
easycoder auth logout

# daemon
easycoder daemon start
easycoder daemon stop
easycoder daemon status
easycoder daemon list

# 账号连接(第三方 Provider)
easycoder connect claude
easycoder connect codex
easycoder connect gemini
easycoder connect status

# 诊断和恢复
easycoder doctor
easycoder resume <session-id>

常见问题

绑定成功,但 App 的机器列表看不到当前电脑

通常是 daemon 未运行:

easycoder daemon start
easycoder daemon status

确认 daemon 在线后,回到 App 刷新机器列表。

环境变量

| 变量名 | 说明 | |---|---| | EASYCODER_SERVER_URL | 自定义服务端地址(默认 https://codeapi.daima.club) | | EASYCODER_WEBAPP_URL | 自定义 Web 地址(默认 https://code.daima.club) | | EASYCODER_HOME_DIR | 本地数据目录(默认 ~/.easycoder) | | EASYCODER_DISABLE_CAFFEINATE | 关闭 macOS 防休眠 | | EASYCODER_EXPERIMENTAL | 启用实验功能 |

从源码开发

在仓库根目录:

pnpm install
pnpm --filter easycoder-cli build
pnpm --filter easycoder-cli dev

运行要求

  • Node.js >= 20
  • 使用 Claude 时需要本机已安装并登录 claude
  • 使用 Codex 时需要本机已安装并登录 codex
  • 使用 Gemini 时建议先连接账号:easycoder connect gemini

License

MIT