Welcome to the official public distribution and issue tracking repository for DzLinux!
DzLinux is a premium, high-performance, native DayZ Server Browser, Mod Manager, and Launcher designed specifically for playing DayZ on Linux. By combining a hardware-accelerated military-grade Tactical HUD with deep Steam and Proton integration, DzLinux helps you manage your mod loadouts and join servers seamlessly on Linux. If you want to play DayZ on Linux, download our pre-compiled packages below.
Note
This repository is used exclusively for distributing compiled binaries (AppImages and tarball packages) and hosting the public bug/issue tracker. The core application codebase is closed-source and maintained in a private repository.
- Key Features
- Installation and Setup
- Configuration Guide
- Bug Reporting and Feedback
- License and Compliance
Experience a beautifully styled, high-contrast user interface designed to be practical.
No more guessing paths or writing bash wrappers. DzLinux automatically scans your local Steam directories and user libraries to detect installed Proton versions (including Proton GE and Experimental), letting you launch the game seamlessly with the optimal compatibility layer in one click.
Connect directly to global DayZ aggregators and local servers. Retrieve real-time player counts, server latency, time-of-day cycles, active mods, and specific server rule flags instantly. Add your favorite servers to a custom list for instant redeployment.
Tip
π Upcoming Feature: An online Server Portal allowing community and private server owners to register and submit their own servers directly to the public list is currently in development.
- Workshop Validation: Automatically cross-references a target server's required mods list against your local Steam Workshop directory, highlighting missing or outdated mods before you attempt to join.
- Mod Loadouts: Create, save, and toggle named loadouts of your local mods.
Inject advanced launch arguments directly through a simple toggle interface:
- Game Engine Toggles:
-nosplash,-noPause,-limitFPS,-window, and more. - Overlay Support: Instantly hook MangoHud for real-time framerate and system metrics.
- System Optimizations: Enable Feral GameMode and custom memory allocators to maximize client performance and prevent Linux micro-stutters.
DzLinux requires no installation and is fully portable. You can use our automated install script, or manually download your preferred distribution format from our Releases Page.
The easiest way to install DzLinux is using our automated install script. It will detect your Linux distribution and automatically download and install the correct format (.deb, .rpm, or AppImage) for your system.
Run the following command in your terminal:
curl -sSL https://raw.githubusercontent.com/dawiisss/DzLinux-releases/main/install.sh | bashThe AppImage format is a single, self-contained executable that runs on almost any modern Linux distribution (Ubuntu, Fedora, Arch, Debian, etc.).
- Head to the Releases Page and download
DzLinux-1.0.7.AppImage. - Give the file executable permissions via your terminal:
(Or right-click the file in your file manager, open Properties -> Permissions, and check Allow executing file as program).
chmod +x DzLinux-1.0.7.AppImage
- Double-click the file to launch the app.
We recommend using Gear Lever or any other AppImage management app.
If you prefer standard directory structures or like to keep your game utilities in a dedicated folder (e.g., ~/Games/):
- Download
dzlinux-1.0.7.tar.gzfrom the Releases Page. - Extract the archive:
tar -xzf dzlinux-1.0.7.tar.gz -C ~/Games/ - Navigate to the extracted folder and run the binary:
cd ~/Games/DzLinux ./dzlinux
- Download
dzlinux_1.0.7_amd64.debfrom the Releases Page. - Install via the terminal:
(Or double-click the .deb file in your file manager to open with your package installer.)
sudo dpkg -i dzlinux_1.0.7_amd64.deb sudo apt install -f
- Launch from your app menu or run
dzlinuxin the terminal.
- Download
dzlinux-1.0.7.x86_64.rpmfrom the Releases Page. - Install via the terminal:
sudo rpm -i dzlinux-1.0.7.x86_64.rpm
- Launch from your app menu or run
dzlinuxin the terminal.
- AppImage β The built-in auto-updater handles downloads and installs automatically.
- tar.gz / .deb / .rpm β Updates are manual. The app will notify you when a new version is available with a link to the Releases page. Re-download the package for your format and install it to update.
The application will launch without any of these installed, but certain features will be unavailable if the corresponding dependency is missing.
| Dependency | Purpose | Effect if missing |
|---|---|---|
| Steam client | Game launching, Workshop mod management via native API | Launching via "Steam Default" method fails; Proton direct mode still works |
ping (iputils) |
Server latency measurement via ICMP | Servers display "TIMEOUT" instead of ping ms until GameDig responds |
| Dependency | Purpose |
|---|---|
GameMode (gamemode) |
CPU governor optimization at game launch |
MangoHud (mangohud) |
On-screen performance overlay (fps, temps, RAM) |
| Proton / GE-Proton | Custom Proton launch mode (auto-detected from Steam if installed) |
Install optional dependencies via your package manager:
# Ubuntu / Debian
sudo apt install gamemode mangohud
# Fedora
sudo dnf install gamemode mangohud- Set Paths: On your first launch, click the Settings gear icon. DzLinux will attempt to auto-detect your Steam library and DayZ Workshop folders. If they are installed on a secondary drive, manually browse and select your standard
steamapps/common/DayZandsteamapps/workshop/content/221100directories. - Choose Proton: Select your preferred Proton version from the auto-detected dropdown list.
- Customize Arguments: Toggle performance arguments (GameMode, MangoHud, nosplash) based on your system configuration.
- Connect: Browse the Server Browser, choose a server, let the mod manager verify your mods, and click LAUNCH to deploy.
We rely on community feedback in this repository to find and squash bugs!
- Go to the Issues Page.
- Click New Issue and select the appropriate template (Bug Report or Feature Request).
- Include your Linux distribution, Proton version, Steam library path setup, and any log outputs or screenshots showing the issue.
Have an idea for a performance toggle, layout improvement, or mod-management feature? Please feel free to open a ticket! We actively monitor the issues tracker to prioritize community-requested features.
- Application License: DzLinux is distributed as a proprietary, closed-source application. All rights reserved.
- Privacy & Telemetry: DzLinux does not collect, store, or transmit any personal data, analytics, or telemetry. All server queries are done directly from your machine to the public game databases, and your configuration settings remain completely local.
- Open Source Acknowledgments: DzLinux is built on top of incredible open-source libraries (including Electron, Axios, GameDig, and Steamworks.js). A full list of dependencies, their licenses, and source repositories can be found inside the application's About / Info pop-up or in the bundled
acknowledgments.txtfile distributed with every release package.
DayZ is a registered trademark of Bohemia Interactive. DzLinux is an independent third-party tool and is not affiliated with or endorsed by Bohemia Interactive.