Como posso instalar o GitExtensions no Mac OS?

Uso Mac OS High Sierra versão 10. 13. 6

eu quero instalar GitExtensions

eu li aqui : https://git-extensions-documentation.readthedocs.io/en/latest/getting_started.html#installation-macos-2-5x-only

Se eu correr: mono GitExtensions.exe no terminal existe um erro como este:

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Process 767 detached
(lldb) quit
Abort trap: 6
Como posso resolver o erro?

actualizar

Tenho uma solução, por isso tento mudar para ser assim:
mono --arch=32 GitExtensions.exe
Ali. existe um novo erro como este:

Fontconfig warning: ignoring UTF-8: not a valid region tag

Se eu correr mono --version no terminal, o resultado será assim:

enter image description here

Como posso resolver o novo erro?

Author: Success Man, 2018-08-21