Downloads

macOS

macOS

Apple Silicon .app for macOS Sequoia or later.

Download for macOS
Windows

Windows

64-bit .zip for Windows 10 or later.

Download for Windows
Linux

x64 Linux Client

64-bit .tgz for modern x86-64 distros.

Download for Linux
Linux

arm64 Linux Client

64 bit .tgz for modern aarch64 distros.

Download for Linux
x86-64 Linux Server

x64 Linux Server

Prebuilt packages for x86-64 servers.

Linux Server Packages
aarch64 Linux Server

arm64 Linux Server

Prebuilt packages for aarch64 servers.

Linux Server Packages

n00bz pwn3d to date 💀

Updates

Quetoo updates itself. Game content is downloaded on first launch and kept current from there; new releases are offered when you launch and installed when you quit.

Two exceptions, where something else is already in charge of updating:

Platform Notes

macOS — .app Bundle

Drag Quetoo.app to a folder you can write to — for example ~/Applications — and launch it to play.

Windows — .zip Bundle

Extract the archive somewhere you can write to, rather than Program Files, and run quetoo.exe. Windows SmartScreen may warn on first launch. Click More info, then Run anyway to proceed.

Linux Client — .tgz Bundle

The Linux client is distributed as a tarball. Extract it to a location of your liking and run ./bin/quetoo.

Linux Server — .deb / .rpm Packages

For dedicated server operators on Debian/Ubuntu or Fedora/RHEL, install the quetoo-server and quetoo-data packages using your package manager:

# Debian / Ubuntu
apt install ./quetoo-server_*.deb ./quetoo-data_*.deb

# Fedora / RHEL
dnf install quetoo-server-*.rpm quetoo-data-*.rpm

Building from Source

Quetoo builds with GNU Autotools on macOS, Linux, and BSD. For details, see the Documentation page.