Optimized Amiga emulator for Linux, macOS, Windows, Android, FreeBSD, and Haiku.
Built on the WinUAE emulation core, Amiberry delivers full Amiga compatibility across ARM, x86, RISC-V, and LoongArch64 hardware β from a Raspberry Pi to a desktop workstation. Custom JIT compilation for ARM64 and x86-64 provides maximum emulation speed.
A huge thank you to the companies and individuals who support Amiberry development.
Amiberry is free and open source under the GPL v3 license. You are welcome to use, modify, and redistribute it under those terms.
If you are shipping a commercial product, paid subscription service, or hardware bundle that includes Amiberry, we ask that you support the project financially. Amiberry is maintained by a single developer β the features and platforms your product depends on exist because of community and corporate support.
| Tier | Monthly | Benefits |
|---|---|---|
| π₯ Supporter | β¬50/mo | Named on website, listed in release notes |
| π₯ Partner | β¬150/mo | Logo on website + README, early release access, priority issue responses |
| π₯ Certified Partner | β¬300/mo | Everything above + "Amiberry Certified Partner" badge for your product/marketing |
π Become a corporate sponsor on Ko-Fi π§ For custom arrangements, contact: midwan@gmail.com
Individual supporters keep this project alive too β any contribution is appreciated.
Visit amiberry.com for the full documentation site.
- JIT Compiler β Custom just-in-time compilation for ARM64 and x86-64
- WHDLoad Support β Launch WHDLoad titles directly with automatic configuration
- Custom Bezels & Shaders β CRT monitor frames, overlay effects, and GLSL shader support
- Modern GUI β Clean Dear ImGui interface navigable by mouse or gamepad
- Drag & Drop β Drop floppy images, hard files, and config files directly into the emulator
- Auto-Update β Built-in update checker with SHA256-verified downloads
- RetroArch Ready β Seamless controller mapping for RetroArch setups
curl -fsSL https://packages.amiberry.com/install.sh | sudo sh
sudo apt install amiberryAlso available via PPA Β· COPR Β· Flatpak Β· AUR Β· .deb/.rpm
brew install --cask amiberryDownload the installer or portable ZIP.
The portable ZIP includes the amiberry.portable marker, so writable paths stay next to Amiberry.exe without extra setup.
Available on Google Play (AArch64 & x86_64 with full ARM64 JIT support).
- Getting Started β First installation guide
- Full Wiki β Complete documentation
- Build from Source β Compile for your platform
- Troubleshooting β Common issues and solutions
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)See the build guide for platform-specific instructions, dependencies, and build options.
Contributions are welcome β bug reports, feature suggestions, and pull requests all help make Amiberry better.
- Fork the repository
- Create your feature branch:
git checkout -b feature/my-feature - Commit your changes:
git commit -m 'Add my feature' - Push to the branch:
git push origin feature/my-feature - Open a Pull Request
Amiberry is licensed under the GNU General Public License v3.0.
Supported by JetBrains.

