Downloads
Everything you need to play 0G Nova Adventure, or to run a world of your own. Prefer no install at all? Play in your browser.
Game ClientWindows
The desktop game. A small installer that fetches the current build, verifies it and keeps itself up to date.
ServerWindows
Host your own world. One file, no setup, free - it downloads the server and opens the launcher for you.
ServerLinux (x64)
The same server as a tarball. Extract it and run sudo bash install.sh to set it up as a service — or skip the download entirely with the one-liner below.
Game ClientmacOS
A native Mac build is planned. Until then, the browser version runs on macOS with no install.
Linux, in one command
Downloads the package above, checks its signature, sets up the database and
systemd services, and starts the server. It needs PostgreSQL already installed
— on Debian or Ubuntu, sudo apt install postgresql.
curl -fsSL https://adventure.zerognova.com/install.sh | sudo bash
Prefer to read it first? It is a plain shell script — open it before you run it.