Installing App Catalog

Local

To install the App Catalog on a single device, open a Terminal window and run the following command:

sudo curl -sSL https://cdn.appcatalog.cloud/install_app_catalog.zsh | sudo zsh --no-rcs

This command will download and install the catalog app on your Mac.

Mobile Device Management

The installation of the App Catalog requires administrative privileges. Most MDM solutions provide a way to run a script or command with root or administrative privileges. The following command can be used to install the App Catalog:

curl -sSL https://cdn.appcatalog.cloud/install_app_catalog.zsh | zsh --no-rcs

Package

Alternatively a PKG installer can be found here

Last updated