Package Details: eden-bin 0.2.0-1

Git Clone URL: https://aur.archlinux.org/eden-bin.git (read-only, click to copy)
Package Base: eden-bin
Description: The Eden Nintendo Switch emulator AppImage.
Upstream URL: https://git.eden-emu.dev/eden-emu/eden
Licenses: GPL3
Submitter: ZachAR3
Maintainer: ZachAR3
Last Packager: ZachAR3
Votes: 10
Popularity: 0.57
First Submitted: 2025-05-11 20:08 (UTC)
Last Updated: 2026-05-15 13:03 (UTC)

Pinned Comments

ZachAR3 commented on 2025-07-26 19:12 (UTC) (edited on 2025-07-26 19:20 (UTC) by ZachAR3)

Following AUR guidelines this package will only update when a new stable release is dropped. I have uploaded a new package called eden-preview-bin which will contain RC's / beta's (depending on stability). This package will also be using the newer binaries not the less performant one's targetting compatibility. If you need those compatibility binaries feel free to copy my PKGBUILD and post your own AUR page for them.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Makonede commented on 2025-09-07 02:35 (UTC) (edited on 2025-09-07 02:35 (UTC) by Makonede)

ZachAR3, ny download succeeded. crueter, I do have an AppImage launcher, namely AppImageLauncher. Updating with APPIMAGELAUNCHER_DISABLE=1 paru -Sy eden-bin does not fix the issue. The downloaded AppImage does not open to AppImageLauncher when executing directly and without flags with APPIMAGELAUNCHER_DISABLE=1, but regardless of whether or not it starts AppImageLauncher, once the actual AppImage runs, the same error is thrown.

crueter commented on 2025-09-06 16:43 (UTC)

iirc this can happen if you have certain AppImage launchers as well, many STILL don't work with uruntime/dwarfs.

ZachAR3 commented on 2025-09-06 16:27 (UTC)

Makonede this seems to be an issue specific to your system as it doesn't happen on my main Arch boot or on a clean VM of Arch for me. The only thing the prepare does is set executble permissions for the AppImage so my guess is your download failed for it.

Makonede commented on 2025-09-06 15:53 (UTC)

prepare() fails in eden-bin-0.0.3-1 with Failed to get runtime: No such file or directory (os error 2).

ZachAR3 commented on 2025-07-26 21:40 (UTC)

crueter yeah I realized after I uploaded eden-bin-preview that naming it like that was breaking the conventions of how every other package is named so I reuploaded it as eden-preview-bin and sent a request for the previous one to be merged into the new one.

crueter commented on 2025-07-26 20:12 (UTC)

Sounds good, though you did accidentally upload both eden-preview-bin and eden-bin-preview.

ZachAR3 commented on 2025-07-26 19:12 (UTC) (edited on 2025-07-26 19:20 (UTC) by ZachAR3)

Following AUR guidelines this package will only update when a new stable release is dropped. I have uploaded a new package called eden-preview-bin which will contain RC's / beta's (depending on stability). This package will also be using the newer binaries not the less performant one's targetting compatibility. If you need those compatibility binaries feel free to copy my PKGBUILD and post your own AUR page for them.

crueter commented on 2025-07-26 17:32 (UTC)

for v0.0.3-rc1, there are several builds available, notably legacy (x86_64) and x86_64-v3. Whether you want to split this into two packages is up to you.

ZachAR3 commented on 2025-07-25 20:02 (UTC)

Thanks for the heads up Nukleari. Looks like they changed the URL. Just uploaded a fixed script now.

italoghost I looked at using your method but the AppRun in Eden seems to be far more complicated than in shadps4 like your example and when trying to use the same setup it would fail due to the missing eden binary. I am currently only using 1 binary just have it in a different place than you do. If you care enough to get it working though feel free to upload a pastebin with the changes and I'll update it to use that method with attribution to you.

Nukleari commented on 2025-07-23 11:48 (UTC) (edited on 2025-07-23 11:52 (UTC) by Nukleari)

the url for the appimage is wrong: https://github.com/eden-emulator/Releases/releases/download/0.0.2-pre-alpha/Eden-Linux-0.0.2-pre-alpha-amd64.AppImage should be: https://github.com/eden-emulator/Releases/releases/download/v0.0.2-pre-alpha/Eden-Linux-0.0.2-pre-alpha-amd64.AppImage (v is missing before version in ...download/v0.0.2-pre-alpha...)