Skip to content
Dimitris Panokostas edited this page Feb 28, 2026 · 11 revisions

Welcome to the Amiberry wiki!

Amiberry Logo

Amiberry

Optimized Amiga Emulator for macOS, Linux, Windows and Android

Development Builds Discord Mastodon Ko-Fi


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.

✨ Features

  • High Performance JIT: Custom Just-In-Time compiler for extreme speed on ARM64 (macOS, Linux, Android) and x86.
  • WHDLoad BOOTER: Native support for launching WHDLoad titles directly, handling all configuration automatically.
  • RetroArch Integration: Seamless mapping for RetroArch controllers.
  • Host Tools Integration: Launch host applications directly from the emulation.
  • Dynamic File Handling: Drag-and-drop support for floppies, hardfiles, and config files.
  • Custom Bezel Overlays: Use your own bezel PNG images (e.g., CRT monitor frames) with any shader. The emulator output is automatically fitted to the bezel's transparent screen area.
  • Native GUI: A responsive, feature-rich interface designed for both mouse and controller navigation.

🚀 Getting Amiberry

Linux 🐧

Amiberry is available as a .deb (Debian/Ubuntu/Raspberry Pi OS) and .rpm (Fedora/RHEL) package. You can download these from the Releases page or grab the latest Development Builds.

Debian / Ubuntu / Raspberry Pi OS:

sudo apt update
sudo apt install ./amiberry_*.deb

Fedora:

sudo dnf install ./amiberry-*.rpm

Flatpak (Flathub):

flatpak install flathub com.blitterstudio.amiberry

Arch Linux (AUR):

yay -S amiberry

macOS 🍎

Amiberry supports both Intel (x86_64) and Apple Silicon (M1/M2/M3).

Via Homebrew:

brew install --cask amiberry

Via DMG:

  1. Download the latest .dmg from Releases or Development Builds.
  2. Open the disk image.
  3. Drag Amiberry.app to your Applications folder.

Note: For development builds, file associations for .uae, .adf, and .lha are set up automatically.

Android 🤖

Amiberry supports Android on AArch64 and x86_64, with full ARM64 JIT support.

See Compile from Source for build instructions.

📚 Documentation

Detailed guides and compatibility lists are available in the sidebar pages.

Clone this wiki locally