Skip to content

Installing on macOS

There are currently several ways to install Unciv on macOS.

It is recommended that you do not install from source, since the end result will be the same.

Installing using MacPort

Details here - simply run sudo port install unciv from command line and you're good to go!

Does not require JDK to be preinstalled

Installing using JAR

  1. If you don't already have Java 8 or OpenJDK (versions 11 and 18 do work) installed on your mac, either
  2. Download it from the official website. Once you have downloaded the file, open it and follow the instructions on screen.
  3. If you use Homebrew, just run brew install java
  4. Now that you have Java installed it's time to download the latest Unciv JAR. This can be done from the releases screen here on Github. Download the file called Unciv.jar.
  5. To run the game, you'll need to create to run java -jar Unciv.jar from a Terminal.
  6. Alternatively, you could create a 'Unciv.sh' file containing that line, and then run the new file, to allow you to create shortcuts etc.

(Sadly Unciv dose not auto update when installing it using this method on macOS so you will need to download the latest Unciv.jar from Github every time you want to update the game.)

Installing from source

For instructions on how to install Unciv from source see Building locally without Android Studio. It is not recommended to use this method as it achieves the same result as the first method whilst being much more complicated and prone to errors along the way.

(Sadly Unciv dose not auto update when installing it using this method on macOS so you will need to follow these steps every time you want to update the game.)