Run it on your desktop

Download the game engine for Linux. It is a native binary application by default.

No desktop build is available right now.

Builds are produced with make appimage and staged by scripts/stage-desktop.sh. If you're looking at a deployed site, desktop artifacts aren't published here yet — try the browser editor instead.

Running it

chmod +x g2ngine-x86_64.AppImage
./g2ngine-x86_64.AppImage

An AppImage is a single self-contained file: a small runtime with a compressed filesystem appended. Running it mounts that filesystem temporarily and launches the engine. Nothing is installed, and nothing is written outside your home directory.

What you need

Known rough edges

Saves and recordings go to ~/.local/share/g2ngine/. Nothing else is written outside your home directory, and deleting the AppImage removes the application entirely.