Windows-first, zero-bloat CLI game launcher.
From source:
cargo install --path .From GitHub:
cargo install --git https://github.com/diiviikk5/Boltv1 boltAfter install, open a new terminal and run:
bolt --helpIf bolt is not found, add Cargo bin to PATH:
$cargoBin = "$env:USERPROFILE\.cargo\bin"
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$cargoBin", "User")bolt add
bolt add "D:\Games\MyGame\game.exe" --name "My Game"
bolt scan "D:\Games"
bolt list
bolt launch "my game"
bolt import all
bolt status
bolt tune "my game" --mode safe
bolt config "my game" --show
bolt export "my game"bolt a->bolt addbolt s->bolt scanbolt ls->bolt listbolt run->bolt launchbolt sync->bolt importbolt cfg->bolt configbolt x->bolt exportbolt st->bolt statusbolt t->bolt tune
- Fast local launch path with explicit
cwd, args, env, and per-game profile overrides. - One library for local + store-imported games, with fuzzy launch and export scripts.
- Persistent shell mode (
bolt) for quick repeated actions without reopening commands. bolt statusgives backend readiness and source counts in one glance.bolt tuneapplies source-aware cleanup/performance presets so Steam/Epic/GOG background noise is reduced by default after import.