Run anything in the cloud

vmux run bundles your code and runs it in a long-running container. attach from anywhere, like tmux. (free for the holidays, then $2/mo)

your laptop
🐰 bundler cf container r2
your laptop
🐰 bundler cf container r2
↳ tmux session (attach from anywhere)
uv tool install vmux-cli
vmux run python train.py
# like uv run, but in the cloud. you get a tmux session (attach from anywhere).

vmux run -d python train.py
# detached. close your laptop. job keeps running (up to 7 days for now).

vmux attach abc123
# back in your tmux session. from your phone, another laptop, wherever.

vmux run -d -p 8000 python server.py
# expose a port, get a preview URL. websockets just work.

vmux ps
vmux logs -f abc123
vmux stop abc123

how it works

isolated containers · full network · websockets · real tmux

no dockerfile · no server · no ssh · gpus soon

performance

limits

faq