This repository provides unofficial nightly releases of Eden for the following platforms:
- Linux (
x86_64,aarch64) - FreeBSD (
amd64) - Android
- Windows (
x86_64,arm64) - MacOS (
x86_64,arm64)
Warning
This repository is not affiliated with the official Eden development team. It exists solely to provide an easy way for users to try out the latest features from recent commits.
These builds are experimental and may be unstable. Use them at your own risk, and please do not report issues from these builds to the official channels unless confirmed on official releases.
The builds for Linux are built with several CPU-specific compliler optimization flags targeting:
- Steam Deck — optimized for Steam Deck’s APU architecture (AMD Zen 2)
- ROG ALLY & Similar Handhelds — optimized for next-gen handhelds APUs (AMD Zen 4)
- Modern x86_64 CPUs — optimized for
x86-64-v3, targets CPUs from roughly 2015 and later for a performance boost (via the Common Build) - Legacy x86_64 CPUs — compatible with baseline
x86-64, means can run on virtually all 64-bit x86 processors (via the Legacy Build) - AArch64 devices — compatible with
aarch64architecture
AppImages built using Sharun are bundled with Mesa drivers to ensure maximum compatibility — similar to Eden’s official releases and may include the latest fixes for certain games (though untested). These builds should work on any linux distro.
A newly added AppBundle version, built with pelf, serves as an alternative to AppImage. It's a lightweight format written in Go and intended for broader Linux compatibility.
A Light version Appimage is also available, built with linuxdeploy. It does not include Mesa drivers, resulting in a more lightweight build that relies on the system’s native graphics drivers — similar to many other emulators.
⚠️ FreeBSD builds are provided for testing purposes only.Functionality may be limited and issues are expected. If you encounter any problems, you're welcome to open an issue.
Eden nightly for Android is available in two versions:
- Replace Build
Shares the same application ID as the official Eden release. Installing this version will replace the official app on your device. It appears as "Eden" on the home screen.
- Coexist Build
Uses a nightly application ID, allowing it to coexist with the official Eden release. It appears as "Eden unofficial" on the home screen, and "Eden Unofficial" on the main screen of eden.
- Optimised Build
Using com.miHoYo.Yuanshen for application ID to enable device dependent features such as AI frame generation. It appears as "Eden Optimised" on the home screen.
⚠️ The Windows ARM64 build is based on work-in-progress (WIP) changes and is intended for testing purposes only.If you encounter any problems, you're welcome to open an issue.
⚠️ MacOS builds are not officially supported at the moment and are provided for testing purposes only.Functionality may be limited and issues are expected. If you encounter any problems, you're welcome to open an issue.
This repo is ported from my citron-nightly repo, which is a fork based on the work of @Samueru-sama.
It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead:
-
AM
am -i eden-nightlyorappman -i eden-nightly -
dbin
dbin install eden-nightly.appimage -
soar
soar install eden-nightly
This appimage works without fuse2 as it can use fuse3 instead, it can also work without fuse at all thanks to the uruntime