multiplexer active

beehive

Maker: storozhenko98 License: MIT Stars: 60 First released: 2026-02-23 Language: Rust, TypeScript

About

Beehive organizes AI coding agent workspaces the way tmux organizes terminals: repos are 'hives', grouped into 'nests', each with isolated full git clones ('combs') on any branch, and persistent 'panes' that hold terminal or agent sessions across context switches. Agents such as Claude Code run as ordinary CLI processes inside panes, so the app manages workspaces and sessions rather than coding itself - fitting the multiplexer category. Isolated workspace clones (combs) can be duplicated, including uncommitted changes, for safe experimentation on different branches, with per-repo quick-launch buttons and persisted pane layouts. It ships as a macOS desktop GUI (Tauri) and a Rust TUI for macOS and Linux, MIT-licensed, with beehiveapp.dev as its site. It targets developers running several agent sessions across many repos who want tmux-style isolation.