Install on Linux (e.g. WSL)
The standalone radar is available for Linux systems and is designed to run in a virtual machine (VM) hosted on Windows using Zenith.
Valthrun only supports Counter-Strike 2 on Windows. Running the radar 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.
-
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/cs2_radar_client_[...].so radar -
Run the Radar:
./radar
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 Radar Files
-
Open a browser on Windows and download the following two files:
- Driver Interface (Zenith)
Download driver_interface_zenith - Radar Client
Download cs2_radar_client
- 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.
-
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/cs2_radar_client_*.so radarinfoThe
/mnt/c/...
path gives WSL access to your Windows C: drive.
4. Run the Radar
Finally, launch the radar client:
./radar
If everything is set up correctly, you should see the following message: