antonlobanovskiy/agent-tmux-web — explained in plain English
Analysis updated 2026-05-18
Check on a remote AI coding agent from your phone while commuting
Read a chat style transcript of an agent's tmux session
Attach to the raw terminal for precise keyboard control when needed
Get notified on your phone when an agent finishes a task
| antonlobanovskiy/agent-tmux-web | andersondanieln/hexllama | bb8ad8/addroid-oss | |
|---|---|---|---|
| Stars | 13 | 13 | 13 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | developer | vibe coder | pm founder |
Figures from each repo's GitHub metadata at analysis time.
Requires a remote server running tmux with your AI agent sessions already set up.
Agent Tmux Web is a TypeScript web application that lets you control long-running terminal AI agents, such as Codex, Claude, and Gemini, from your phone or desktop browser, without needing to keep an SSH session open. Tmux is a program that keeps command-line sessions running on a server even after you disconnect, this project wraps those sessions in a browser-friendly interface so you can check in on your agents, read their output, and send new input from anywhere. The problem it solves is that using AI agents on mobile is awkward: SSH sessions break on disconnect, resizing a terminal on a small screen is painful, and managing multiple agents at once is tedious. Agent Tmux Web keeps the actual work happening on your server inside tmux, while giving your browser a cleaner control panel on top. You get two views: a readable chat-style transcript of the agent's output, and a raw terminal attach mode for when you need precise keyboard control. Beyond just viewing output, you can launch agents from a menu, switch between multiple tmux sessions, upload files from Android, iOS, or desktop to share with an agent, and receive browser or Android notifications when an agent finishes a task and is waiting for your next input. The project also includes a native Android wrapper app that stores your server address and handles notifications in the background. You would use this when you run AI coding agents on a remote server and want to supervise or interact with them from your phone, for example, while commuting or away from your desk. The full README is longer than what was provided.
A web app that lets you control long running AI coding agents in tmux from your phone or browser without keeping an SSH session open.
Mainly TypeScript. The stack also includes TypeScript.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.