Orkige 2.0.0-nightly.20260802+6b7f096dc
Pre-releaseEditor version 2.0.0-nightly.20260802+6b7f096dc - built 2026-08-02 (UTC) from
6b7f096dc, and only because the full test matrix on that
commit was green.
| Platform | Install | Portable | Build |
|---|---|---|---|
| macOS (Apple silicon) | Orkige-macos-2.0.0-nightly.20260802_6b7f096dc.dmg |
Orkige-macos-2.0.0-nightly.20260802_6b7f096dc.zip |
success |
| Linux (x86_64) | Orkige-linux-2.0.0-nightly.20260802_6b7f096dc.AppImage |
Orkige-linux-2.0.0-nightly.20260802_6b7f096dc.tar.gz |
success |
| Windows (x64) | Orkige-windows-2.0.0-nightly.20260802_6b7f096dc-setup.exe |
Orkige-windows-2.0.0-nightly.20260802_6b7f096dc.zip |
success |
Recent changes
No previous nightly to compare against, so this lists the most recent 20 commits.
- Windows (
6b7f096d) - CLAUDE.md (
daf1fb0b) - iOS classic CI builds the host exporter (
fcbbd1c9) - Web export via a game pak (
a3f2f00c) - Lottie cook in C++ (
25898f61) - The exporter comes from where the payload does (
f80c80d5) - iOS and Android export in C++ (
b6bc136f) - macOS export in C++ (
c6f2c34e) - Exporter port, foundations and the texture cook (
3c50abe2) - Export works from a downloaded editor (
49f1f237) - A release is only published when the tree actually moved, so the dated archive was never growing with the calendar - it… (
2b5d43ad) - A gate that only fires where nobody can reproduce it has to carry its own evidence (
7063bdbc) - Seventeen years of ordinary development days were being presented as seventeen years of releases (
ed9fe2ae) - The attribution comes off the download page again (
e432b587) - The download page names the certificate authority before there is a certificate (
31ac9354) - A running application cannot replace itself, so the editor's updater never tries (
6f8ca06a) - The download button cannot name a file whose name changes nightly, so it names the release and lets the page improve it… (
d8e4c555) - A separator can belong to the FORMAT rather than to the machine (
3cc29ed0) - A tarball's filename promises less than the download needs, and the Linux nightly had been shipping that gap (
c4b3cdc2) - The interrupted gesture that edited anyway (
f66415e1)
On macOS, open the .dmg and drag Orkige to Applications -
an app started from an unpacked download folder is subject to
macOS path randomization. On Windows the installer installs
for the current user only and needs no administrator rights.
On Linux the .AppImage is one file that carries the
libraries a distribution may not have installed:
chmod +x and run it (add --appimage-extract-and-run on a
distribution without FUSE).
The portable archives need neither and unpack anywhere.
Every download carries a VERSION file, a CHANGELOG.md and
a KNOWN-LIMITATIONS.md listing what this build cannot do
yet: read it first. The CHANGELOG.md asset beside the
archives is the FULL history - every version, fetchable
without unpacking anything.
The macOS app and disk image are Developer ID signed,
notarized by Apple and stapled, so they open with no
security prompt and need no quarantine flag cleared.
The Windows builds are UNSIGNED, so SmartScreen warns that it
does not recognise the publisher (loudest on the installer);
the limitations file gives those steps too.
Each asset has a .sha256 file beside it - verify a
download before trusting it.
Reference: Docs/nightly-builds.md.