Install on Linux (e.g. WSL)
The PUBG Enhancer is available for Linux systems and is designed to run in a virtual machine (VM) hosted on Windows using Zenith.
Valthrun is only supported on Windows. Running the Enhancer on Linux is intended solely for use with Zenith in a VM!
TL;DR Installation Steps
-
Open CMD (on Windows):
Launch Command Prompt from the Start Menu. -
Install WSL:
wsl --install -
Close CMD.
-
Download Required Binaries:
-
Open WSL.
-
Navigate to your Linux home directory:
cd ~ -
Move and Rename Binaries:
Replace<username>with your actual Windows username and[...]with the correct version hash from the filenames.mv /mnt/c/Users/<username>/Downloads/driver_interface_zenith_[...].so libdriver.so
mv /mnt/c/Users/<username>/Downloads/pubg_enhancer_[...] pubg_enhancer -
Run the Enhancer:
./pubg_enhancer
Installation
1. Enable and Install WSL on Windows
-
Open Command Prompt as Administrator.
-
Run the following command to install WSL and the default Ubuntu distro:
wsl --install -
Reboot your machine if prompted.
-
Once rebooted, allow Ubuntu (or your chosen distro) to finish setting up. You will be prompted to create a Linux username and password—choose anything you like.
2. Download Required Enhancer Files
-
Open a browser on Windows and download the following two files:
- Driver Interface (Zenith)
Download driver_interface_zenith - PUBG Enhancer
Download pubg_enhancer
- Driver Interface (Zenith)
-
These will be saved in your default Windows Downloads folder, e.g.,
C:\Users\<YourUsername>\Downloads\
3. Move and Rename Files in WSL
-
Open WSL (Ubuntu) via the Start Menu or terminal.
-
Navigate to your Linux home directory:
cd ~ImportantYou must be in your Linux home directory (not in
/mnt/c/) before moving the files. If you move the files while in the Windows mount directory, they will remain on the Windows filesystem. Running the binaries from the Windows filesystem will trigger anti-cheat detection by Windows filesystem filters. -
Move and rename the downloaded files from the Windows filesystem into your Linux environment.
Replace
<YourUsername>with your actual Windows username, and update the filenames to match the version you downloaded (e.g.,driver_interface_zenith_ab12cd34ef.so):mv /mnt/c/Users/<YourUsername>/Downloads/driver_interface_zenith_*.so libdriver.so
mv /mnt/c/Users/<YourUsername>/Downloads/pubg_enhancer_* pubg_enhancerinfoThe
/mnt/c/...path gives WSL access to your Windows C: drive.
4. Run the PUBG Enhancer
Finally, launch the PUBG Enhancer:
./pubg_enhancer
If everything is set up correctly, you should see the following message:
