Current release · 18 July 2026

Download version_1.92

Working builds are available for Windows, macOS, Linux, and Android. The exact Windows x64 release archive passes integrity, extraction, required gameplay-data and asset checks, and a 44-second headless race-initialisation smoke test.

Recommended starting point

Windows x64

  1. Download the 1.09 GB release archive.
  2. Verify its SHA-256 digest if possible.
  3. Extract the complete archive to a writable folder. Do not run it from inside the zip.
  4. Open the extracted folder and run run_game.bat.
  5. Configure keyboard or gamepad input under Options → Controls.

Platform evidence

Other packages

The three supported packages below run. The notes distinguish that confirmed support from the narrower checks currently automated in GitHub Actions; iOS is listed separately as a developer package.

Working · macOS

Universal macOS zip

The universal arm64/x86-64 package runs. CI also ad-hoc signs it and performs headless initialization and unit tests.

The app is not signed with a paid Apple Developer ID, so macOS quarantines it after download and it will not open at first. Remove the quarantine attribute from Terminal, adjusting the path to wherever you placed the app:

xattr -rd com.apple.quarantine ~/Downloads/MinkowskiKart.app

Download macOS package (856 MB)

Working · Android

Android 5.0+ ARM64 APK

The ARM64 APK runs. CI targets Android SDK 21 or later and also checks package contents, native-library alignment, and required assets.

Download Android APK (194 MB)

Working · Linux

Linux x86-64 archive

The x86-64 package runs and now bundles the complete stk-assets pack; packaging asserts the required tracks and karts are present before the archive is compressed. CI additionally builds Linux client and server configurations with GCC and Clang in Debug and Release modes.

Download Linux package (837 MB)

Developer package · iOS

Ad-hoc iOS IPA

The ad-hoc signed IPA is provided for developer testing through the CI workflow; the public player releases are Windows, macOS, Linux, and Android.

Download for development testing (836 MB)

Integrity

SHA-256 digests

GitHub reports these digests for the current release assets. Future Windows release automation also publishes a companion checksum file.

AssetSHA-256
Windows zipf61cb3f086e3a67d143ba7490dc8ffbb8fe3690cf886adec85d6a5cafd44ff47
macOS zipa6f26cb9a3ac492316c4129345d76af51b849ad5f47af038e75319f16da56ff7
Linux x86-64 tar.gz4aa27d9824c19c10a71dd2ba65e283f12096a4c544a8d81d94e3905ecc1d528e
Android APK085de47e14278efc4486e027b5ed7f86554d89ce252b6f7ed7e80f1d472488cc
Android AABbda2bd56b43507aaa132771144f28147f243dcd96a2a3ba93189a1b693a690a1
iOS IPA3e5012cb448b14d2cea9d5f48c1c2fd58768de2aeecc475301afb9af04e0c53a

On Windows PowerShell, run:

Get-FileHash -Algorithm SHA256 .\MinkowskiKart-version_1.92-win.zip

Requirements

Known and unknown

No minimum desktop CPU, GPU, memory, storage, or operating-system version has been established by a reproducible test matrix.

Enhanced track tessellation requires desktop GLSL 4.00+ or OpenGL ES GLSL 3.20+. Use the standard clipping mode if the enhanced mode is unavailable.

Storage: allow substantially more space than the compressed download size for extraction. Exact installed-size guidance has not yet been measured.