A cross-platform GUI updater for the Eden emulator. Keep your Eden installation up to date with automatic downloads and installations.

- Automatic update checking from GitHub releases
- Cross-platform support (Windows, Linux, Android)
- Support for both stable and nightly channels
- Direct Eden launching
- Modern dark theme interface
You can get the latest release from here: Release
- Flutter SDK
- Platform tools (Visual Studio for Windows, build-essential for Linux, Android SDK)
.\package_windows.ps1 # Windows ZIP
.\package_linux.sh # Linux tar.gz
.\package_android.ps1 # Android APK
flutter build windows --release
flutter build linux --release
flutter build apk --release
- Extract and run the updater
- Select stable or nightly channel
- Click "Install Eden" or "Update Eden"
- Launch Eden directly from the updater
eden_updater.exe --auto-launch --channel nightly
Eden installs to Documents/Eden/
with separate folders for stable and nightly versions.
- Stable: eden-emulator/Releases
- Nightly: pflyly/eden-nightly
flutter run -d windows # Run on Windows
flutter run -d linux # Run on Linux
flutter run -d android # Run on Android
flutter analyze # Check code
This project is open source. See LICENSE file for details.