View Single Post
10/15/23, 10:17 AM   #14
Quiss42
Join Date: Mar 2022
Posts: 1
Originally Posted by dan_el2 View Post
Minion runs on macOS 14 ("Sonoma") by using the "Minion by JAVA" method outlined in the Troubleshooting guide.
Using the steps below I got it to run on my M1.
  1. Download and install the latest version of Minion.
    -->https://minion.mmoui.com/?download
  2. Download and install JRE (Get the "macOS ARM64" version if you are on Apple Silicon).
    -->https://www.java.com/download/manual.jsp
  3. Set JAVA_HOME in Terminal:
    Code:
    export JAVA_HOME='/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home'
  4. Run Minion directly from Terminal:
    Code:
    java -jar /Applications/Minion.app/Contents/Java/Minion-jfx.jar
  5. Profit!

EDIT: I did not clean out my ~/.minion folder or any config files. And Minion was working just fine on macOS 13.x without any extra steps needed.
This actually worked for me. Thanks a lot!
  Reply With Quote