cvm
Documentation
GitHub
Start here

Desktop GUI (cvm-ui)

A visual layer over the same environments the CLI manages - no separate state, no separate format.

cvm-ui is a Tauri desktop app for browsing and editing environments without a terminal. It reads and writes the exact same ~/.cvm/envs/<name> directories as the CLI, so switching between the two at any point is safe.

Opening it

cvm launch

The first run downloads the matching cvm-ui release asset into ~/.cvm/bin/ and launches it; later runs just launch the already-installed binary.

cvm-ui showing the environments list

What's in it

Everything the GUI does is backed by the same cvm-core logic as the CLI - there is no GUI-only state to keep in sync.