Vault Launcher is a cross-platform desktop Minecraft launcher built with Tauri, SvelteKit, and TypeScript. It provides a modern UI for launching and managing Vaults (Modded Minecraft Clients).
Important: Vault Launcher only supports premium accounts. It does not and will never support cracked accounts. This application is designed exclusively to work with legitimate, properly licensed accounts. Any modification of the application to allow cracked accounts is not my responsibility and will result in legal consequences.
- Modern, responsive UI built with SvelteKit and Tailwind CSS
- 3D visualization capabilities through Three.js and Threlte
- Currently Windows only (macOS and Linux support planned for future releases)
- Microsoft Authentication via deep linking
- Internationalization ready with Inlang/Paraglide
- Dark/light mode support
- Frontend: SvelteKit 5, TypeScript, Tailwind CSS, Bits UI
- Backend: Tauri 2, Rust
- 3D Rendering: Three.js, Threlte
- Styling: Tailwind CSS with plugins (tailwindcss-animate, etc.)
- Package Management: PNPM
- Node.js (v18 or later)
- PNPM (v10.4.1 or later)
- Rust (latest stable)
- OS-specific Tauri dependencies (see Tauri setup docs)
-
Clone the repository:
git clone https://github.com/yourusername/vault-launcher.git cd vault-launcher -
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Launch the Tauri application in development mode:
pnpm tauri dev
pnpm dev- Start SvelteKit development serverpnpm build- Build the SvelteKit applicationpnpm tauri dev- Run the Tauri application in development modepnpm tauri build- Build the Tauri application for productionpnpm check- Run type checkingpnpm format- Format code with Prettierpnpm lint- Lint codepnpm check-licenses- Check licenses of dependenciespnpm machine-translate- Run machine translation for internationalization
To build the application for production:
pnpm tauri buildThis will create platform-specific installers in the src-tauri/target/release/bundle directory.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.