Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ulrich-tonmoy/vm

A Version Manager GUI tool made using Tauri
https://github.com/ulrich-tonmoy/vm

Last synced: about 7 hours ago
JSON representation

A Version Manager GUI tool made using Tauri

Awesome Lists containing this project

README

        


Version Manager Logo

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)


Version Manager

### Features

- [x] Show LTS, Current, Stable and Unstable old available Node Version.
- [x] Download/install Multiple Node versions.
- [x] Change Node version from the installed/downloaded version.
- [x] Change Theme dark/light/system
- [x] Change font Monaspace {Argon, Krypton, Neon, Radon, Xenon}

### 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
```