Skip to content

truearken/valovault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

222 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValoVault

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.

image
ValoVault.v3.Showcase.mp4

Features

  • 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.

How to Use

Showcase: YouTube

  1. Download: Get the latest version of ValoVault from the GitHub Releases page. Download the .msi installer for Windows.
  2. Install: Run the downloaded installer.
  3. Launch Valorant: Open Valorant and log in.
  4. Launch ValoVault: Open the ValoVault application. The app will automatically connect to your Valorant client.

Technology Stack

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).

For Developers

Interested in contributing? Here's how to get the development environment set up.

Prerequisites

Setup & Running

  1. Clone the repository:

    git clone https://github.com/truearken/valovault.git
    cd valovault
  2. Install frontend dependencies:

    cd frontend
    npm install
  3. 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 ..

  4. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project