← Back to MixMatrix

Mac Installation Guide Beta v1.0

Complete step-by-step guide to installing MixMatrix on macOS. Takes about 2 minutes.

Quick Navigation

System Requirements

Apple Silicon Users: MixMatrix includes a universal binary that runs natively on both Intel and Apple Silicon Macs. No Rosetta required.

Step 1: Download

1

Download the DMG File

Download MixMatrix-1.0.0-arm64.dmg from your beta invite email or the downloads section.

The file is approximately 100MB. Save it to your Downloads folder.

Step 2: Install the App

2

Open the DMG and Drag to Applications

  1. Double-click MixMatrix-1.0.0-arm64.dmg in your Downloads folder
  2. A window will open showing the MixMatrix app icon and an Applications folder shortcut
  3. Drag the MixMatrix icon onto the Applications folder
  4. Wait for the copy to complete (a few seconds)
  5. Eject the DMG by right-clicking it on Desktop and selecting "Eject"

Step 3: Bypass macOS Security (Gatekeeper)

Why this is needed: MixMatrix is not distributed through the Mac App Store and is not code-signed with an Apple Developer certificate during beta. macOS will show a security warning the first time you open it. This is normal for beta software.
3

First Launch - Method A (Easiest)

  1. Open Finder and go to your Applications folder
  2. Find MixMatrix
  3. Right-click (or Control-click) on MixMatrix
  4. Select "Open" from the context menu
  5. A dialog will appear saying MixMatrix is from an unidentified developer
  6. Click "Open" in the dialog

The app will now open. You only need to do this once - future launches will work normally.

3

First Launch - Method B (If Method A doesn't work)

If you already tried to open the app by double-clicking and saw "MixMatrix can't be opened":

  1. Open System Settings (macOS Ventura+) or System Preferences (older macOS)
  2. Go to Privacy & Security
  3. Scroll down to the Security section
  4. You should see a message: "MixMatrix was blocked from use because it is not from an identified developer"
  5. Click "Open Anyway"
  6. Enter your Mac password if prompted
  7. Click "Open" in the confirmation dialog
3

First Launch - Method C (Terminal - Last Resort)

If neither method above works, you can remove the quarantine flag via Terminal:

xattr -cr /Applications/MixMatrix.app
  1. Open Terminal (search for it in Spotlight with Cmd+Space)
  2. Copy and paste the command above
  3. Press Enter
  4. Now double-click MixMatrix in Applications - it should open

Step 4: Enter Your Beta License Key

4

Activate Your Beta License

When MixMatrix opens for the first time, you'll see a license activation screen.

  1. Find your 25-character license key from your beta invite email
  2. Enter it in the format: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
  3. Click "Activate Beta"
  4. If valid, you'll see a success message and the app will unlock
Lost your license key? Contact support@mixmatrix.io with the email you used to sign up for beta access.

Step 5: Import Your Music

5

Start Using MixMatrix

You're all set! Now you can import your music library:

Beta Tip: Start with a smaller subset (100-500 tracks) to test the app before importing your full library.

Troubleshooting

"MixMatrix is damaged and can't be opened"

This usually means the quarantine flag is stuck. Run this in Terminal:

xattr -cr /Applications/MixMatrix.app

Then try opening the app again.

"MixMatrix cannot be opened because the developer cannot be verified"

Follow Method A or Method B in Step 3 above. This is expected for beta software that isn't code-signed.

App crashes on launch

  1. Make sure you're running macOS 10.15 (Catalina) or later
  2. Try deleting app data and restarting:
    rm -rf ~/Library/Application\ Support/MixMatrix
  3. Re-download the DMG and reinstall
  4. If the problem persists, send your console logs to support@mixmatrix.io

License key not accepted

Serato library not found

Rekordbox import fails

Audio preview not working

App is slow or freezing

How to collect logs for bug reports

  1. Open MixMatrix
  2. Reproduce the issue
  3. Go to View > Developer Tools (or press Cmd+Option+I)
  4. Click the Console tab
  5. Right-click in the console and select "Save as..." to save the log
  6. Email the log file to support@mixmatrix.io

Uninstalling

To completely remove MixMatrix from your Mac:

  1. Quit MixMatrix if it's running
  2. Drag MixMatrix from Applications to Trash
  3. Delete app data (optional - removes all your saved settings and library data):
    rm -rf ~/Library/Application\ Support/MixMatrix
  4. Empty Trash

Need help? support@mixmatrix.io