Run anything in the cloud

replace uv run with vmux run. your code runs in a container, and you can attach to it like tmux. free for the holidays, then $1/mo.

vmux run cloudflare container r2
↳ tmux session
uv tool install vmux-cli
vmux run python train.py
# ai bundles your code + deps via AST. runs up to 7 days (for now!).

vmux run -d python train.py
# detached. job keeps running. close your laptop.

vmux attach abc123
# back in your tmux session. from anywhere.

vmux run -d --preview python server.py
# port 8000 exposed → https://oibqm8ham8zq.purr.ge
# websockets work. deploy a full web app.

vmux ps
vmux logs -f abc123
vmux stop abc123

how it works

each job runs in an isolated container · full network access · websocket support
real tmux with resize · preview urls on port 8000 · stream logs in real-time

no dockerfile · no server · no ssh · <100ms cold starts · gpus soon