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.
AI Agent Analysis
BO

deepcoldy/botmux

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

stars
998
Language
TypeScript
GitHub
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

Overview

botmux bridges Feishu/Lark to AI coding CLIs (Claude Code, Codex, Gemini, etc.), spawning an independent CLI session per message and streaming output back as real-time cards. Its core value is enabling mobile control and multi-bot collaboration without rebuilding agent capabilities.

Installation

npm install -g botmux && botmux setup && botmux start

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.

What you can build

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.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

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.

Analyzed by Git-Stars - 7/30/2026