Downloads
… n00bz pwn3d to date 💀
Release Model
Quetoo has a two-tier update model. On each launch, Quetoo checks for and automatically downloads the latest curated game content — maps, textures, and assets — so you’re always playing with the current map pool without any manual steps. Engine binaries (the executable and game libraries) are not self-updating; re-download from this page periodically to pick up new engine releases. The game will tell you when a new version is available.
Platform Notes
macOS — .app Bundle
The macOS release is a self-contained .app bundle. Drag it to your Applications folder and launch it to play.
Windows — .zip Bundle
The Windows release is a .zip archive containing everything you need to run the game. Extract it anywhere 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 and quetoo-data packages using your package manager:
# Debian / Ubuntu
apt install ./quetoo_*.deb ./quetoo-data_*.deb
# Fedora / RHEL
dnf install quetoo-*.rpm quetoo-data-*.rpm
Building from Source
Quetoo builds with GNU Autotools on macOS, Linux, and BSD. For details, see the Documentation page.