Amiberry

May 12, 2026 ยท View on GitHub

C/C++ CI Development Builds Discord Ko-fi

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.

Sponsors

A huge thank you to the companies and individuals who support Amiberry development.

Certified Partners

Certified Partner

Partners

Partner

Supporters

Supporter

View full sponsor details on amiberry.com


Commercial Use & Sponsorship

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.

Corporate Sponsorship Tiers

TierMonthlyBenefits
๐Ÿฅ‰ Supporterโ‚ฌ50/moNamed on website, listed in release notes
๐Ÿฅˆ Partnerโ‚ฌ150/moLogo on website + README, early release access, priority issue responses
๐Ÿฅ‡ Certified Partnerโ‚ฌ300/moEverything 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.

Custom shaders and bezel overlays CRT shader with monitor bezel

Features

  • 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

Quick Install

Linux

curl -fsSL https://packages.amiberry.com/install.sh | sudo sh
sudo apt install amiberry

Also available via PPA ยท COPR ยท Flatpak ยท AUR ยท .deb/.rpm

macOS

brew install --cask amiberry

Windows

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 release binaries are signed through SignPath. See the Code signing policy.

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-arm64 from mmozeiko/build-mesa) next to Amiberry.exe โ€” that gives you software OpenGL 3.3+ and the GUI comes up. Native WoA hardware doesn't need this workaround.

Android

Available on Google Play (AArch64 & x86_64 with full ARM64 JIT support).

FreeBSD

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

Documentation

Building from Source

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)

See the build guide for platform-specific instructions, dependencies, and build options.

Contributing

Contributions are welcome โ€” bug reports, feature suggestions, and pull requests all help make Amiberry better.

  1. Fork the repository
  2. Create your feature branch: git checkout -b feature/my-feature
  3. Commit your changes: git commit -m 'Add my feature'
  4. Push to the branch: git push origin feature/my-feature
  5. Open a Pull Request

Community

Discord Mastodon Ko-fi

License

Amiberry is licensed under the GNU General Public License v3.0.


Supported by JetBrains.