Demos

vmux in action.

🐱 Collaborative Terminal live

WebSocket-powered terminal in the browser. Share the URL with anyone—they get the same tmux session. Built with xterm.js, runs on vmux with --preview.

ML Training background job

Run training jobs that survive disconnects. Close your laptop, come back tomorrow. Pytorch, transformers, and the full ML stack pre-installed.

vmux run -d python train.py --epochs 100
Web Apps --preview

Deploy FastAPI, Gradio, Streamlit instantly. Get a public URL. WebSockets work. Share your app with anyone.

vmux run -d --preview python server.py