Run anything in the cloud. Replace uv run with vmux run.
Project description
vmux
Run anything in the cloud. Replace uv run with vmux run.
Install
uv tool install vmux-cli
Usage
vmux run python train.py
# like uv run, but in the cloud. you get a tmux session.
vmux run -d python train.py
# detached. close your laptop. job keeps running (up to 7 days).
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
- AST parses your imports, bundles only what you need (skips .git, venvs, checkpoints, etc.)
- auto-detects deps from pyproject.toml, requirements.txt, or PEP 723 inline scripts
- editable packages? we find them, bundle them, install them (transitive deps too)
- runs on cloudflare containers with 168h keepalive
- real tmux session inside. survives disconnects. reattach from anywhere.
- pre-baked image: pytorch, transformers, numpy, pandas, fastapi
Limits
- 0.25 vCPU, 1GB RAM per job
- 2GB disk (ephemeral, R2 mount soon)
- 7 day max runtime (indefinitely soon)
- outbound network unrestricted, inbound via preview URLs
- experimental: some jobs may be randomly evicted
Pricing
Free for the holidays, then $2/mo.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vmux_cli-0.4.1.tar.gz
(60.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vmux_cli-0.4.1-py3-none-any.whl
(24.7 kB
view details)
File details
Details for the file vmux_cli-0.4.1.tar.gz.
File metadata
- Download URL: vmux_cli-0.4.1.tar.gz
- Upload date:
- Size: 60.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bec3799f379678e894a20368d20ee7d85bbf2606967232b7e0cad1cffc08366f
|
|
| MD5 |
1533fa1ee378383e2e0856f45086a4a7
|
|
| BLAKE2b-256 |
ba78ef0231298f49bed571865d94f31ba1ac605ef1fba40c1f3ca92f3ca02233
|
File details
Details for the file vmux_cli-0.4.1-py3-none-any.whl.
File metadata
- Download URL: vmux_cli-0.4.1-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbf5cbf18b8b6eb01a5a0764b242355ac0ca19c3e53a6b81e7e0b7488dd9eba7
|
|
| MD5 |
a2c017bee1910c429e6849f30fd1fff9
|
|
| BLAKE2b-256 |
7dcb7872d87396a28df01d3bbe2f86ee7b565663688a516bf4099144e5f65ae2
|