• 3723-d42e79244b b226b7b6e4

    ci released this 2026-04-02 15:54:54 +02:00 | 0 commits to master since this release

    Pull request build #3723

    Commit: d42e79244b

    Merge base: d1b7824443
    (Master Build)

    Changelog

    This enhances the garbage collection in TextureCache to make it more responsive and reliable during long gameplay sessions.

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
    Downloads
  • 3789 b226b7b6e4

    ci released this 2026-04-02 15:16:16 +02:00 | 0 commits to master since this release

    Pull request build #3789

    Commit: b834c23477

    Merge base: ac99ea96da
    (Master Build)

    Changelog

    The non-immediate path in IsScaled was incorrectly using index_value as the source for OpBitFieldUExtract, instead of loading the corresponding word from the push constant bitmask.

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
  • 3789-90f4acd549 b226b7b6e4

    ci released this 2026-04-02 15:16:13 +02:00 | 0 commits to master since this release

    Pull request build #3789

    Commit: 90f4acd549

    Merge base: d1b7824443
    (Master Build)

    Changelog

    The non-immediate path in IsScaled was incorrectly using index_value as the source for OpBitFieldUExtract, instead of loading the corresponding word from the push constant bitmask.

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
    Downloads
  • 3819 b226b7b6e4

    ci released this 2026-04-02 05:55:09 +02:00 | 0 commits to master since this release

    Pull request build #3819

    Commit: 9ce420af30

    Merge base: 9ace6742d7
    (Master Build)

    Changelog

    Closes #3707

    All this does is anchor the left and right-most cards to their
    respective edges, and then equally distributes the gaps between cards
    thereafter.

    Don't even bother trying to figure out what the hell I just wrote. I'm a
    UI designer, not a mathematician.

    Signed-off-by: crueter crueter@eden-emu.dev

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
  • 3819-9ce420af30 b226b7b6e4

    ci released this 2026-04-02 05:55:06 +02:00 | 0 commits to master since this release

    Pull request build #3819

    Commit: 9ce420af30

    Merge base: 9ace6742d7
    (Master Build)

    Changelog

    Closes #3707

    All this does is anchor the left and right-most cards to their
    respective edges, and then equally distributes the gaps between cards
    thereafter.

    Don't even bother trying to figure out what the hell I just wrote. I'm a
    UI designer, not a mathematician.

    Signed-off-by: crueter crueter@eden-emu.dev

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
    Downloads
  • 3817 b226b7b6e4

    ci released this 2026-04-02 02:15:41 +02:00 | 0 commits to master since this release

    Pull request build #3817

    Commit: 2f04b26392

    Merge base: 9ace6742d7
    (Master Build)

    Changelog

    Attempt no. 2 at nuking heap tracker.

    has changes from #3815

    Signed-off-by: lizzie lizzie@eden-emu.dev

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
  • 3817-2f04b26392 b226b7b6e4

    ci released this 2026-04-02 02:15:37 +02:00 | 0 commits to master since this release

    Pull request build #3817

    Commit: 2f04b26392

    Merge base: 9ace6742d7
    (Master Build)

    Changelog

    Attempt no. 2 at nuking heap tracker.

    has changes from #3815

    Signed-off-by: lizzie lizzie@eden-emu.dev

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
    Downloads
  • 3797-cf0486e561 b226b7b6e4

    ci released this 2026-04-01 22:28:18 +02:00 | 0 commits to master since this release

    Pull request build #3797

    Commit: cf0486e561

    Merge base: 3ce5463d2d
    (Master Build)

    Changelog

    Signed-off-by: lizzie lizzie@eden-emu.dev

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
    Downloads
  • 3818 b226b7b6e4

    ci released this 2026-04-01 21:53:47 +02:00 | 0 commits to master since this release

    Pull request build #3818

    Commit: 104d8af2b4

    Merge base: 3ce5463d2d
    (Master Build)

    Changelog

    This is the version in Trixie and is thus far the oldest known version
    that works. We know for a fact that Bookworm's doesn't work, so drop
    that entirely.

    Signed-off-by: crueter crueter@eden-emu.dev

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
  • 3818-104d8af2b4 b226b7b6e4

    ci released this 2026-04-01 21:53:44 +02:00 | 0 commits to master since this release

    Pull request build #3818

    Commit: 104d8af2b4

    Merge base: 3ce5463d2d
    (Master Build)

    Changelog

    This is the version in Trixie and is thus far the oldest known version
    that works. We know for a fact that Bookworm's doesn't work, so drop
    that entirely.

    Signed-off-by: crueter crueter@eden-emu.dev

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    PGO

    PGO builds usually perform ~10-30% better than standard builds, and are thus generally recommended for all users.

    Linux

    Linux packages are distributed via AppImage.

    Build Type GCC Notes
    amd64 GCC
    Steam Deck GCC Zen 2, with additional patches for SteamOS
    aarch64 GCC

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64

    Android

    Build Description
    Standard The standard build. Most users should use this.
    ChromeOS For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)
    Downloads