Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
将 AI 命令行工具以最为原生的方式,集成到微信 ClawBot 中,目前支持集成 Codex、Claude Code、OpenCode。 支持微信和本地终端线程(thread/session)共享、双向对话,支持将本地文件传输至微信,微信也支持发送文件到终端。现已支持多cli切换、微信表情绑定指令。
| Date | Stars |
|---|---|
| 2026-07-31 | 448 |
| 2026-08-01 | 449 |
| 2026-08-06 | 449 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# CLI WeChat Bridge <p align='center'><img src='docs/images/logo.png' width=90%></p> <p align="center"><img alt="Typing SVG" src="https://readme-typing-svg.herokuapp.com?font=JetBrains+Mono&weight=600&duration=4000&pause=500&color=06C763&center=true&vCenter=true&width=660&lines=CLI+WeChat+Bridge+%E5%BE%AE%E4%BF%A1%E6%A1%A5%E6%8E%A5;%E7%9C%9F%E6%AD%A3%E7%9A%84%E2%80%9C%E7%BB%88%E7%AB%AF-%E5%BE%AE%E4%BF%A1%E2%80%9D%E5%8E%9F%E7%94%9F%E5%8F%8C%E5%90%91%E4%BA%A4%E4%BA%92"></p> <p align="center"> <a href="https://github.com/UNLINEARITY/CLI-WeChat-Bridge"><img alt="GitHub stars" src="https://img.shields.io/github/stars/UNLINEARITY/CLI-WeChat-Bridge?label=Stars&style=for-the-badge&logo=github&color=0891b2&labelColor=1c1917"></a> <a href="https://www.npmjs.com/package/cli-wechat-bridge"><img alt="npm version" src="https://img.shields.io/npm/v/cli-wechat-bridge?label=npm&style=for-the-badge&logo=npm&color=cb3837&labelColor=1c1917"></a> <a href="https://www.npmjs.com/package/cli-wechat-bridge"><img alt="npm downloads" src="https://img.shields.io/npm/dt/cli-wechat-bridge?label=Downloads&style=for-the-badge&logo=npm&color=16a34a&labelColor=1c1917"></a> <a href="https://www.npmjs.com/package/@unlinearity/cli-wechat-bridge"><img alt="scoped npm downloads" src="https://img.shields.io/npm/dt/@unlinearity/cli-wechat-bridge?label=Scoped%20downloads&style=for-the-badge&logo=npm&color=15803d&labelColor=1c1917"></a> <a href="https://www.npmjs.com/package/cli-wechat-bridge"> <img alt="License" src="https://img.shields.io/badge/License-AGPL--3.0-7c3aed?style=for-the-badge&labelColor=1c1917"> </a> <a href="https://github.com/UNLINEARITY/CLI-WeChat-Bridge/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/UNLINEARITY/CLI-WeChat-Bridge/ci.yml?branch=main&label=CI&style=for-the-badge&logo=githubactions&logoColor=white&labelColor=1c1917"></a> </p> **命令行工具的微信桥接**:本项目将微信消息桥接到本地运行的 [`Codex`](https://github.com/openai/codex)、[`Claude Code`](https://code.claude.com/docs/en/overview) 和 [`OpenCode`](https://github.com/anomalyco/opencode),同时把本地输出、审批请求与运行状态同步回微信。 项目围绕本地工作流设计,重点是保留**本地原生终端体验**:你仍然在本地使用原生 CLI 和高级启动参数,微信负责远程输入、结果回流与状态同步。 <p align='center'><img src='docs/images/animation.webp' width=90%></p> ## 文档导航 - [问题排查](docs/troubleshooting.md):上下文 token、网络代理、本地 endpoint、已知限制等常见问题。 - [运行配置](docs/configuration.md):数据目录、上传大小限制、调试开关等环境变量。 - [开发说明](docs/development.md):源码运行、测试、构建、打包和全局 smoke 验证。 - [发布说明](docs/releases/README.md):各版本变更与升级说明。 - [通信架构](docs/architecture.md):三种 CLI 适配器的通信机制、PTY 依赖分析和技术决策。 ## 这个项目解决什么问题? 本项目适合这样的使用场景: - 你的主工作流仍在本地终端中进行; - 你希望继续使用 Codex、Claude Code、OpenCode 等原生 CLI,而不是迁移到网页或托管机器人; - 你希望离开电脑后,仍能通过微信向本地会话发送请求,并接收必要输出和状态更新。 本项目不试图把微信变成新的主工作界面。它的定位是: - 本地 CLI 仍然是主工作界面,并保持原生的使用逻辑; - 微信是远程入口,用来接入本地会话; - 会话一致性、线程状态和审批流仍以**本地会话为中心**。 ## 快速开始 ### 1. 环境要求 - [Node.js](https://nodejs.org/en/download) `>= 24.0.0`(建议直接安装官网 LTS 版本) - 已安装以下任意一种本地 CLI,并尽量保持最新版本: - [Codex](https://github.com/openai/codex) - [Claude Code](https://code.claude.com/docs/en/overview) - [OpenCode](https://github.com/anomalyco/opencode) ### 2. 安装 发布版本可以直接从 npm 安装: ```bash npm install -g cli-wechat-bridge@latest ``` 安装后,可以在任意项目目录中使用 `wechat-daemon`、`wechat-codex-start`、`wechat-claude-start`、`wechat-opencode-start` 等命令。 兼容性说明:旧包名 `@unlinearity/cli-wechat-bridge` 会继续同步发布,已经安装旧包名的用户可以正常升级;新用户优先使用更短的 `cli-wechat-bridge`。 <details> <summary><b>安装遇到问题?(node-pty 原生模块)</b></summary> 本项目使用 `node-pty` 为 CLI 适配器提供完整终端模拟。**Claude Code 适配器当前通过 PTY 交互模式工作**,node-pty 不可用时会回退到兼容模式,但 Claude Code 在此模式下可能无法正常桥接;Codex 适配器主要通过 WebSocket RPC 通信,通常不受影响;OpenCode 适配器完全不依赖 node-pty。 **Linux 用户**(最常见):需要原生模块编译工具: ```bash # Debian / Ubuntu sudo apt install build-essential python3 # RHEL / Fedora sudo dnf groupinstall "Development Tools" && sudo dnf install python3 # Alpine apk add build-base python3 ``` 安装编译工具后重新安装:`npm in
Excerpt of 14,151 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1ae6f819822c11a8, llm:Repository description: "将 AI 命令行工具以最为原生的方式,集成到微信 ClawBot 中,目前支持集成 Codex、Claude Code、OpenCode... 支持多cli切换、微信表情绑定指令." Topics include ai, claude-code, cli, codex, wechat.
matched fp:1ae6f819822c11a8, llm:Repository description: "将 AI 命令行工具以最为原生的方式,集成到微信 ClawBot 中,目前支持集成 Codex、Claude Code、OpenCode... 支持多cli切换、微信表情绑定指令." Topics include ai, claude-code, cli, codex, wechat.