Installation
ZZAR can be installed using pre-built releases or run directly from source. Choose the method that works best for you.Option 1: Pre-built release (recommended)
The easiest way to get started is to download a pre-built release.Download the latest release
Visit the ZZAR Releases page and download the appropriate file for your platform:
- Windows:
ZZAR-Windows.zip - Linux:
ZZAR-Linux.tar.gz - Linux (Flatpak):
ZZAR.flatpak
Extract the archive
- Windows
- Linux
- Flatpak
Right-click the
.zip file and select Extract All. Choose a location like C:\Program Files\ZZAR\.Option 2: Run from source
If you want to contribute to development or run the latest code, you can run ZZAR directly from source.Prerequisites
Before running from source, make sure you have:- Python 3.14 or newer
- Git for cloning the repository
- PyQt5 and other Python dependencies (installed in the next step)
- Windows
- Linux
Download Python from python.org and make sure to check Add Python to PATH during installation.
Installation steps
Install dependencies
ZZAR’s Python dependencies are listed in This installs:
requirements.txt:PyQt5- GUI frameworkrequests- For downloading updates and tag databasespydub- Audio processingnumpyandscipy- Audio analysis and fingerprintingPillow- Image processing
First launch setup
When you launch ZZAR for the first time, you’ll need to complete a few setup steps:Game path detection
ZZAR will try to auto-detect your Zenless Zone Zero installation. If it can’t find it, you’ll need to manually point it to your
ZenlessZoneZero_Data folder.The typical location is:ZZAR needs access to the game’s audio files to browse sounds and apply mods.
Wwise setup
ZZAR will prompt you to install Wwise Console, which is required for converting audio to the WEM format the game uses.
- Windows
- Linux
ZZAR can automatically download and install Wwise Console for you. Just click Install Wwise when prompted.
FFmpeg and vgmstream setup
ZZAR uses FFmpeg for general audio conversion and vgmstream for WEM playback.
- Windows
- Linux
ZZAR can automatically download and install both tools. Click Install Audio Tools when prompted.The setup script (
setup_windows_audio_tools.py) will:- Download FFmpeg
- Download vgmstream
- Configure ZZAR to use them
Verify installation
After completing the setup, verify that ZZAR is working correctly:- Check the Audio Browser: Click on the Audio Browser tab. You should see a list of PCK files from your game installation.
- Check audio tools: Go to Settings and verify that Wwise, FFmpeg, and vgmstream paths are all detected.
- Test audio playback: In the Audio Browser, select a WEM file and click the play button. You should hear the audio.
Troubleshooting
ZZAR won't launch
ZZAR won't launch
- Windows: Make sure you extracted the entire
.zipfile, not just the.exe - Linux: Make sure the file is executable:
chmod +x ZZAR - From source: Make sure all dependencies are installed:
pip install -r requirements.txt
Game path not detected
Game path not detected
If ZZAR can’t find your game installation:
- Go to Settings → Game Path
- Click Browse and navigate to your game folder
- Select the
ZenlessZoneZero_Datafolder (NOT the game executable) - Click Save
- Steam:
C:\Program Files (x86)\Steam\steamapps\common\ZenlessZoneZero\ZenlessZoneZero_Data - HoYoPlay:
C:\HoYoPlay\games\ZenlessZoneZero Game\ZenlessZoneZero_Data
Wwise installation failed
Wwise installation failed
If the automatic Wwise installation fails:
- Download Wwise Launcher from audiokinetic.com
- Install Wwise 2022.1 or newer
- In ZZAR, go to Settings → Wwise Path
- Point to the
WwiseConsole.exefile (usually inC:\Program Files (x86)\Audiokinetic\Wwise\Authoring\x64\Release\bin\WwiseConsole.exe)
Audio playback doesn't work
Audio playback doesn't work
If you can’t play WEM files:
- Make sure vgmstream is installed
- On Linux, check that vgmstream is in your PATH:
which vgmstream-cli - Try converting a WEM to WAV first using the Audio Converter to test the tools
Next steps
Quick start
Install your first mod
Setup & Configuration
Configure advanced settings