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

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
BO

deepcoldy/botmux

AI Agent

Bridge Feishu/Lark to AI coding CLIs — Claude Code, Codex, Gemini, OpenCode… every DM, group or topic spawns its own live-streaming CLI session

998 Stars189 Forks65 Open Issues998 WatchersTypeScriptMIT
Developer Tool
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

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.

Source and compliance noteLast synced: Aug 8, 2026

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.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • TypeScript teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

998 Stars

Reuse

189 Forks

Attention

998 Watchers

Maintenance

active

License

MIT

Open issues

65

Overview

botmux 是一个飞书消息与 AI 编程 CLI 的桥接工具,它监听飞书消息,为每个新会话自动启动独立的 CLI 进程,并将输出实时流式回传为飞书卡片,同时提供可交互的 Web 终端。它不重新实现 Agent 能力,而是直接桥接 20+ 现有的 CLI/Agent 工具。

Key Features

- 实时流式卡片:每轮对话一张实时刷新的卡片,终端画面原样截图回传,支持显示/隐藏输出、翻屏、重启/关闭/接管会话。 - 多机器人协作:同群多 bot @mention 路由,不同 CLI 背后不同模型,天然多样性,方案评审/代码 review 让它们互相挑刺。 - 可交互 Web 终端:浏览器/手机直接操作 CLI,移动端带悬浮快捷键栏(Esc、Ctrl+C、方向键)。

Tool Positioning

Developer Tool

Tools that improve coding, testing, build, and local workflow

Quick Start
npm install -g botmux
View on GitHub Project Homepage
Project Activity

65

Health Score

Active

Commit Activity

Mar 11, 2026

Created

Aug 7, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+122

Today's growth

+122

7-day growth

+122

30-day growth

Jul 30, 2026Aug 8, 2026
Community Health
189

Forks

65

Open

998

Watchers

Owner
BO

deepcoldy

GitHub profile
Topics & Language
TypeScriptclaudeclaude-codecodexfeishugeminilarkopencode
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k

practical-tutorials/project-based-learning

Curated list of project-based tutorials

279k

react/react

The library for web and native user interfaces.

247k

trimstray/the-book-of-secret-knowledge

A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.

239k
License
MIT
CreatedMar 11, 2026
Last pushAug 7, 2026
Last syncedAug 8, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Full AI Analysis