Downloads
… 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:
- Dedicated servers update through
quetoo-update; useaptordnfto install the Linux packages below. - itch.io installs made through the itch app are updated by the itch app.
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.