Run any command in the cloud. Like tmux, but virtual.
Project description
vmux
Run any command in the cloud. Like tmux, but virtual.
Install
# Install globally
uv tool install vmux-cli
# Or run without installing
uvx --from vmux-cli vmux run python train.py
Usage
# Login with GitHub
vmux login
# Run a command (streams output)
vmux run python train.py
# Run in background
vmux run --detach python long_job.py
# Run a web server with preview URL
vmux run --preview uvicorn main:app
# → Preview: https://abc123.purr.ge
# Attach to running job
vmux attach <job_id>
# View logs
vmux logs <job_id>
# List jobs
vmux ps
Features
- Cloud execution: Run Python scripts on Cloudflare containers
- Automatic dependencies: Uses
uvfor instant package installs - Interactive terminal: Attach to running jobs via tmux
- Background jobs: Detach and reattach anytime
- Preview URLs: Share web apps instantly with
--preview(port 8000)
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.3.2.tar.gz
(58.9 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.3.2-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file vmux_cli-0.3.2.tar.gz.
File metadata
- Download URL: vmux_cli-0.3.2.tar.gz
- Upload date:
- Size: 58.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eae863c1f720a4071277cf724827eee1cb7dfaa45a00bbd2316b71e860bae083
|
|
| MD5 |
3ca2d5b60ba4577d64db6f50a7688032
|
|
| BLAKE2b-256 |
723f4768a5e55522fbef29293bcd6a4334226857511327abc21d61c4b1484d8c
|
File details
Details for the file vmux_cli-0.3.2-py3-none-any.whl.
File metadata
- Download URL: vmux_cli-0.3.2-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c66db3c71adee00f0a11b60e9c1b960d488695c533560e3e10f0e4123ce4c20a
|
|
| MD5 |
0ba51b3440e757b1b44d3665505e0e72
|
|
| BLAKE2b-256 |
5c635cce3fac23b5921f676b500809d8f5cb148d518ebe340788c573a575858c
|