Self-hosted · tmux web client

Use your tmux from your phone

tmux-next is a self-hosted web client. It lists every tmux session on your machine, shows the latest screen of each, and lets you tap in and keep working from your phone — made for watching Claude Code run inside them.


What it looks like

Two screens

Session list: three sessions, each showing its last few lines; the one waiting for a reply has a green dot.

Every session in one place, each with its last few lines. The ones waiting for your reply sit at the top, so you catch them at a glance.

Install

One command, no build step

$ bunx tmux-next

Needs tmux 3.2+ and Bun. Once it's running, open http://127.0.0.1:7682/ to see every tmux session on the machine.

To reach it from your phone, put a reverse proxy in front for HTTPS and login — the service has no auth of its own, and exposing it to the internet hands out a shell on your machine. Follow the Caddy deployment guide.
View on GitHub →