{"id":16759614,"url":"https://github.com/shubhexists/mlvm","last_synced_at":"2025-07-23T15:34:33.897Z","repository":{"id":245590734,"uuid":"805568577","full_name":"shubhexists/mlvm","owner":"shubhexists","description":"A multi-language version manager written in Rust similar to what nvm is for node, that currently supports NodeJS","archived":false,"fork":false,"pushed_at":"2024-10-08T19:21:41.000Z","size":152,"stargazers_count":16,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T06:06:20.094Z","etag":null,"topics":["developer-tools","nvm","rust","version-manager","versions"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shubhexists.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-24T21:45:38.000Z","updated_at":"2025-03-29T15:14:27.000Z","dependencies_parsed_at":"2024-10-28T11:53:48.785Z","dependency_job_id":null,"html_url":"https://github.com/shubhexists/mlvm","commit_stats":null,"previous_names":["shubhexists/mvm","shubhexists/mlvm"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shubhexists/mlvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhexists%2Fmlvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhexists%2Fmlvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhexists%2Fmlvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhexists%2Fmlvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shubhexists","download_url":"https://codeload.github.com/shubhexists/mlvm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhexists%2Fmlvm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266704526,"owners_count":23971488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-tools","nvm","rust","version-manager","versions"],"created_at":"2024-10-13T04:08:36.049Z","updated_at":"2025-07-23T15:34:33.874Z","avatar_url":"https://github.com/shubhexists.png","language":"Rust","readme":"# Multi Language Version Manager\r\n`mlvm` is a command line tool that can be used to switch between versions for different languages.\r\nDrop of a ✨ if you are here. It would mean a lot : )\r\n\r\n\r\n[DEMO.webm](https://github.com/shubhexists/mlvm/assets/110319892/b5a0b3f4-6cb3-4ce4-9635-a31b3f93aa04)\r\n\r\n# Features \r\n1) Fast, written in Rust\r\n2) A single binary to control versions of multiple languages, without increasing the space\r\n3) Secure, as it uses symlinks instead of changing env.\r\n4) Easy to use\r\n\r\n# Current Supported Languages\r\n- [x] Node\r\n- [ ] Go\r\n\r\nMore languages to be added soon!\r\n\r\n# Installation\r\n## Using Cargo\r\nYou can install mlvm from [Cargo](https://crates.io/crates/mlvm) directly\r\n```\r\ncargo install mlvm\r\n```\r\n## Build From Source\r\n1) Clone this repository by running the command\r\n```\r\ngit clone https://github.com/shubhexists/mlvm\r\n```\r\n2) `cd` into the directory and run\r\n```\r\ncargo build --release\r\n```\r\n This will create binaries for the project.\r\n \r\n3) Export the path of the executable (It is in the `/target/release/` directory .) For eg,\r\n```\r\n   export PATH=\"$PATH:/home/jerry/Desktop/mlvm/target/release\"\r\n```\r\n4) You are all set to use mlvm :)\r\n\r\n# Major Commands\r\n1) To install a new version\r\n```\r\nmlvm language_name install version_number\r\n```\r\nEg. \r\n```\r\nmlvm node install 16 // installs node 16\r\n```\r\n2) To list all the versions of a language\r\n```\r\nmlvm language_name ls\r\n```\r\n3) To remove a version of any language\r\n```\r\nmlvm language_name remove version_number\r\n```\r\n4) To switch between different version of a language\r\n```\r\nmlvm language_name use version_number\r\n```\r\n5) To execute a piece of code without actaully changing the version in the shell (Work In Progress)\r\n```\r\nmlvm language_name exec version_number file_to_execute\r\n```\r\n6) To create version aliases for a language (Work In Progress)\r\n```\r\nmlvm language_name alias add version_number alias_name\r\n```\r\n\r\nFor more details about commands, and flags like `--debug` and `--no-default`, Refer to COMMANDS.md (Work In Progress).\r\n\r\n# Thanks\r\nIf you read till here, thanks for showing interest in the project :)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhexists%2Fmlvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubhexists%2Fmlvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhexists%2Fmlvm/lists"}