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.

Start-Technologies: Monorepo for StartOS and Self-Hosting Solutions
August 13, 2026
Start-Technologies is the comprehensive monorepo by Start9Labs, featuring StartOS as its flagship product. This open-source Linux distribution enables users to run personal servers, facilitating the self-hosting of various services for enhanced data ownership and privacy. It integrates a robust Rust backend, an Angular frontend, and a unique diff-based database for reactive state synchronization.
Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems
August 12, 2026
Cortex-Mem is a production-ready, AI-native memory framework built in Rust, providing intelligent long-term memory for autonomous systems. It features a hierarchical three-tier memory architecture for efficient information management, from extraction and search to automated optimization. This framework empowers AI agents to remember, learn, and personalize interactions across sessions, transforming stateless AI into context-aware partners.

CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents
August 9, 2026
CubeSandbox, developed by TencentCloud, is a high-performance, secure sandbox service built on RustVMM and KVM, designed specifically for AI agents. It offers ultra-fast startup times, hardware-level isolation, and high-density deployment, making it ideal for scalable and secure agent execution environments. The service is also fully compatible with the E2B SDK for seamless integration.
StringWars: Benchmarking High-Performance String Processing in Rust and Python
July 21, 2026
StringWars is a comprehensive GitHub repository dedicated to benchmarking performance-oriented string processing libraries in Rust and Python. It meticulously compares various operations, including substring search, hashing, and edit distances, across both CPUs and GPUs. This project serves as an invaluable resource for developers seeking to identify the fastest and most efficient solutions for critical string manipulation tasks, particularly those leveraging modern SIMD instructions and GPU acceleration.
Source repository
Open the original repository on GitHub.