WendyOS Docs
AdvancedClientsWendy cliCommandsDeviceApps

Install

Installs an app from the Wendy AppStore onto the target device.

Installs an app from the Wendy AppStore onto the target device.

This is the device-scoped alias for wendy app install. Both commands accept identical flags and behave identically.

Flags

FlagDescription
--apiOverride the Wendy AppStore resolution API base URL (default: $WENDY_APPSTORE_API or the built-in default).
--no-startCreate the container but do not start it.

Examples

wendy device apps install jellyfin
wendy device apps install jellyfin --no-start

On this page