Browse by type
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.

curl -fsSL https://packages.amiberry.com/install.sh | sudo sh
sudo apt install amiberry
Also available via PPA · COPR · Flatpak · AUR · .deb/.rpm
brew install --cask amiberry
Download the installer or portable ZIP. x64 and ARM64 (Windows-on-ARM / Snapdragon X, Copilot+) builds are both published. The portable ZIP includes the amiberry.portable marker, so writable paths stay next to Amiberry.exe without extra setup.
Windows ARM64 in a VM (VMware Fusion / Parallels / Hyper-V): the guest usually has no OpenGL ICD installed, so Amiberry's GL init fails at startup. Drop Mesa3D's
opengl32.dll(mesa-llvmpipe-arm64from mmozeiko/build-mesa) next toAmiberry.exe— that gives you software OpenGL 3.3+ and the GUI comes up. Native WoA hardware doesn't need this workaround.
Available on Google Play (AArch64 & x86_64 with full ARM64 JIT support).
In order to install amiberry on FreeBSD simply use pkg
pkg install amiberry
Or if you prefer to install from Source then
git clone --depth 1 https://github.com/freebsd/freebsd-ports /usr/ports
cd /usr/ports/emulators/amiberry
make install
Release binaries are signed through SignPath. See the Code signing policy for signing scope, release approval roles, and privacy notes.
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.
git checkout -b feature/my-featuregit commit -m 'Add my feature'git push origin feature/my-featureAmiberry is licensed under the GNU General Public License v3.0.
Supported by JetBrains.
$ claude mcp add amiberry \
-- python -m otcore.mcp_server <graph>