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. Includes a launcher.

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

pkg install suika3

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 Instructions in the documentation.