ValoVault is a desktop application that allows you to create, save, and apply your favorite weapon skin loadouts in VALORANT and automatically apply them to the selected agents.
ValoVault.v3.Showcase.mp4
- Create Presets: Save your favorite combinations of weapon skins as presets.
- Apply Presets: Quickly apply a saved preset to your current loadout.
- Agent-Specific Presets: Assign different presets to your favorite agents.
- Auto-Apply (Optional): Enable the "Auto Select Agent" feature to automatically apply a preset when you lock in an agent in-game.
Showcase: YouTube
- Download: Get the latest version of ValoVault from the GitHub Releases page. Download the
.msiinstaller for Windows. - Install: Run the downloaded installer.
- Launch Valorant: Open Valorant and log in.
- Launch ValoVault: Open the ValoVault application. The app will automatically connect to your Valorant client.
ValoVault is built with a Go backend and a web-based frontend wrapped in a native desktop application using Tauri and Next.js (using React).
Interested in contributing? Here's how to get the development environment set up.
-
Clone the repository:
git clone https://github.com/truearken/valovault.git cd valovault -
Install frontend dependencies:
cd frontend npm install -
Run the backend: Open a new terminal in the root directory.
cd backend && air
This uses air for live reloading the Go server. If not installed yet install it or run it nativily with
go run .. -
Run the frontend (with Tauri): Open another terminal in the root directory.
cd frontend && npx tauri dev
This will start the Next.js development server and launch the Tauri application.