Installation
System Requirements
Operating System: macOS 14.0 (Sonoma) or macOS 15.0+ (Sequoia)
Architecture: Apple Silicon (M1/M2/M3/M4) or Intel (x86_64)
Simulator: X-Plane 12
Pre-Built Binaries
Download the latest
XLauncher.dmgfrom the GitHub Releases page.Open
XLauncher.dmg.Drag XLauncher.app into your
/Applicationsfolder.Eject the disk image.
Building from Source
Building from source requires Xcode or the Swift command-line tools:
xcode-select --install
Clone the repository:
git clone https://github.com/jcorbier/x-plane-launcher.git cd x-plane-launcher
Run the packaging script:
./package.sh
The script compiles the executable in release mode, builds the macOS app bundle structure, copies resources, and signs the bundle.
Open
XLauncher.appor move it to your/Applicationsfolder:open XLauncher.app
Updating
X-Plane Launcher includes built-in in-place self-updating:
When a new version is detected, an update banner appears in Settings and About, and you can also check manually from the menu bar (X-Plane Launcher > Check for Updates…).
Click Update & Relaunch to automatically download the verified update archive, replace the installed application bundle, and relaunch into the new version.
You can also view detailed changelogs and version release notes directly from the UI before applying the update.