DayZ GUI server browser and frontend for Linux
Go to file
aclist 8cac752a0d
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
Merge pull request #388 from aclist/prerelease/7.0.0b14
chore: bump version
2026-06-24 22:07:38 +09:00
.github chore: update checkout action to v5 2026-05-28 02:10:49 +09:00
docs Merge pull request #328 from aclist/docs/licenses 2026-06-04 19:24:25 +09:00
dzgui chore: more explicit library name 2026-06-24 01:05:12 +09:00
scripts fix: use default build dir for caching 2026-06-05 20:28:37 +09:00
tests chore: add tests for mod signatures 2026-06-22 22:55:44 +09:00
.gitignore chore: update build setup 2026-05-17 19:18:39 +09:00
.gitmodules chore: add gitmodules 2025-12-08 18:10:18 +09:00
.pre-commit-config.yaml chore: test commit 2026-02-04 19:28:21 +09:00
CHANGELOG.md docs: update changelog 2026-06-17 22:14:56 +09:00
CODE_OF_CONDUCT.md feat: dzgui 7 alpha 2025-12-08 17:32:25 +09:00
DEVELOPERS.md docs: mention atomic dpendency flags 2026-06-05 18:56:19 +09:00
LICENSE docs: concatenate licenses 2026-06-03 15:12:48 +09:00
pyproject.toml chore: bump version 2026-06-24 21:43:45 +09:00
README.md chore: update docs 2026-05-17 22:38:02 +09:00
requirements.txt feat: dzgui 7 alpha 2025-12-08 17:32:25 +09:00

What this is

DZGUI is a turnkey browser and mod manager for DayZ on Linux. It allows you to connect to both official and modded/community DayZ servers on Linux via a graphical user interface (GUI).

This overcomes certain limitations in the Linux client and helps prepare the game to launch by providing features like:

  • Search for and display global and LAN servers via an interactive table
  • Supports official, third-party, and modded DayZ servers
  • Automatically find and prepare mods being requested by servers
  • Add/delete/manage favorite servers by IP or ID
  • Quick-connect to favorite/recent servers
  • Manage local mods and symlinks
  • Prepare launch options to pass to Steam

Setup and usage

Please refer to the documentation for installation and setup instructions:

A screenshot of DZGUI

Attribution

Geolocation records from DB-IP under CC 4.0 license

This tool uses python-a2s and dayzquery as submodules; licenses for these submodules can be found in the LICENSES file of the project root.

Both the geolocation records and submodules listed above are not shipped with the source code, but are retrieved and assembled at runtime.

Finally, executable versions of DZGUI shipped as release binaries are thin wrappers around the Python interpreter, and also retrieve and assemble the above dependencies at runtime on the end-user's machine, rather than using pre-compiled source code. Users wishing to review these dependencies can inspect the 'pyproject.toml' manifest in the project root.

Disclaimer

DZGUI is beta-quality software and is provided as-is.