🏗️Components
The App Catalog has four components on macOS:
Catalog Agent, responsible for installing and updating apps:
/usr/local/bin/catalog. This symlink points to/Applications/Catalog.app/Contents/Resources/Catalog Agent.app/Contents/MacOS/Catalog AgentCatalog App, allowing users to install or update applications. This app also includes an admin mode to allow administrators to get app information such as the Bundle Identifier, description and Code Requirement:
/Applications/Catalog.appPrivileged Helper Tool, used by the Catalog App to elevate privileges so end users don't need administrator privileges to install or update applications:
/Library/PrivilegedHelperTools/nl.root3.catalog.helperLaunchDaemon, needed for the Privileged Helper Tool to run:
/Library/LaunchDaemons/nl.root3.catalog.helper.plist
Last updated
Was this helpful?