Latest build of main
Pre-releaseAn automatic build of the newest commit on main, replaced on every green
push. It is a prototype, not a version: this tag always points at whatever
is current, and there is no history behind it.
| platform | file | first run |
|---|---|---|
| Linux | TheOwing-linux-x86_64.zip |
chmod +x TheOwing.x86_64 && ./TheOwing.x86_64 |
| Windows | TheOwing-windows-x86_64.zip |
unsigned — SmartScreen warns once: More info → Run anyway |
| macOS | TheOwing-macos-universal.zip |
unsigned — xattr -dr com.apple.quarantine "The Owing.app" before opening |
| Android | TheOwing-android.apk |
adb install, or copy it over and allow unknown sources |
The APK needs Android 7.0 or newer — that is Godot 4.7's own floor, not a
choice — and carries both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) ARM,
so any phone from 7.0 up can install it. It asks for OpenGL ES 3.0 and treats
Vulkan as optional, falling back on devices that have none.
There is no iOS build. It is written and commented out in
.github/workflows/ci.yml, because it never got past xcodebuild; the
reasoning is in D147.
Nothing here is code-signed, and nothing here will be: that needs a paid
developer identity per platform. Two consequences worth knowing before you
download rather than after:
- Neither mobile build has been run on real hardware. Text size at phone
DPI is the most likely thing to be wrong.
Which build is this? Every build stamps its own commit: the title screen shows
it in the bottom corner and Settings spells it out, as
v0.1.0+<date>.<commit>. Quote that in a bug report — the filenames here never
change, because this tag is replaced in place on every push.
On NixOS the Linux binary needs steam-run, or a patchelf --set-interpreter — see
BUILD.md.
- The APK is signed with the project's own key, so it installs over an earlier
build. It is still self-signed: installable, not trusted, and not a Play Store
build. The first build after the key was introduced needed one uninstall; this is
not that build.
Built from f41f0290fffea51f318e818d1bcf757d50b4d9db.