https://github.com/flyinghead/flycast
Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
https://github.com/flyinghead/flycast
emulation emulator sega-dreamcast sega-naomi
Last synced: 3 days ago
JSON representation
Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
- Host: GitHub
- URL: https://github.com/flyinghead/flycast
- Owner: flyinghead
- License: gpl-2.0
- Created: 2018-04-27T11:14:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T19:40:29.000Z (7 days ago)
- Last Synced: 2025-04-10T07:16:43.703Z (5 days ago)
- Topics: emulation, emulator, sega-dreamcast, sega-naomi
- Language: C++
- Homepage:
- Size: 100 MB
- Stars: 1,693
- Watchers: 65
- Forks: 203
- Open Issues: 267
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Pop_OS-Guide - Flycast - platform Sega Dreamcast, Naomi and Atomiswave emulator derived from reicast. [Flycast Flatpak](https://flathub.org/apps/details/org.flycast.Flycast) (Game Emulators / GOG Galaxy integration)
- Retro-Gaming-Guide - Flycast - platform Sega Dreamcast, Naomi and Atomiswave emulator derived from reicast. (Game Emulators)
README
# Flycast
[](https://github.com/flyinghead/flycast/actions/workflows/android.yml)
[](https://github.com/flyinghead/flycast/actions/workflows/c-cpp.yml)
[](https://github.com/flyinghead/flycast/actions/workflows/switch.yml)
[](https://github.com/flyinghead/flycast/actions/workflows/uwp.yml)
[](https://github.com/flyinghead/flycast/actions/workflows/bsd.yml)
**Flycast** is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave emulator derived from [**reicast**](https://github.com/skmp/reicast-emulator).
Information about configuration and supported features can be found on [**TheArcadeStriker's flycast wiki**](https://github.com/TheArcadeStriker/flycast-wiki/wiki).
Join us on our [**Discord server**](https://discord.gg/X8YWP8w) for a chat.
## Install
### Android 
Install Flycast from [**Google Play**](https://play.google.com/store/apps/details?id=com.flycast.emulator).
### Flatpak (Linux )1. [Set up Flatpak](https://www.flatpak.org/setup/).
2. Install Flycast from [Flathub](https://flathub.org/apps/details/org.flycast.Flycast):
`flatpak install -y org.flycast.Flycast`
3. Run Flycast:
`flatpak run org.flycast.Flycast`
### Homebrew (MacOS )
1. [Set up Homebrew](https://brew.sh).
2. Install Flycast via Homebrew:
`brew install --cask flycast`
### Xbox One/Series 
Grab the latest build from [**the builds page**](https://flyinghead.github.io/flycast-builds/), or the [**GitHub Actions**](https://github.com/flyinghead/flycast/actions/workflows/uwp.yml). Then install it using the **Xbox Device Portal**.
### Binaries      
Get fresh builds for your system [**on the builds page**](https://flyinghead.github.io/flycast-builds/).
**New:** Now automated test results are available as well.
### Build instructions:
```
$ git clone --recursive https://github.com/flyinghead/flycast.git
$ cd flycast
$ mkdir build && cd build
$ cmake ..
$ make
```