Skip to content
/ vm Public
forked from Ulrich-Tonmoy/vm

A Version Manager GUI tool made using Tauri

Notifications You must be signed in to change notification settings

itsharex/vm

 
 

Repository files navigation

Version Manager Logo

Version Manager

A Node JS Version Manager GUI tool made using Tauri.

Version Manager

Features

  • Search by version, sort and filter by version, release date, npm & v8 version, type (LTS, Current, Stable, Unstable) and status (Active, Installed).
  • Simultaneously download and install multiple Node.js versions, and switch between them with ease.
  • Change theme and font style (dark/light/system theme and monospace fonts such as Argon, Krypton, Neon, Radon, Xenon)
  • Download multiple node version concurrently.

Technologies

  • Tauri
  • React
  • TypeScript
  • Tailwind CSS
  • Jotai
  • Shadcn

How to run locally (Windows)

Tip

Recommended IDE Setup

Important

Tools Needed

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.
<!-- Folder Structure store data -->
AppData/Roaming/Version Manager/
├── v20.15.1
├── ... all downloaded versions
├── version-list.json
└── config.json

About

A Version Manager GUI tool made using Tauri

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.5%
  • Rust 8.8%
  • CSS 5.2%
  • Other 0.5%