Download FS-UAE – Development Version
This is the download page for the development series. You may want the latest stable version instead. See the release announcements for the most recent changes. If you have any issues, please post in the support forum thread with information about your problem.
FS-UAE Downloads for Windows
The packages require Windows XP or newer. It works on both 32-bit and 64-bit systems. For IPF file support, libcapsimage is included in all Windows distributions. All other required libraries are also included.
FS-UAE Downloads for Mac OS X
The packages require Mac OS X 10.6+ and works on both 32-bit and 64-bit systems. For IPF file support, libcapsimage is included in all Mac OS X distributions. All other required libraries are also included. The source code can also be compiled for Mac OS X 10.5, both x86 and PPC.
FS-UAE Downloads for Ubuntu
You can install FS-UAE from an Ubuntu PPA with these commands:
sudo apt-add-repository ppa:fengestad/devel sudo apt-get update sudo apt-get install fs-uae fs-uae-launcher
Direct download for deb files:
The packages require Debian 6.0 or newer system (including more recent Ubuntu versions and other Debian derivatives). If you want support for loading IPF disk images, also install libfs-capsimage:
libfs-capsimage4_4.2-1_amd64.deb or libfs-capsimage4_4.2-1_i386.deb
FS-UAE Downloads for Debian
For Debian 6.0, a repository is maintained via the openSUSE build service. Direct download for deb files:
The packages require Debian 6.0 or newer system (including more recent Ubuntu versions and other Debian derivatives). If you want support for loading IPF disk images, also install libfs-capsimage:
libfs-capsimage4_4.2-1_amd64.deb or libfs-capsimage4_4.2-1_i386.deb
FS-UAE Downloads for Linux
The following RPM packages have been compiled using the openSUSE build service, and I have not tested them all. Please report if they do not work.
- Fedora 17 – FS-UAE for i686 & x86_64 – launcher in noarch
- Fedora 16 – FS-UAE for i686 & x86_64 – launcher in noarch
- openSUSE 12.2 – FS-UAE for i586 & x86_64 – launcher in noarch
- openSUSE 12.1 – FS-UAE for i586 & x86_64 – launcher in noarch
- Mandriva 2011 – FS-UAE for i586 & x86_64 – launcher in noarch
The following distributions have packages created and maintained by external contributors:
- Exherbo Linux (maintainted by philantrop)
- Arch Linux (maintainted by grimi)
FS-UAE Downloads for FreeBSD
No binary packages are available for FreeBSD, but the source code compiles and FS-UAE runs on FreeBSD.
Download Source Code
The source code can be compiled (with proper tools installed) on Linux, Windows, Mac OS X and FreeBSD.
Download Net Play Server
The server requires Python >= 2.6 and is compatible with Python 3.
License
FS-UAE itself is licensed under GPL2. libcapsimage (bundled) is licensed under a non-commercial-only license. Other libraries are licensed under various open source licenses (See license files in the distribution for details).
Recent Changes
Check out the change log entries in development release announcements (Even older changes).
The following user agent was used to auto-detect your platform:
Hi Frode,
Are you planning to release a Raspberry Pi version?
Thanks
The Raspberry Pi is not powerful enough to run FS-UAE in any meaningfull way, I’m afraid. You need to use a more lightweight UAE version optimized for less powerful devices, such as UAE4All.
Hm. Any particular reason why libfs-capsimage isn’t offered via the APT repo?
Thanks for the awesome work!
As far as I can tell, the license of the library is not compatible with the terms of use for Ubuntu PPA. (It is fortunately seldom updated, it hasn’t needed updating since the initial FS-UAE release).
Pingback: FS-UAE – Development version 2.1.20 erschienen | NotizBlog
Thank you!
Hi! I added the fs-uae debian repository to my debian testing sources.list. Instalation went fine and the fs-uae engine works fine too, but when i try to run the launcher it won’t run. Here you have some output from terminal:
mateusz@debian:~$ fs-uae-launcher
Traceback (most recent call last):
File “/usr/bin/fs-uae-launcher”, line 3, in
from fs_uae_launcher import main
ImportError: No module named fs_uae_launcher
Could you tell me how to fix it please ?
The problem was the the debian packaging did not have a dependency on python-support. It should be fixed now in the repository for development versions.