Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
Flyinghead 8f33b63153 linux build: fix AppImageTool location 2025-07-22 15:37:54 +02:00
.github ci: fix switch libretro artifact location 2025-06-30 21:34:41 +02:00
cmake CMake Refactors (#1979) 2025-06-24 16:33:12 +02:00
core sdl: set default axis direction for all axes 2025-07-22 15:24:05 +02:00
docs outdated stuff 2019-09-28 20:00:20 +02:00
fonts ui: achievements list, new pause menu 2024-05-03 20:09:31 +02:00
intl Fix Crowdin config & workflow 2022-11-28 15:00:25 +01:00
resources android,ios: arcade vgamepad layout. android vgamepad rewrite 2024-12-03 21:04:51 +01:00
shell linux build: fix AppImageTool location 2025-07-22 15:37:54 +02:00
tests CMake Refactors (#1979) 2025-06-24 16:33:12 +02:00
tools dreampi: select best access point when connecting 2025-04-30 23:02:41 +02:00
.gitignore CMake: fix build on Windows 2025-01-06 19:46:52 +01:00
.gitlab-ci.yml libretro: build osx-x64 build on new builder 2025-03-05 21:25:39 +01:00
.gitmodules add websocket++ and libjuice as submodules 2025-04-07 18:06:44 +02:00
CMakeLists.txt android: support 4KB and 16KB page sizes on 64-bit platforms 2025-07-06 22:16:06 +02:00
CMakePresets.json CMake: fix build on Windows 2025-01-06 19:46:52 +01:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md dropping iOS support 2025-06-06 09:08:14 +02:00

README.md

Flycast

Android CI C/C++ CI Nintendo Switch CI Windows UWP CI BSD CI

flycast logo

Flycast is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave emulator derived from reicast.

Information about configuration and supported features can be found on TheArcadeStriker's flycast wiki.

Join us on our Discord server for a chat.

Install

Android android

Install Flycast from Google Play.

Flatpak (Linux ubuntu logo)

  1. Set up Flatpak.

  2. Install Flycast from Flathub:

flatpak install -y org.flycast.Flycast

  1. Run Flycast:

flatpak run org.flycast.Flycast

Homebrew (MacOS apple logo)

  1. Set up Homebrew.

  2. Install Flycast via Homebrew:

brew install --cask flycast

iOS

Due to persistent harassment from an iOS user, support for this platform has been dropped.

Xbox One/Series xbox logo

Grab the latest build from the builds page, or the GitHub Actions. Then install it using the Xbox Device Portal.

Binaries android windows linux apple switch xbox

Get fresh builds for your system on the builds page.

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