PluginAppConfig
Defined in: plugin.ts:247
Desktop-app provider config — a native app with a local HTTP API instead of a CLI. Drives the onboarding modal’s Download → Open → Models checklist.
Properties
Section titled “Properties”downloadUrl
Section titled “downloadUrl”downloadUrl:
string
Defined in: plugin.ts:253
Where to download the installer (a .dmg / download page). Opened by the “Download” step.
healthUrl
Section titled “healthUrl”healthUrl:
string
Defined in: plugin.ts:256
HTTP URL pinged to decide whether the app is running (its local API is reachable). Any HTTP response counts as running.
name:
string
Defined in: plugin.ts:250
macOS app name (e.g. “Ollama”). Used to probe /Applications/<name>.app
and to launch the app via open -a <name>.