// docs

Software Deployment

Push software to your fleet from WinGet, direct downloads, or network shares — grouped into reusable installers.

App Library

Build a catalog of the applications you deploy. Each entry names the app, how to obtain it (its source), and the package identifier. Deploying an app runs it as a job against your target host or group, just like a script.

Sources

SourceWhat it installs
Windows Package ManagerAny app available through WinGet / the Microsoft Store.
Direct DownloadEXE, MSI, MSIX, or ZIP fetched from a URL.
Network ShareInstallers on an SMB/NFS share.

App ID Browser

Search the Windows Package Manager catalog from inside ServerEngine to find an app's exact ID, version, and source, then add it to your library without leaving the app.

Installer bundles

Group multiple applications into a single installer — for example a “Company Apps” bundle — and deploy the whole set to a machine or group in one click. Perfect for standing up a new server or onboarding a workstation.

Windows targets

Software deployment runs on Windows hosts. Completion and failure are detected the same way as scripts, so bundles report clean per-app status.