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.

PC

Game ClientWindows

The desktop game. A small installer that fetches the current build, verifies it and keeps itself up to date.

Download 254 downloads
PC

ServerWindows

Host your own world. One file, no setup, free - it downloads the server and opens the launcher for you.

Download 23 downloads
TUX

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.

Download 4 downloads
MAC

Game ClientmacOS

A native Mac build is planned. Until then, the browser version runs on macOS with no install.

Coming soon

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.