Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
  • C++ 49.6%
  • HTML 28.5%
  • C 17.7%
  • Roff 1.6%
  • CMake 0.7%
  • Other 1.7%
Find a file
Acts1631 180e670605 Reject unterminated quoted disc filenames
CUE and GDI descriptor parsing continued appending after a quoted
filename reached end of input. A malformed descriptor could consume
CPU and memory until Flycast stopped responding.

Treat failed character extraction as an invalid descriptor while
skipping whitespace and while scanning quoted filenames.
2026-08-27 19:05:33 +02:00
.github netbsd: bump libusb install to 1.0.30 2026-07-21 12:28:22 +02:00
core Reject unterminated quoted disc filenames 2026-08-27 19:05:33 +02:00
docs add zh_CH and zh_TW messages. delete outdated docs 2025-12-11 15:15:43 +01:00
fonts refactor font loading system to support weights, better CJK fallback, dynamic font file path from fontconfig for linux 2026-03-29 18:35:38 +02:00
intl Fix Crowdin config & workflow 2022-11-28 15:00:25 +01:00
resources alienfnt: online watch support. use original dns name for server 2026-07-04 17:34:11 +02:00
shell android: clear knownDevices when InputDeviceManager starts 2026-08-23 13:20:05 +02:00
tests support quoted config values on command line 2026-07-04 17:34:11 +02:00
tools delete dcnet utility for dreampi 2026-03-13 14:21:22 +01:00
.gitignore CMake: fix build on Windows 2025-01-06 19:46:52 +01:00
.gitlab-ci.yml libretro: fix typo in gitlab-ci (#2296) 2026-03-31 15:09:42 +02:00
.gitmodules android: use gamesdk frame-pacing library 2026-07-04 17:34:11 +02:00
CMakeLists.txt cmake: pre-seed native macOS Xcode feature checks (#2394) 2026-07-07 18:46:26 +02:00
CMakePresets.json CMake: fix build on Windows 2025-01-06 19:46:52 +01:00
crowdin.yml ui: support for Asian fonts on linux 2025-12-23 12:00:53 +01:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md docs: fix typo (#2383) 2026-06-23 09:44:25 +02:00

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.

Downloads android windows linux apple switch xbox

Get builds for your system from the builds page or GitHub Releases.

  • Latest master builds: regular builds from the master branch with recent fixes and updates.
  • Nightly dev builds: experimental builds with the latest features and changes.
  • Stable tagged releases: versioned release builds published on GitHub Releases.

Automated test results are available from the builds page as well.

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.

Build from source

macOS

Right-click the bootstrap script and choose Open:

shell/apple/generate_xcode_project.command

Windows

Double-click the bootstrap script:

shell\windows\generate_vs_project.bat

Linux

Dependencies

  • C/C++ compiler toolchain (e.g. gcc/g++)
  • CMake
  • make
  • libcurl (development headers)
  • libudev (development headers)
  • SDL2 (development headers)
  • Graphics API: Vulkan, OpenGL

Build

$ git clone --recursive https://github.com/flyinghead/flycast.git
$ cd flycast
$ mkdir build && cd build
$ cmake ..
$ make

Packaging status

Packaging status