Skip to content

Getting Started With Mac

raeleus edited this page Feb 1, 2023 · 11 revisions

Skin Composer can be run from a JAR file or installed as an App Package. It's compatible with OSX versions that support LWJGL3 rendering.

Running Skin Composer from JAR File

  • Download and install Java JDK 11 or later: OpenJDK
  • Download the latest SkinComposer.jar from the releases page
  • Open Terminal and navigate to the JAR's folder
  • Start Skin Composer using the following command: java -jar SkinComposer.jar

Continue learning about Skin Composer by watching the tutorial videos.

Install as an App Package

Update: The App Package technique causes errors in the program and has been discontinued. See the JAR File technique above.

  • Download the latest SkinComposer.app.zip from the releases page
  • Extract the zip
  • Copy the Skin Composer app to your Applications folder
  • Right click the app and select open
  • Click open
Clone this wiki locally