Free & Open Source

Vivian Game
Launcher

Native desktop app for Windows and Linux. Installs, updates, and launches games โ€” no browser required. Built with C++ and Qt6 for maximum performance.

๐ŸชŸ
Windows
v1.0.0 ยท 64-bit
Download .exe
Windows 10 / 11 ยท 64-bit
๐Ÿง
Linux
v1.0.0 ยท AppImage
Download .AppImage
x86_64 ยท Any distro
๐Ÿ› 
Build from Source
Qt6 + CMake
View Source โ†’
Requires Qt6, CMake, C++17

Launcher Features

๐ŸŽฎ

Game Library

Browse all available games from the Games Portal. One-click install and launch.

โฌ‡

Auto Updates

Games update automatically in the background. Always have the latest version.

๐Ÿ”

Vivian Login

Sign in with your Vivian account. Access your game library and friends list.

๐ŸŒ

LibreLive Integration

Launch games directly through LibreLive for seamless online play.

๐Ÿ›ก

VPN Support

Connect to the Vivian VPN for virtual LAN gaming with friends.

โšก

Native Performance

C++ and Qt6 for a fast, responsive experience on any hardware.

Build Instructions

# Requirements: Qt6, CMake 3.20+, C++17 compiler git clone https://github.com/your-org/vivian-game-launcher.git cd vivian-game-launcher/launcher mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release cmake --build . --parallel