Valorant loadout manager / Windows

Your skins
lock in
when you do.

Build a preset once, assign it to an agent, and ValoVault swaps your whole loadout the moment you lock in. No re-picking guns in the buy phase.

Free and open source / .msi installer / updates itself

Agent select Auto
Sidearm
Sheriff Prime
Rifle
Vandal Prime
Sniper
Operator Elderflame
Melee
Knife Prime
Preset Duelist Applied
The app Presets, variants, and agent assignments in one window
The ValoVault window: a weapon skin grid on the left, preset settings in the middle, and the list of saved presets on the right

Features

Stop re-picking skins every game.

Everything below is in the app today. No account, no launcher, no overlay.

Presets

Save a loadout

Pick a skin for every weapon, name the set, and keep it. Swap your entire loadout back to it in one click.

Assignment

One preset per agent

Give Jett your movement set and Omen your dark set. Each agent remembers what it wears.

Auto select

Applies on lock-in

Turn on Auto Select Agent and the swap happens during agent select, before the first buy phase.

Variants

Recolor without rebuilding

Branch a preset into variants to change chromas per agent instead of building the same loadout twice.

Buddies

Gun buddies included

Buddies are part of the preset, so they travel with the skins instead of staying behind.

Browsing

Find a skin fast

Search by name, see premium lines first, and work in a dark theme built to match the game.

Coverage

Every queue you play.

Presets apply the same way across all supported modes.

  • Competitive
  • Unrated
  • Swiftplay
  • Spike Rush
  • Team Deathmatch
  • Escalation
  • Skirmish
  • Custom

Showcase

Watch a preset get built.

Three minutes: create a preset, assign it to an agent, lock in.

Install

Four steps, then never again.

ValoVault updates itself after the first install.

  1. 01

    Download

    Grab the .msi from GitHub Releases.

  2. 02

    Install

    Run the installer. Updates arrive on their own from here.

  3. 03

    Open Valorant

    Launch the game and sign in the way you always do.

  4. 04

    Open ValoVault

    It finds your Valorant client and connects on its own.

Roughly a minute to set up.

Download the latest release

Developers

Read it, build it, send a PR.

A Go backend and a Next.js frontend wrapped in Tauri. Contributions welcome.

# clone and install
git clone https://github.com/truearken/valovault.git
cd valovault/frontend && npm install

# terminal 1 — backend
cd ../backend && air

# terminal 2 — frontend
cd ../frontend && npx tauri dev