Download FE Infinity

Mac Prerequisites

Before installing FE Infinity on Mac, you'll need to install some prerequisites:

1. Install Homebrew

Homebrew is a package manager for macOS that makes it easy to install software.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. Install Python and Wine

Python is needed for running the game engine, and Wine allows running Windows applications on macOS.

brew install python wine