Installation
FM Skin Builder is available for Windows, macOS, and Linux. This guide covers downloading, installing, and launching the app for the first time.
System Requirements
| Platform | Minimum Version |
|---|---|
| Windows | Windows 10 (64-bit) |
| macOS | macOS 11 Big Sur |
| Linux | Ubuntu 20.04 / equivalent |
Additional requirements:
- 500 MB free disk space
- Football Manager 26 installed (for building and testing skins)
Download
Visit the Downloads page to get the latest version for your platform.
Downloads page showing platform options
Screenshot ID: downloads-page
Installation by Platform
Windows
- Download the
.exeinstaller from the Downloads page - Double-click the installer file
- If you see “Windows protected your PC”:
- Click More info
- Click Run anyway
- Follow the installation wizard
- Launch FM Skin Builder from the Start menu or desktop shortcut
macOS
- Download the
.dmgfile from the Downloads page - Open the DMG file
- Drag FM Skin Builder to your Applications folder
- First launch:
- Right-click the app and select Open
- Click Open in the dialog that appears
- (This is only needed the first time)
Alternative method:
- Go to System Preferences > Security & Privacy
- Click the lock icon to make changes
- Click Open Anyway next to the FM Skin Builder message
Linux
- Download the
.AppImagefile from the Downloads page - Make it executable:
chmod +x FM-Skin-Builder-*.AppImage - Run the AppImage:
./FM-Skin-Builder-*.AppImage
Optional: Move to /usr/local/bin/ for system-wide access:
sudo mv FM-Skin-Builder-*.AppImage /usr/local/bin/fm-skin-builderFirst Launch
When you first open FM Skin Builder:
- The app will detect your Football Manager installation automatically
- If FM26 isn’t found, you’ll need to set the path to bundles manually (see below)
- You’ll see the welcome screen with options to:
- Create a new skin project
- Open an existing skin folder
- Browse recent projects
FM Skin Builder welcome screen
Screenshot ID: welcome-screen
Game Path Configuration
FM Skin Builder needs access to Football Manager’s bundle files — the folder containing .bundle assets the game loads at runtime. Point the path at this bundles directory, not the root of your FM installation.
Auto-detection (the magic wand button) works for most Steam and Epic Games installations.
If the app doesn’t find your FM installation:
- Click Settings in the Activity Bar
- Navigate to the Paths section
- Click Browse next to “FM Installation Path”
- Navigate to the bundles folder for your platform (see common locations below) — it should contain
.bundlefiles
Common FM26 bundle locations:
| Platform | Path |
|---|---|
| Windows (Steam) | C:\Program Files (x86)\Steam\steamapps\common\Football Manager 26\fm_Data\StreamingAssets\aa\StandaloneWindows64\ |
| Windows (Epic) | C:\Program Files\Epic Games\Football Manager 26\fm_Data\StreamingAssets\aa\StandaloneWindows64\ |
| Windows (Game Pass) | C:\XboxGames\Football Manager 26\Content\fm_Data\StreamingAssets\aa\StandaloneWindows64\ |
| macOS (Steam) | ~/Library/Application Support/Steam/steamapps/common/Football Manager 26/fm.app/Contents/Resources/Data/StreamingAssets/aa/StandaloneOSX/ |
| Linux (Steam) | ~/.steam/steam/steamapps/common/Football Manager 26/fm_Data/StreamingAssets/aa/StandaloneLinux64/ |
Troubleshooting Installation
”App won’t open” (Windows)
This is usually the SmartScreen warning. See the Windows installation steps above.
macOS won’t open the app
On first launch, macOS may block FM Skin Builder with either of these messages:
- “Cannot be opened because the developer cannot be verified”
- “FM Skin Builder” is damaged and can’t be opened. You should move it to the Bin.
Both are caused by macOS quarantine flags on downloaded apps — the app is not actually damaged. Use either fix:
Method 1: Open Terminal and run:
xattr -cr "/Applications/FM Skin Builder.app"Method 2: Use the right-click > Open method, or allow the app in Security & Privacy settings.
App crashes on launch
- Ensure your OS version meets the minimum requirements
- Try downloading the installer again (corrupted download)
- Run as administrator (Windows) or check permissions (macOS/Linux)
Game not detected
- Make sure FM26 is installed
- Manually set the path in Settings > Paths
- Browse to the bundles folder for your platform — it should contain
.bundlefiles (see common locations above)
Next: Your First Skin - Create a working skin in 10 minutes.