Logo
Explore Help
Sign in
eden-emu/eden
24
8
Fork
You've already forked eden
31
Code Issues 108 Pull requests 107 Projects 2 Releases 12 Wiki Activity Actions
12 releases 24 tags
  • v0.1.1 385b7cad77

    Eden v0.1.1
    All checks were successful
    tx-src / sources (push) Successful in 21s
    Details
    Check Strings / check-strings (push) Successful in 1m20s
    Details
    GitHub Actions [CI] Build succeeded
    Details
    GitHub Releases [CD] Release published
    Details
    Stable

    ci released this 2026-01-30 19:27:05 +01:00 | 266 commits to master since this release

    Changelog

    This is a hotfix release that addresses several UI and platform-specific bugs present in the 0.1.0 release, alongside some bonus fixes and UX improvements.

    • Fixed several bugs with the profile manager, such as images not being able to be set, UUIDs not matching folder names, only being able to add 4 profiles, and more
      • Alongside this, the profile manager's UX has been completely overhauled.
    • Fixed some macOS-specific graphics and UI bugs
    • Fixed Big Brain Academy on Linux
    • Fixed blurry game images on the game list when using a scaled display on Windows
    • Added back the ability to toggle Fast GPU time during gameplay
    • Fixed the home menu not being usable with NCE
    • Fixed the overlay applet causing crashes
    • Fixed games immediately crashing on Windows 11
    • Fixed builds with OpenSSL enabled but the web service disabled

    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.

    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.
    • 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, such as via
    AM.

    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 .deb files, which can be installed via sudo 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

    Room Executables

    These are statically linked Linux executables for the eden-room binary.

    • aarch64
    • x86_64

    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 May have additional bugs/glitches
    MinGW PGO amd64 arm64

    Android

    Build Description
    Android Standard Single APK for all supported Android devices (most users should use this)
    Android x86_64 For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.
    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 with tar xf Eden-Source-v0.1.1.tar.zst.

    File Description
    tar.zst Source as a zstd-compressed tarball (Windows: use Git Bash or MSYS2)
    Downloads
    • Source code (ZIP)
      1,272 downloads
    • Source code (TAR.GZ)
      5,405 downloads

    • Eden-Android-v0.1.1-chromeos.apk
      3,296 downloads · 2026-01-30 19:27:10 +01:00 · 26 MiB
    • Eden-Android-v0.1.1-legacy.apk
      4,641 downloads · 2026-01-30 19:27:11 +01:00 · 26 MiB
    • Eden-Android-v0.1.1-optimized.apk
      5,713 downloads · 2026-01-30 19:27:11 +01:00 · 25 MiB
    • Eden-Android-v0.1.1-standard.apk
      17,938 downloads · 2026-01-30 19:27:10 +01:00 · 25 MiB
    • Eden-Debian-12-v0.1.1-aarch64.deb
      945 downloads · 2026-01-30 19:27:10 +01:00 · 21 MiB
    • Eden-Debian-12-v0.1.1-amd64.deb
      943 downloads · 2026-01-30 19:27:10 +01:00 · 20 MiB
    • Eden-Debian-13-v0.1.1-aarch64.deb
      931 downloads · 2026-01-30 19:27:10 +01:00 · 22 MiB
    • Eden-Debian-13-v0.1.1-amd64.deb
      1,023 downloads · 2026-01-30 19:27:09 +01:00 · 21 MiB
    • Eden-FreeBSD-v0.1.1-amd64-clang.tar.zst
      130 downloads · 2026-01-30 19:27:09 +01:00 · 15 MiB
    • Eden-Linux-v0.1.1-aarch64-clang-pgo.AppImage
      406 downloads · 2026-01-30 19:37:01 +01:00 · 59 MiB
    • Eden-Linux-v0.1.1-aarch64-clang-pgo.AppImage.zsync
      99 downloads · 2026-01-30 19:27:08 +01:00 · 353 KiB
    • Eden-Linux-v0.1.1-aarch64-gcc-standard.AppImage
      300 downloads · 2026-01-30 19:27:13 +01:00 · 60 MiB
    • Eden-Linux-v0.1.1-aarch64-gcc-standard.AppImage.zsync
      96 downloads · 2026-01-30 19:27:08 +01:00 · 360 KiB
    • Eden-Linux-v0.1.1-amd64-clang-pgo.AppImage
      1,207 downloads · 2026-01-30 19:27:13 +01:00 · 63 MiB
    • Eden-Linux-v0.1.1-amd64-clang-pgo.AppImage.zsync
      517 downloads · 2026-01-30 19:27:08 +01:00 · 379 KiB
    • Eden-Linux-v0.1.1-amd64-gcc-standard.AppImage
      1,831 downloads · 2026-01-30 19:27:12 +01:00 · 64 MiB
    • Eden-Linux-v0.1.1-amd64-gcc-standard.AppImage.zsync
      423 downloads · 2026-01-30 19:27:08 +01:00 · 385 KiB
    • Eden-Linux-v0.1.1-legacy-clang-pgo.AppImage
      368 downloads · 2026-01-30 19:27:14 +01:00 · 63 MiB
    • Eden-Linux-v0.1.1-legacy-clang-pgo.AppImage.zsync
      101 downloads · 2026-01-30 19:27:08 +01:00 · 379 KiB
    • Eden-Linux-v0.1.1-legacy-gcc-standard.AppImage
      329 downloads · 2026-01-30 19:27:14 +01:00 · 64 MiB
    • Eden-Linux-v0.1.1-legacy-gcc-standard.AppImage.zsync
      104 downloads · 2026-01-30 19:27:08 +01:00 · 384 KiB
    • Eden-Linux-v0.1.1-rog-ally-clang-pgo.AppImage
      330 downloads · 2026-01-30 19:27:14 +01:00 · 59 MiB
    • Eden-Linux-v0.1.1-rog-ally-clang-pgo.AppImage.zsync
      121 downloads · 2026-01-30 19:27:08 +01:00 · 355 KiB
    • Eden-Linux-v0.1.1-rog-ally-gcc-standard.AppImage
      275 downloads · 2026-01-30 19:27:13 +01:00 · 61 MiB
    • Eden-Linux-v0.1.1-rog-ally-gcc-standard.AppImage.zsync
      131 downloads · 2026-01-30 19:27:08 +01:00 · 364 KiB
    • Eden-Linux-v0.1.1-steamdeck-clang-pgo.AppImage
      558 downloads · 2026-01-30 19:27:14 +01:00 · 62 MiB
    • Eden-Linux-v0.1.1-steamdeck-clang-pgo.AppImage.zsync
      134 downloads · 2026-01-30 19:27:08 +01:00 · 374 KiB
    • Eden-Linux-v0.1.1-steamdeck-gcc-standard.AppImage
      676 downloads · 2026-01-30 19:27:14 +01:00 · 64 MiB
    • Eden-Linux-v0.1.1-steamdeck-gcc-standard.AppImage.zsync
      142 downloads · 2026-01-30 19:27:08 +01:00 · 384 KiB
    • Eden-Ubuntu-24.04-v0.1.1-aarch64.deb
      920 downloads · 2026-01-30 19:27:11 +01:00 · 23 MiB
    • Eden-Ubuntu-24.04-v0.1.1-amd64.deb
      1,101 downloads · 2026-01-30 19:27:11 +01:00 · 21 MiB
    • Eden-Windows-v0.1.1-amd64-msvc-standard.zip
      18,337 downloads · 2026-01-30 19:37:12 +01:00 · 34 MiB
    • Eden-Windows-v0.1.1-mingw-amd64-clang-pgo.zip
      4,867 downloads · 2026-01-30 19:27:13 +01:00 · 42 MiB
    • Eden-Windows-v0.1.1-mingw-amd64-gcc-standard.zip
      2,681 downloads · 2026-01-30 19:36:54 +01:00 · 45 MiB
    • Eden-Windows-v0.1.1-mingw-arm64-clang-pgo.zip
      1,777 downloads · 2026-01-30 19:27:12 +01:00 · 34 MiB
    • Eden-Windows-v0.1.1-mingw-arm64-clang-standard.zip
      2,313 downloads · 2026-01-30 19:37:16 +01:00 · 34 MiB
    • Eden-macOS-v0.1.1.tar.gz
      1,959 downloads · 2026-01-30 19:27:10 +01:00 · 25 MiB
    • eden-room-aarch64-unknown-linux-musl
      123 downloads · 2026-01-30 19:27:08 +01:00 · 2.6 MiB
    • eden-room-x86_64-unknown-linux-musl
      182 downloads · 2026-01-30 19:27:08 +01:00 · 2.6 MiB
Powered by Forgejo Version: 14.0.2 Page: 75ms Template: 21ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API