Skip to content

Install UAC Launch Control

Mikkel Rask edited this page Apr 19, 2026 · 5 revisions

UAC Launch Control is available for Windows, MacOS and Linux.

Windows

Download the installer from the releases.

Scroll down to Assets and find the Windows installer - ending with .exe, i.e: uac-launch-control-0.2.41-setup.exe

When download has finished, double click the downloaded file, and the installer will take care of the rest.

Run warning!

Please note that you will get a warning about "Windows prevented an application from running".
You will need to click Run anyway to be able to install the application.


MacOS

Download either the dmg-image from the releases.

Under Assets find the release ending with .dmg, i.e: uac-launch-control-0.2.41.dmg

When the download finishes, double click the .dmg file to mount the image, and drag-and-drop the UAC Launch Control app-icon to the Applications directory.

A zipped version is also available if you prefer.


Linux

On linux you have different options, depending on your distro and what you want. The recommended way, is to use the AppImage from the Releases page.

Under Assets you'll find a .AppImage file - this requires no installation, can update itself and is a standalone file that works on its own.

Ubuntu/Debian/PopOS/Mint

If you don't want to use the AppImage version you can use the .deb package on Debian derived OS's.

Downloader the .deb from the Releases.

And install with apt

cd /PATH/TO/DOWNLOAD
sudo apt install ./uac-launch-control_0.2.41_amd64.deb

*This will install the 0.2.41 version - take note of what version you're downloading, as this number changes on each update.


Arch/CachyOS/Manjaro

A prebuilt binary has been released on the AUR, that always follows the builds here on Github.

Install with any AUR-helper, i.e yay or paru.

# If you use yay
yay -S uac-launch-control-bin

# If you use paru
paru uac-launch-control-bin

You can also download the PKGBUILD from from the AUR and install it manually, if you don't use a helper.

git clone https://aur.archlinux.org/uac-launch-control-bin.git
cd uac-launch-control-bin
makepkg -si

and just follow the on-screen instructions.

Clone this wiki locally