Some checks failed
Android CI / build (push) Has been cancelled
C/C++ CI / x86_64-pc-windows-msvc (push) Has been cancelled
C/C++ CI / i686-pc-windows-msvc (push) Has been cancelled
C/C++ CI / x86_64-pc-linux-gnu (push) Has been cancelled
C/C++ CI / x86_64-w64-mingw32 (push) Has been cancelled
C/C++ CI / apple-darwin (push) Has been cancelled
C/C++ CI / apple-ios (push) Has been cancelled
C/C++ CI / libretro-x86_64-pc-linux-gnu (push) Has been cancelled
C/C++ CI / libretro-x86_64-w64-mingw32 (push) Has been cancelled
Nintendo Switch CI / libretro (push) Has been cancelled
Nintendo Switch CI / standalone (push) Has been cancelled
Windows UWP CI / build (push) Has been cancelled
|
||
---|---|---|
.github | ||
core | ||
docs | ||
fonts | ||
gdtool | ||
intl | ||
resources | ||
shell | ||
tests | ||
.cirrus.yml | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
vcpkg.json |
Flycast
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
Flatpak (Linux
)
-
Install Flycast from Flathub:
flatpak install -y org.flycast.Flycast
- Run Flycast:
flatpak run org.flycast.Flycast
Homebrew (MacOS
)
-
Install Flycast via Homebrew:
brew install --cask flycast
Xbox One/Series 
Grab the latest build from the builds page, or the GitHub Actions. Then install it using the Xbox Device Portal.
Binaries

Get fresh builds for your system on the builds page.
New: Now automated test results are available as well.
Build instructions:
git clone https://github.com/flyinghead/flycast.git
cd flycast
git submodule update --init --recursive
mkdir build && cd build
cmake ..
make