MonVisor 0.1.1
Patch release — installer fixes and corrected documentation. No feature or behavior
changes to MonVisor itself; if 0.1.0 installed cleanly for you, there's nothing new
to gain here.
Fixes
Installer now works on Debian/Ubuntu minimal images. It was probing the wrong
thing for Python venv support (the `venv` module, which is always present)
instead of `ensurepip` (which ships separately in `python3.X-venv`), so the
install passed its check and then failed later with "ensurepip is not available."
It now detects this correctly and installs the right version-specific package.
Cleaner failure on a full disk. A failed model pull no longer crashes with a raw
traceback; the installer warns about low free space up front (~20 GB needed) and
exits with a clear message if the disk fills mid-install.
Corrected disk requirements in the docs (install uses ~16–17 GB; 20 GB free
minimum, 35–40 GB total recommended). Verified end-to-end on clean CentOS 10 and
Ubuntu 26.04 minimal installs.
For features and install instructions, see the README or the 0.1.0 notes.
Still alpha — not yet fully tested for production.