tmux-agent-sidebar: Real-time AI Agent Monitoring in tmux
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
tmux-agent-sidebar is a powerful tmux plugin designed to monitor AI coding agents like Claude Code, Codex, and OpenCode across all your tmux sessions and windows. It provides real-time status updates, background shell states, prompts, and Git information, all within a convenient sidebar. This tool enhances productivity by centralizing agent activity and offering quick actions like spawning worktrees.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
tmux-agent-sidebar is an innovative tmux sidebar that provides real-time monitoring of AI coding agents across all your tmux windows and sessions. Developed in Rust, this plugin offers a unified view of agents like Claude Code, Codex, and OpenCode, displaying their status, background shells, prompts, Git state, activity, and worktrees without requiring you to switch windows.
This tool is designed to streamline your development workflow by centralizing information from your AI assistants, making it easier to track their progress and interact with them efficiently.
Installation
The easiest way to install tmux-agent-sidebar is by using TPM (tmux Plugin Manager).
- Add the plugin to your
~/.tmux.conffile:
set -g @plugin 'hiroppy/tmux-agent-sidebar'
- Reload your tmux environment (
tmux source ~/.tmux.conf). - Press
prefix + I(capital i) to fetch and install the plugin. The install wizard will download a pre-built binary or build from source.
For manual installation or more detailed instructions, please refer to the official documentation.
Examples
After installation, you'll need to wire up your AI agents to integrate with the sidebar. Here's a brief overview, with full walkthroughs available in the documentation:
- Claude Code: Register the plugin within Claude Code using
/plugin marketplace add ~/.tmux/plugins/tmux-agent-sidebarand/plugin install tmux-agent-sidebar@hiroppy. - Codex: Open a Codex pane, press
prefix + e, click the yellow?badge, copy the setup snippet, and paste it into the Codex pane. - OpenCode: Symlink the plugin file to your OpenCode plugins directory:
ln -sf ~/.tmux/plugins/tmux-agent-sidebar/.opencode/plugins/tmux-agent-sidebar.js ~/.config/opencode/plugins/tmux-agent-sidebar.js.
Once configured, you can toggle the sidebar:
prefix + etoggles the sidebar in the current window.prefix + Etoggles it across all windows and sessions.
Why Use It
tmux-agent-sidebar offers several compelling features that make it an essential tool for developers working with AI coding agents:
- Every pane, one view: It tracks Claude Code, Codex, and OpenCode panes across all your tmux sessions and windows, providing a centralized dashboard.
- Live metadata: Get real-time updates on prompts, tool calls, response previews, background shell states, wait reasons, task progress, and subagent trees as your agents work.
- Worktrees, included: Easily spawn a fresh worktree and agent directly from the sidebar, and tear it down, including the window, worktree, and branch, with a single keystroke.
- Desktop notifications: Receive native alerts when an agent finishes a task, requires permission, or encounters an error, keeping you informed without constant monitoring.
Links
- GitHub Repository: https://github.com/hiroppy/tmux-agent-sidebar
- Official Documentation: https://hiroppy.github.io/tmux-agent-sidebar/
- Getting Started: https://hiroppy.github.io/tmux-agent-sidebar/getting-started/installation/
- Features Overview: https://hiroppy.github.io/tmux-agent-sidebar/features/agent-pane/
Related repositories
Similar repositories that may be relevant next.

ai-memory: Long-Term Memory Solution for AI Coding Agents
September 10, 2026
ai-memory is a robust solution providing long-term memory for AI coding agents, enabling seamless handoffs between different agent vendors and machines. It ensures that project knowledge, failed approaches, and open questions persist, facilitating collaborative development and continuous progress across various tools and teams. Built in Rust, this open-source project offers a reliable and transparent way to manage agent memory.

Worktrunk: Streamlining Git Worktree Management for AI Agent Workflows
September 9, 2026
Worktrunk is a powerful CLI tool built in Rust, designed to simplify Git worktree management. It's particularly optimized for parallel AI agent workflows, making it easy to handle multiple development branches simultaneously. By abstracting away the complexities of native Git worktrees, Worktrunk enhances developer productivity with intuitive commands and automation features.

vibe-kanban-local: A Self-Contained Kanban for AI Coding Agents
September 8, 2026
vibe-kanban-local is a robust, local-only fork of the original BloopAI/vibe-kanban project, maintained after its upstream sunset. It provides a self-contained, single-user kanban board, allowing developers to integrate over ten different AI coding agents directly into their workflow without any cloud dependencies or logins. This tool is ideal for enhancing productivity with AI assistance in a private, offline environment.

Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration
September 6, 2026
Ralph Orchestrator is a robust, Rust-based framework designed for autonomous AI agent orchestration. It implements the innovative "Ralph Wiggum technique," a methodology focused on continuous iteration to ensure AI agents complete complex tasks effectively. This powerful tool supports multiple AI backends and offers features like a "hat system" for specialized personas and human-in-the-loop interaction via Telegram.
Source repository
Open the original repository on GitHub.
8 counted GitHub visits