Installing apps

Last updated 5 days ago

Installing a single app using the Catalog Agent is very straightforward and requires two things:

To install an app with a user notification on completion:

sudo catalog install BUNDLE_IDENTIFIER

For example, to install Google Chrome:

sudo catalog install com.google.Chrome

Catalog Agent notifications must be granted by the user or MDM: Granting User Notifications

To silently install an app, use the silent option in the command:

sudo catalog install BUNDLE_IDENTIFIER -s

or

sudo catalog install BUNDLE_IDENTIFIER --silent

Use catalog help install to get all the available options.