Skip to main content

App Catalog

The App Catalog is your library of software packages. Each entry describes one application- where its installer lives, which platform and architecture it targets, and the commands to install, upgrade, or uninstall it. Once an app is in the catalog you can deploy it to endpoints from App Deployment, or group it with others in an App Bundle.

How to get here

You need View Software permission.

  1. In the left sidebar, click Automation → Software Automation.

Navigate to: Automation → Software Automation → App Catalog

URL path: /automation/software-automation

The App Catalog screen

The App Catalog showing software packages as cardsThe App Catalog showing software packages as cards

Packages show as cards by default; use the list / card toggle to switch to a table. Each card shows the app icon, name, description, tags, version, package type, and a platform icon.

  • Search narrows the list by name.
  • The tag filter panel on the right filters by category tag.
  • Create adds a new package; select rows (list view) for bulk delete.
The App Catalog switched to list view- a sortable table of packagesThe App Catalog switched to list view- a sortable table of packages

In list view the columns are:

ColumnWhat it shows
IDPackage identifier (a link).
NameDisplay name with its icon.
DescriptionWhat the app is.
OSPlatform icon (Windows / Linux / macOS).
VersionThe package version.
Typeexe / msi / zip / script.
TagsCategory tags.
Created By / Created OnWho added it and when.

How do I add a software package?

Click Create. The package form opens in a drawer.

The Create software package formThe Create software package form
FieldRequiredNotes
Application NameYesThe display name.
Icon FileNoAn image shown on the card.
Self ServiceNoLets users install it on demand. On by default.
DescriptionYesWhat the app is.
TagsNoCategory tags; type to create new ones.
OSYesWindows, Linux, or macOS. Can't change after create.
ArchitectureYesx64, x86, or amd64.
VersionYesFor example 1.0.0.
Application TypeYesDepends on OS- Windows: exe / msi / zip / script; Linux/macOS: zip / script / application.
Application Location TypeYesLocal Directory (upload the file), Shared Directory (a network path), or Public URL. Scripts must be uploaded locally.
Application File / Address / URLYesThe installer- uploaded, or the path/URL, depending on the location type.
Installation CommandNoSilent-install switches, etc.
Uninstallation CommandNoCommand to remove it.
Upgrade CommandNoCommand to upgrade it.

Save to add the package to the catalog.

Tips & troubleshooting

  • OS and Application Type are locked when editing. They define the package's shape- create a new package instead of changing them.
  • Script packages must be uploaded. Only the Local Directory location is allowed for the script type.