This project is a command-line utility designed to manage multiple runtime versions on a single machine. It enables developers to install, remove, and toggle between different versions to satisfy project-specific dependency requirements, ensuring that each environment remains isolated to prevent version conflicts or path overlaps.
The tool functions by storing distinct runtime versions in separate, isolated directories and utilizing symbolic links to point to the currently active version. It orchestrates these file system operations through a unified command-line interface that modifies system-level path variables and manages necessary file permissions. This approach ensures that the operating system shell correctly resolves the active runtime version during execution.
Beyond core version switching, the utility provides administrative commands to manage global package linking, verify environment configurations through diagnostic tools, and handle custom installation paths. It is built to maintain compatibility with standard command-line interfaces and includes utilities for cleaning up previous installations to avoid registry or path conflicts.