Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
Bridge Feishu/Lark to AI coding CLIs — Claude Code, Codex, Gemini, OpenCode… every DM, group or topic spawns its own live-streaming CLI session
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
100
review score
Problem solved
It solves the disconnect between CLI-based AI coding tools and mobile/team environments: agents run on a dev machine but users are on phones, CLI lacks Feishu context, and single agents are insufficient. botmux streams output to Feishu cards, supports @mention routing for multiple bots, and allows session relay across groups.
Deployment reality
The available setup signal starts with: npm install -g botmux. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build multi-bot code review workflows, oncall troubleshooting bots, scheduled analysis tasks, and interactive web terminals for CLI agents. Real-world uses include having Claude Code and Codex review the same MR independently, running parallel topic pipelines, and adopting tmux sessions from mobile. The ceiling is orchestrating 20+ CLI/Agent adapters in a single Feishu group with full session persistence and context relay.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
deepcoldy/botmux is tracked as a TypeScript project in the Developer Tool area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 998 total stars, with +16 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 15 days ago, and the open issue queue is 65, about 6.51% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 189 forks and 998 watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need TypeScript teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 122. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyMIT is recorded for review.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
998 Stars
Reuse
189 Forks
Attention
998 Watchers
Maintenance
active
License
MIT
Open issues
65
botmux 是一个飞书消息与 AI 编程 CLI 的桥接工具,它监听飞书消息,为每个新会话自动启动独立的 CLI 进程,并将输出实时流式回传为飞书卡片,同时提供可交互的 Web 终端。它不重新实现 Agent 能力,而是直接桥接 20+ 现有的 CLI/Agent 工具。
Key Features
- 实时流式卡片:每轮对话一张实时刷新的卡片,终端画面原样截图回传,支持显示/隐藏输出、翻屏、重启/关闭/接管会话。 - 多机器人协作:同群多 bot @mention 路由,不同 CLI 背后不同模型,天然多样性,方案评审/代码 review 让它们互相挑刺。 - 可交互 Web 终端:浏览器/手机直接操作 CLI,移动端带悬浮快捷键栏(Esc、Ctrl+C、方向键)。
Developer Tool
Tools that improve coding, testing, build, and local workflow
npm install -g botmux65
Health Score
Active
Commit Activity
Mar 11, 2026
Created
Aug 7, 2026
Last push
+122
Today's growth
+122
7-day growth
+122
30-day growth
Forks
Open
Watchers
deepcoldy
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
nilbuild/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
react/react
The library for web and native user interfaces.
trimstray/the-book-of-secret-knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
It solves the disconnect between CLI-based AI coding tools and mobile/team environments: agents run on a dev machine but users are on phones, CLI lacks Feishu context, and single agents are insufficient. botmux streams output to Feishu cards, supports @mention routing for multiple bots, and allows session relay across groups.
Capabilities
Developers can build multi-bot code review workflows, oncall troubleshooting bots, scheduled analysis tasks, and interactive web terminals for CLI agents. Real-world uses include having Claude Code and Codex review the same MR independently, running parallel topic pipelines, and adopting tmux sessions from mobile. The ceiling is orchestrating 20+ CLI/Agent adapters in a single Feishu group with full session persistence and context relay.
Bottom Line
botmux is ideal for teams using Feishu/Lark who want to control AI coding CLIs from mobile and enable multi-agent collaboration. Avoid if you don't use Feishu or need a standalone agent framework. Key trade-off: it bridges existing CLIs rather than building new agent capabilities, so CLI upgrades mostly benefit directly but adapter maintenance may be needed for interface changes.