-
-
Notifications
You must be signed in to change notification settings - Fork 347
Installing CKAN on macOS
If this page popped up after launching CKAN, you are missing Mono! Follow the link in step 1 below to install it.
-
Download CKAN.dmg from https://github.com/KSP-CKAN/CKAN/releases/latest
-
Open it
-
Drag CKAN.app to your desktop (or any other folder you prefer)
-
Double click it
-
If a permission request similar to
"bash" wants access to control "Terminal"
pops up, press "OK"
If you are on macOS Catalina, you'll notice that CKAN's Console UI opens in a terminal, instead of the GUI. This is because macOS dropped support for 32-bit applications with version 10.15, and Mono's WinForms implementation is 32-bit only. For more information, check this PR and this issue.
Sonoma has some reported instabilities, and Sequoia works just fine; this also reportedly worked as far back as Mojave:
$ brew update
$ brew install mono
$ brew install ckan
$ ckan consoleui
Installed versions are:
ckan 1.34.4
mono 6.12.0
If you are on macOS 10.15 or later, see the user guide for help with using the Terminal-based UI.
Contact us on the KSP forum or on our Discord server