VILauncher is a custom Minecraft launcher, developed with modern technologies that offers a smooth and user-friendly experience to start your favorite game. Built with Node.js, Electron and minecraft-launcher-core.
- 🎮 Official Minecraft version selection
- 💾 Configurable RAM management
- 💫 Modern and minimalist interface
- 💡 Automatic configuration saving
- ⚡ Quick and efficient startup
- Download the installer from
dist
(from this repo) - Run the
.exe
(Windows) or.AppImage
(Linux) file - Follow the installer instructions
# Clone the repository
git clone https://github.com/vdkvdev/VILauncher.git
# Install dependencies
npm install
# Start in development mode
npm start
# Build for production
npm run build
- OS: Windows 7/8/10/11 or Any Linux
- Java Runtime Environment (JRE)
- Minimum 1GB RAM available
- Enter your username
- Select desired Minecraft version
- Adjust RAM amount according to your needs
- Press Start and enjoy!
- The
node_modules
folder is not included in the repository - Make sure you have Node.js installed on your system
- Run
npm install
after cloning the project
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). For more details, see the LICENSE file in the repository.