https://github.com/ulrich-tonmoy/vm
A Node JS Version Manager GUI tool made using Tauri
https://github.com/ulrich-tonmoy/vm
node-version-manager nvm nvm-windows react reactjs rust tailwindcss tauri tauri-app tauri-apps tauri-v2 version-manager
Last synced: about 2 months ago
JSON representation
A Node JS Version Manager GUI tool made using Tauri
- Host: GitHub
- URL: https://github.com/ulrich-tonmoy/vm
- Owner: Ulrich-Tonmoy
- Created: 2024-04-30T12:36:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T16:27:12.000Z (over 1 year ago)
- Last Synced: 2026-01-01T14:38:44.193Z (5 months ago)
- Topics: node-version-manager, nvm, nvm-windows, react, reactjs, rust, tailwindcss, tauri, tauri-app, tauri-apps, tauri-v2, version-manager
- Language: TypeScript
- Homepage:
- Size: 18.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Version Manager
A Node JS Version Manager GUI tool made using Tauri.
> [!NOTE]
>
> [Download For Windows From Here](https://github.com/Ulrich-Tonmoy/vm/releases)
>
> [nvm-desktop (Better alternative)](https://github.com/1111mp/nvm-desktop)
### Features
- [x] Search by version, sort and filter by version, release date, npm & v8 version, type (LTS, Current, Stable, Unstable) and status (Active, Installed).
- [x] Simultaneously download and install multiple Node.js versions, and switch between them with ease.
- [x] Change theme and font style (dark/light/system theme and monospace fonts such as Argon, Krypton, Neon, Radon, Xenon)
- [x] Download multiple node version concurrently.
### Technologies
- [x] Tauri
- [x] React
- [x] TypeScript
- [x] Tailwind CSS
- [x] Jotai
- [x] Shadcn
## How to run locally (Windows)
> [!TIP]
> Recommended IDE Setup
>
> - [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
> [!IMPORTANT]
> Tools Needed
>
> - [Node.js](https://nodejs.org/en/download/) + [Rust](https://www.rust-lang.org/tools/install) + [Visual Studio C++ toolchain](https://visualstudio.microsoft.com/vs/features/cplusplus/)
> [!NOTE]
> Commands
>
> - Open the folder in `vs code` or `terminal`.
> - Run the `npm i` to install the packages.
> - Then run the `npm run tauri dev` to run the project.
```
AppData/Roaming/Version Manager/
├── v20.15.1
├── ... all downloaded versions
├── version-list.json
└── config.json
```