The Linux edition of the Sylvania Launcher is a standalone AppImage: one single file, no system installation. Wine is bundled inside the package, so there is nothing to configure to play World of Warcraft 3.3.5a (WotLK) or Legion 7.3.5.
v3.0 is a major overhaul: the launcher now handles two game editions in a single application, with verified downloads, addon management and automatic configuration.
The launcher is provided as an AppImage, which means there is nothing to install on your system!
chmod +x SylvaniaLauncher-v3.0-x86_64.AppImage
./SylvaniaLauncher-v3.0-x86_64.AppImage
(On the very first game launch, the launcher initializes its Wine prefix: expect 30 seconds to 1 minute, with a progress bar. Later launches are instant.)
Besides the AppImage, the launcher also builds as a native Arch package: compiled against the system Qt, installed and updated by pacman. This is the recommended version on Arch and its derivatives (CachyOS, EndeavourOS, Manjaro).
First install Wine, which is required to run the game (wine-staging works too):
sudo pacman -S --needed wine
DXVK is strongly recommended: it translates the game's Direct3D 9 calls to Vulkan, for a large frame-rate gain. It comes from the AUR — on CachyOS, use dxvk-mingw-git instead. Without it the game falls back to WineD3D: playable, but noticeably slower.
paru -S dxvk-bin
Then build and install the package; the PKGBUILD fetches the sources on its own:
git clone -b linux https://github.com/BlaMacfly/SylvaniaLauncher.git
cd SylvaniaLauncher/linux/archlinux
makepkg -si
The launcher then shows up in your application menu, or starts from a terminal with the SylvaniaLauncher command.
Since it's an AppImage, to uninstall the launcher, just delete the .AppImage file.
If you installed the Arch package, uninstall it through pacman:
sudo pacman -Rns sylvania-launcher
To remove all of the launcher's data, delete the following folder (visible by showing hidden folders with Ctrl+H):
~/.local/share/Sylvania/Sylvania Launcher/ (it contains the preferences, the data, the Wine engine and the Wine prefix)To remove it from the command line:
rm -rf ~/.local/share/Sylvania/Sylvania\ Launcher/
The launcher uses the Wine bundled inside the AppImage to run the game transparently: you have no Wine, Lutris or DXVK to install yourself.
Run the AppImage from a terminal with the --debug option: the launcher will print detailed logs (Wine, downloads, extraction), very handy for a ticket or a message on Discord.
./SylvaniaLauncher-v3.0-x86_64.AppImage --debug
Make sure your game folder has write permissions so the launcher can apply patches and updates.