Skip to content

Install UBA on macOS with Latest M1 Chip

Eliran Wong edited this page Oct 29, 2022 · 3 revisions

Requirement for running UBA desktop version on macOS with Apple chip:

Python version 3.10.4

Unique Bible Apple version 30.12

Install UBA on macOS Big Sur with Latest M1 Chip

Basically, you simply need to download UBA and run it if you have Python and git in place.

Steps to set up for a fresh installation:

  1. Install Python Library

We managed to run UBA desktop version with python version 3.10.4 on macOS with Apple chip:

The python version 3.10.4 installer, which we use, was downloaded from https://www.python.org/downloads/

Go to https://www.python.org/downloads/ to download official python installer:

py1

Locate the downloaded file in the "Download" directory:

py2

Double-click to install Python Library

py3
  1. Download git

An easy way to get "git" is to use Homebrew:

Open your "Terminal" app located in "Applications > Utilites" and run:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install git

  1. Download UBA

Open your "Terminal" app located in "Applications > Utilites" and run:

git clone https://github.com/eliranwong/UniqueBible

  1. Run UBA

Open your "Terminal" app located in "Applications > Utilites" and run:

python3 UniqueBible/uba.py

Application shortcut

https://github.com/eliranwong/UniqueBible/wiki/Create-an-Executable-Shortcut-on-macOS

Clone this wiki locally