-
Eden v0.0.4-rc2
Stablereleased this
2025-11-12 03:13:36 +01:00 | 105 commits to master since this releaseChangelog
Critical
A bug fix in v0.0.4-rc2 for Linux users that prevented any game from launching has been fixed. The issue was related to vtable handling being improperly typecasted from a pointer-to-pointer to a pointer.
Also you can now play CTGPDX and stuff since ASLR is also now implemented properly, should fix a bunch of skyline mods as well.
The NVIDIA vertex explosions and AMD fixes for Pokemon ZA are not in this release, please be patient <3
This release also fixes a lot of bugs related to Ryujinx save linking, as always back up your saves!
Universal
- Skyline compatibility, minimal ASLR implementation.
- Support for VTable bouncing.
- Should fix crashes in Pokemon ZA.
- Dynarmic internal refactorings to reduce code latency.
- This should decrease loading times and stutters by a tiny margin.
- Do not immediately error out if OpenGL is missing some extensions (meant for older cards).
- There may be visual glitches.
- Fix a regression found on image_view and image_view_info.
- Windows 8.1 support (command line only).
- More verbose backtraces.
Renderer
- Maxwell translator loop now uses a tighter logic without dynamic dispatchers.
- Just let the compiler do it's thing.
- Add IAbs64 support to prevent IR errors.
- It fixes an obscure behaviour very few programs rely on.
- Add back VIDS but disable on EDS0
- Increase MAX_MIP_LEVELS to 16 to match spec.
Desktop
- Audio fixes for steamdeck.
- Clean up orphaned profiles bugs.
- Added an option to force X11 backend for Linux users.
- Discord RPC no longer uses named variant logo.
- Moved links to the "About" section.
- Add
vpushfbusage in Dynarmic for VREV32/64. - Move save option location in the data manager tool.
- Fixes for NixOS and DragonFlyBSD.
- Removed QDockWidget Wait Tree.
Android
- Various UX fixups and improvments.
- Fix rotate and unpause bug.
- Fixes for QLaunch.
Internal
- Removed software prefetching instances.
- Fix audio reverb according to spec.
- Stub ReleaseSleepLock and ReleaseSleepLockTransiently.
- Some general code cleanups.
- Removed Zydis/Zycore.
- This should reduce executable size by a bit.
- More things translated from
Common::intostd::. - Fixes for Intel Atom N455.
TLDR
You didn't read the changelog in full? Unfortunate - because it was a bit shorter this time :)
- Fixed a critical bug for all x86_64 Linux users (didn't affect FreeBSD or Solaris)
- Slight performance increases for shader compilation
- DragonFlyBSD support ruh rah!
- Fixes for audio cutoffs on steamdeck.
Targets
For more specialized Android builds, Antutu and stuff
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.
Compilers
- MSVC: The default compiler for Windows. This is the most stable experience, but may lack in performance compared to any of the following alternatives.
- Clang: An alternative compiler that provides theoretically higher performance, but may have additional graphical glitches.
- GCC: The standard GNU compiler; this is the default for Linux and will provide the most stable experience.
- PGO: These are built with Clang, and use PGO:
PGO (profile-guided optimization) uses data from prior compilations to determine the "hotspots" found within the codebase. Using these hotspots,
it can allocate more resources towards these heavily-used areas, and thus generally see improved performance to the tune of ~10-50%,
depending on the specific game, hardware, and platform. Do note that additional instabilities may occur.Linux
Linux packages are distributed via AppImage.
zsync files are provided for easier updating.Build Type GCC PGO Notes amd64 GCC (zsync) PGO (zsync) Legacy amd64 GCC (zsync) PGO (zsync) Pre-Ryzen or Haswell CPUs (expect sadness) Steam Deck GCC (zsync) PGO (zsync) Zen 2, with additional patches for SteamOS ROG Ally X GCC (zsync) PGO (zsync) Zen 4 aarch64 GCC (zsync) PGO (zsync) Debian/Ubuntu
Debian/Ubuntu targets are
.debfiles, which can be installed viasudo dpkg -i <package>.deb.Target amd64 aarch64 Notes Ubuntu 24.04 amd64 aarch64 Not compatible with Ubuntu 25.04 or later Debian 12 amd64 aarch64 Drivers may be old Debian 13 amd64 aarch64 Windows
Windows packages are in-place zip files. Setup files are soon to come.
Note that arm64 builds are extremely experimental and are unlikely to work at all.Compiler amd64 arm64 Notes MSVC amd64 arm64 PGO amd64 arm64 MinGW amd64 May have additional bugs/glitches MinGW PGO amd64 Android
Build Description Android Standard Single APK for all supported Android devices (most users should use this) Android Optimized For any Android device that has Frame Generation or any other per-device feature Android Legacy For Adreno A6xx and other older GPUs 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) Source
Contains all source code, submodules, and CPM cache at the time of release.
This can be extracted withtar xf Eden-Source-v0.0.4-rc2.tar.zst.File Description tar.zst Source as a zstd-compressed tarball (Windows: use Git Bash or MSYS2) Downloads
-
Source code (ZIP)
532 downloads
-
Source code (TAR.GZ)
163 downloads
-
Eden-Android-v0.0.4-rc2-legacy.apk
3,921 downloads ·
2025-11-12 03:13:44 +01:00 · 33 MiB -
Eden-Android-v0.0.4-rc2-optimized.apk
2,905 downloads ·
2025-11-12 03:13:53 +01:00 · 33 MiB -
Eden-Android-v0.0.4-rc2-standard.apk
9,042 downloads ·
2025-11-12 03:14:01 +01:00 · 33 MiB -
Eden-Debian-12-v0.0.4-rc2-aarch64.deb
97 downloads ·
2025-11-12 03:14:07 +01:00 · 21 MiB -
Eden-Debian-12-v0.0.4-rc2-amd64.deb
89 downloads ·
2025-11-12 03:14:11 +01:00 · 19 MiB -
Eden-Debian-13-v0.0.4-rc2-aarch64.deb
92 downloads ·
2025-11-12 03:14:17 +01:00 · 22 MiB -
Eden-Debian-13-v0.0.4-rc2-amd64.deb
128 downloads ·
2025-11-12 03:14:22 +01:00 · 21 MiB -
Eden-FreeBSD-v0.0.4-rc2-amd64-clang.tar.zst
15 downloads ·
2025-11-12 03:14:27 +01:00 · 14 MiB -
Eden-Linux-v0.0.4-rc2-aarch64-clang-pgo.AppImage
62 downloads ·
2025-11-12 03:14:42 +01:00 · 61 MiB -
Eden-Linux-v0.0.4-rc2-aarch64-clang-pgo.AppImage.zsync
25 downloads ·
2025-11-12 03:14:43 +01:00 · 366 KiB -
Eden-Linux-v0.0.4-rc2-aarch64-clang-standard.AppImage
23 downloads ·
2025-11-12 03:14:58 +01:00 · 57 MiB -
Eden-Linux-v0.0.4-rc2-aarch64-clang-standard.AppImage.zsync
12 downloads ·
2025-11-12 03:14:59 +01:00 · 201 KiB -
Eden-Linux-v0.0.4-rc2-aarch64-gcc-standard.AppImage
54 downloads ·
2025-11-12 03:15:14 +01:00 · 62 MiB -
Eden-Linux-v0.0.4-rc2-aarch64-gcc-standard.AppImage.zsync
24 downloads ·
2025-11-12 03:15:15 +01:00 · 370 KiB -
Eden-Linux-v0.0.4-rc2-amd64-clang-pgo.AppImage
566 downloads ·
2025-11-12 03:15:31 +01:00 · 64 MiB -
Eden-Linux-v0.0.4-rc2-amd64-clang-pgo.AppImage.zsync
21 downloads ·
2025-11-12 03:15:32 +01:00 · 384 KiB -
Eden-Linux-v0.0.4-rc2-amd64-clang-standard.AppImage
25 downloads ·
2025-11-12 03:15:48 +01:00 · 61 MiB -
Eden-Linux-v0.0.4-rc2-amd64-clang-standard.AppImage.zsync
7 downloads ·
2025-11-12 03:15:49 +01:00 · 214 KiB -
Eden-Linux-v0.0.4-rc2-amd64-gcc-standard.AppImage
151 downloads ·
2025-11-12 03:16:06 +01:00 · 64 MiB -
Eden-Linux-v0.0.4-rc2-amd64-gcc-standard.AppImage.zsync
31 downloads ·
2025-11-12 03:16:07 +01:00 · 388 KiB -
Eden-Linux-v0.0.4-rc2-legacy-clang-pgo.AppImage
28 downloads ·
2025-11-12 03:16:24 +01:00 · 64 MiB -
Eden-Linux-v0.0.4-rc2-legacy-clang-pgo.AppImage.zsync
17 downloads ·
2025-11-12 03:16:24 +01:00 · 384 KiB -
Eden-Linux-v0.0.4-rc2-legacy-clang-standard.AppImage
17 downloads ·
2025-11-12 03:16:41 +01:00 · 61 MiB -
Eden-Linux-v0.0.4-rc2-legacy-clang-standard.AppImage.zsync
8 downloads ·
2025-11-12 03:16:41 +01:00 · 214 KiB -
Eden-Linux-v0.0.4-rc2-legacy-gcc-standard.AppImage
40 downloads ·
2025-11-12 03:16:57 +01:00 · 64 MiB -
Eden-Linux-v0.0.4-rc2-legacy-gcc-standard.AppImage.zsync
15 downloads ·
2025-11-12 03:16:57 +01:00 · 387 KiB -
Eden-Linux-v0.0.4-rc2-rog-ally-clang-pgo.AppImage
35 downloads ·
2025-11-12 03:17:11 +01:00 · 60 MiB -
Eden-Linux-v0.0.4-rc2-rog-ally-clang-pgo.AppImage.zsync
16 downloads ·
2025-11-12 03:17:12 +01:00 · 362 KiB -
Eden-Linux-v0.0.4-rc2-rog-ally-clang-standard.AppImage
11 downloads ·
2025-11-12 03:17:26 +01:00 · 58 MiB -
Eden-Linux-v0.0.4-rc2-rog-ally-clang-standard.AppImage.zsync
8 downloads ·
2025-11-12 03:17:26 +01:00 · 202 KiB -
Eden-Linux-v0.0.4-rc2-rog-ally-gcc-standard.AppImage
48 downloads ·
2025-11-12 03:17:41 +01:00 · 61 MiB -
Eden-Linux-v0.0.4-rc2-rog-ally-gcc-standard.AppImage.zsync
19 downloads ·
2025-11-12 03:17:42 +01:00 · 368 KiB -
Eden-Linux-v0.0.4-rc2-steamdeck-clang-pgo.AppImage
129 downloads ·
2025-11-12 03:17:57 +01:00 · 64 MiB -
Eden-Linux-v0.0.4-rc2-steamdeck-clang-pgo.AppImage.zsync
17 downloads ·
2025-11-12 03:17:58 +01:00 · 384 KiB -
Eden-Linux-v0.0.4-rc2-steamdeck-clang-standard.AppImage
16 downloads ·
2025-11-12 03:18:14 +01:00 · 61 MiB -
Eden-Linux-v0.0.4-rc2-steamdeck-clang-standard.AppImage.zsync
9 downloads ·
2025-11-12 03:18:14 +01:00 · 214 KiB -
Eden-Linux-v0.0.4-rc2-steamdeck-gcc-standard.AppImage
142 downloads ·
2025-11-12 03:18:30 +01:00 · 65 MiB -
Eden-Linux-v0.0.4-rc2-steamdeck-gcc-standard.AppImage.zsync
33 downloads ·
2025-11-12 03:18:31 +01:00 · 389 KiB -
Eden-Ubuntu-24.04-v0.0.4-rc2-aarch64.deb
80 downloads ·
2025-11-12 03:18:52 +01:00 · 23 MiB -
Eden-Ubuntu-24.04-v0.0.4-rc2-amd64.deb
89 downloads ·
2025-11-12 03:18:58 +01:00 · 21 MiB -
Eden-Windows-v0.0.4-rc2-amd64-clang-pgo.zip
4,005 downloads ·
2025-11-12 03:19:08 +01:00 · 41 MiB -
Eden-Windows-v0.0.4-rc2-amd64-clang-standard.zip
201 downloads ·
2025-11-12 03:19:18 +01:00 · 41 MiB -
Eden-Windows-v0.0.4-rc2-amd64-msvc-standard.zip
2,891 downloads ·
2025-11-12 03:19:28 +01:00 · 40 MiB -
Eden-Windows-v0.0.4-rc2-arm64-clang-pgo.zip
267 downloads ·
2025-11-12 03:19:37 +01:00 · 36 MiB -
Eden-Windows-v0.0.4-rc2-arm64-clang-standard.zip
151 downloads ·
2025-11-12 03:19:46 +01:00 · 36 MiB -
Eden-Windows-v0.0.4-rc2-arm64-msvc-standard.zip
2,259 downloads ·
2025-11-12 03:19:55 +01:00 · 36 MiB -
Eden-Windows-v0.0.4-rc2-mingw-amd64-clang-pgo.zip
2,417 downloads ·
2025-11-12 03:20:09 +01:00 · 58 MiB -
Eden-Windows-v0.0.4-rc2-mingw-amd64-gcc-standard.zip
477 downloads ·
2025-11-12 03:20:24 +01:00 · 61 MiB -
Eden-macOS-v0.0.4-rc2.tar.gz
466 downloads ·
2025-11-12 03:18:46 +01:00 · 60 MiB