Skip to content

BlitterStudio/amiberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7,761 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Amiberry

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

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.

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. The portable ZIP includes the amiberry.portable marker, so writable paths stay next to Amiberry.exe without extra setup.

Android

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

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.