Optimized Amiga emulator
Amiberry is an optimized Amiga emulator designed for ARM (32/64-bit), x86_64, and RISC-V platforms. It natively runs on Linux, macOS, Windows and Android, providing a high-performance emulation experience suitable for everything from low-power SBCs (like Raspberry Pi) to powerful desktop workstations and mobile devices.
Built on the core of WinUAE, Amiberry brings industry-standard compatibility to multiple platforms while adding unique features tailored for modern setups.
Amiberry is available as a .deb (Debian/Ubuntu/Raspberry Pi OS) and .rpm (Fedora/RHEL) package. You can download the latest release from GitHub using this link.
Debian / Ubuntu / Raspberry Pi OS:
# Download the latest .deb from Releases or Development Builds
sudo apt update
sudo apt install ./amiberry_*.deb
Fedora:
# Download the latest .rpm from Releases or Development Builds
sudo dnf install ./amiberry-*.rpm
Flatpak (Flathub):
flatpak install flathub com.blitterstudio.amiberry
Arch Linux (AUR):
yay -S amiberry
Amiberry supports both Intel (x86_64) and Apple Silicon (M1/M2/M3).
Via Homebrew:
brew install --cask amiberry
Via DMG:
.dmg from Releases.Amiberry.app to your Applications folder.Note: For development builds, file associations for
.uae,.adf, and.lhaare set up automatically.
Amiberry supports Android on AArch64 and x86_64, with full ARM64 JIT support for maximum performance.
See Compile from Source for build instructions.
Amiberry supports Windows x86_64 using MinGW-w64 (GCC).
Releases:
.zip from Releases.Amiberry.exe to start the emulator.For detailed configuration guides, tutorials, and compatibility lists, please visit the Official Wiki.
Contributions are welcome! Whether itβs reporting bugs, suggesting features, or submitting Pull Requests, your help makes Amiberry better.
git checkout -b feature/AmazingFeature).git commit -m 'Add some AmazingFeature').git push origin feature/AmazingFeature).This project is licensed under the GNU General Public License v3.0 (GPLv3).
See the LICENSE file for details.