The Modern X-Plane Addon Installer & Manager
XFast Manager makes installing and managing X-Plane addons effortless. Drop in a file and get a ready-to-fly setup in minutes. Available for Windows, macOS, and Linux.
- Install in seconds: drag and drop any addon file, archive, or folder
- Zero guesswork: the app identifies addon types and puts them in the right place
- Stay organized: manage aircraft, plugins, navdata, and scenery in one view
- Safe and reversible: backups, verification, and clear conflict warnings
- Polished UI: light/dark themes, English/Chinese support, smooth progress feedback
- Install directly from ZIP, 7z, RAR, or folders without manual extraction
- Manage aircraft, plugins, navdata, scenery, and liveries with quick actions
- Keep scenery load order clean and stable with smart sorting
- See update availability at a glance
- Use a right-click install menu on Windows
- Windows 10/11 (x64)
- macOS 10.15+ (Intel or Apple Silicon)
- Linux (x64, GTK3 + WebKit2GTK required)
- Download the latest release from the Releases page.
- Launch the app and select your X-Plane folder.
- Drag your addon into the window and install.
- AppImage (Recommended for most Linux users): download the regular Linux AppImage from the Releases page.
- Arch Linux tar.gz (Recommended on Arch/Wayland if AppImage has issues): download
XFast-Manager-<version>-linux-arch-x64.tar.gz.
- Install runtime dependencies:
sudo pacman -S --needed gtk3 webkit2gtk-4.1 libappindicator-gtk3 librsvg - Extract the release archive:
tar -xzf XFast-Manager-<version>-linux-arch-x64.tar.gz - Enter the extracted directory and run the app:
chmod +x XFast-Manager && ./XFast-Manager
Does it support ZIP/7z/RAR archives?
Yes. You can install directly from ZIP, 7z, or RAR without extracting first.
Can it handle conflicting versions?
Yes. Choose clean install or overwrite, and enable verification for safety.
Is it safe to run while X-Plane is running?
We recommend closing X-Plane during installs to avoid file locks.
Does it run on macOS and Linux?
Yes. XFast Manager ships for Windows, macOS, and Linux.
-
Install fails due to permissions
Close X-Plane and file explorer windows, then retry. -
Windows context menu missing
Enable it in Settings, then relaunch the app. -
Linux app does not start
Install GTK3 and WebKit2GTK packages. -
Linux Wayland AppImage shows
EGL_BAD_PARAMETERon startup
On current builds, the AppImage automatically prefers X11 on problematic Wayland sessions when XWayland is available. If you still need to override it manually, tryGDK_BACKEND=x11 ./XFast-Manager-*.AppImageorXFAST_FORCE_X11=1 ./XFast-Manager-*.AppImage. -
AppImage still has problems on Arch Linux
Use the Arch Linuxtar.gzrelease instead of the AppImage. It ships as a native Arch-built binary and avoids the extra AppImage runtime layer. -
Password requested
Provide the archive password when prompted.
- Found a bug or need help? Please open an issue with your OS, app version, and logs.
- Feature requests are welcome via GitHub Issues.
Requirements
- Node.js 18+
- Rust 1.70+
Commands
# Install dependencies
npm install
# Development mode
npm run tauri:dev
# Production build
npm run tauri:build- Rust unit tests:
cargo test
Thanks to: SINO1660, enenY, 🍊, Tong Wu, HTony03, CHN131
- App data is stored in platform-specific application data directories using the app identifier
com.xfastmanager.tool. - RAR archives do not support file integrity verification.
- Windows shortcut (.lnk) resolution is supported on Windows only.
This project is licensed under the GNU General Public License v3.0. See LICENSE for details.





