https://github.com/BlitterStudio/amiberry-lite
Optimized Amiga emulator for Linux
https://github.com/BlitterStudio/amiberry-lite
Last synced: over 1 year ago
JSON representation
Optimized Amiga emulator for Linux
- Host: GitHub
- URL: https://github.com/BlitterStudio/amiberry-lite
- Owner: BlitterStudio
- License: gpl-3.0
- Created: 2024-09-23T16:28:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T18:08:09.000Z (over 1 year ago)
- Last Synced: 2025-03-13T15:16:25.413Z (over 1 year ago)
- Language: C++
- Homepage: https://amiberry.com
- Size: 60.5 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: docs/README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# Optimized Amiga emulator for multiple platforms
[](https://ko-fi.com/X8X4FHDY4)
[](https://github.com/BlitterStudio/amiberry/actions/workflows/c-cpp.yml)
[](https://discord.gg/wWndKTGpGV)

Amiberry-Lite is an optimized Amiga emulator for ARM (32bit and 64bit) and RISC-V platforms.
The core emulation comes from [WinUAE](https://www.winuae.net), and even the main GUI is designed to look similar to that.
It includes JIT for ARM support, to get high-performance results on CPU-intensive emulated environments, like desktop applications. On top of that, there are some unique features developed specifically for Amiberry, such as the WHDLoad booter, support for RetroArch controller mapping, and several more.
There are currently two Amiberry editions available: **Amiberry and Amiberry-Lite** - [see here](https://github.com/BlitterStudio/amiberry/wiki/First-Installation) to see which is the best pick for your needs.
## Getting Amiberry-Lite
### Linux
Amiberry-Lite is available as a DEB package for ARM32 and ARM64 (aarch64) Linux platforms. You can download the latest version from the [Releases](https://github.com/BlitterStudio/amiberry-lite/releases) area.
Users of macOS and x86_64 Linux are better off using the full [Amiberry](https://github.com/BlitterStudio/amiberry) version, instead.
For DEB packages:
sudo apt update && sudo apt install ./amiberry-lite_5.8.0_arm64.deb
Or just use the graphical front-end your distro provides (double-clicking on the DEB package should do that)
### Distro package management
Some distros (like AmiKit, RetroPie, DietPi, Pimiga and others) already include Amiberry either pre-installed, or through their package management systems. Please follow the methods provided in those distros for a smoother experience, and refer to their owners for support during this process.
## Compile from source
Alternatively, you can [compile the latest version of Amiberry from source](https://github.com/BlitterStudio/amiberry/wiki/Compile-from-source).
For more documentation subjects, please check the [Wiki page](https://github.com/BlitterStudio/amiberry/wiki)
### Supported by
[](https://jb.gg/OpenSourceSupport)