Step-by-step guide for installing and running Retro Multi Tools on macOS.
- macOS 10.15 (Catalina) or later
Download the release that matches your Mac from the Releases page.
| File | Description |
|---|---|
osx-x64.zip |
macOS Intel |
osx-arm64.zip |
macOS Apple Silicon |
| File | Description |
|---|---|
osx-x64-Installer.pkg |
macOS Intel |
osx-arm64-Installer.pkg |
macOS Apple Silicon |
| File | Description |
|---|---|
osx-x64.dmg |
macOS Intel |
osx-arm64.dmg |
macOS Apple Silicon |
- Extract the downloaded ZIP — double-click the file in Finder or use the terminal:
unzip osx-arm64.zip -d RetroMultiTools- Navigate to the extracted directory:
cd RetroMultiTools- Make the binary executable:
chmod +x RetroMultiTools- Run the application:
./RetroMultiTools- Double-click the
.pkgfile to open the installer. - Follow the on-screen instructions to install Retro Multi Tools to
/Applications. - Launch the application from Applications or Spotlight.
- Double-click the
.dmgfile to mount the disk image. - Drag Retro Multi Tools.app to the Applications folder.
- Eject the disk image.
- Launch the application from Applications or Spotlight.
macOS may block the application because it was not downloaded from the App Store. If you see a "cannot be opened because the developer cannot be verified" dialog:
- Open System Settings → Privacy & Security
- Scroll down and click Open Anyway next to the Retro Multi Tools message
- Alternatively, right-click the application and select Open
Or remove the quarantine attribute from the terminal:
xattr -rd com.apple.quarantine RetroMultiToolsIf you prefer to build from source, install the .NET 8 SDK instead of the runtime and then:
git clone https://github.com/SvenGDK/RetroMultiTools.git
cd RetroMultiTools
dotnet build
dotnet run --project RetroMultiToolsInstall a common font package via Homebrew:
brew install font-liberation