Back to home

Download Suika3

Current version: 26.04 (LTS RC1)· ZLib License · Free & open source

Suika3 26.07 LTS is scheduled for July 1, 2026 with a minimum 10-year support guarantee.

Binary Downloads

All platforms

Full ZIP archive with all binaries and sample game with VS Code Integration

Windows (EXE Only)

Windows 7 SP1 and later (64-bit), no sample game

macOS (DMG Only)

macOS 10.11 El Capitan and later. No sample game.

Linux x86_64 (Flatpak Only)

Ubuntu, Debian, Fedora and more. No sample game.

All releases are available on GitHub Releases.

Package Managers

Linux — Flatpak

wget https://github.com/awemorris/suika3/releases/latest/download/Suika3.flatpak
flatpak install --user Suika3.flatpak

macOS — Homebrew

brew tap awemorris/suika3
brew install suika3

FreeBSD — Ports

cd /usr/ports/games/suika3
make install clean

Build from Source

Requires CMake 3.21+ and a C compiler (GCC, Clang, or MSVC).

$git clone https://github.com/awemorris/suika3.git
$cd suika3
$mkdir build && cd build
$cmake ..
$cmake --build . --parallel
$sudo cmake --install .
$cd ../game && suika3

For platform-specific instructions, see the Build Instructions in the documentation.

iOS, Android & Console

The Full ZIP download above includes development kits for iOS and Android. The bundled sample game projects are ready to run — just open them in Xcode (iOS) or Android Studio (Android) and hit the Run button. No additional configuration needed.

For HarmonyOS NEXT, Unity Plugin (PS5, Switch, Xbox), and Xbox GDK targets, see the Build Instructionsin the documentation.