Foundry Local
Overview
winget install Microsoft.FoundryLocal[3]Uninstall
winget uninstall Microsoft.FoundryLocal Version & Lifecycle
Community Notes
FoundryLocal – Command-line note
For machine-scope deployment of Foundry Local across enterprise environments, use winget install Microsoft.FoundryLocal --scope machine to install for all users; if this fails with a system configuration error, use PowerShell as Administrator to run Add-AppxProvisionedPackage with the downloaded .msix and dependency package files instead. After installation, verify the deployment with foundry --help to confirm the CLI is available in PATH, and pre-download models on a reference system using foundry model download to cache them for offline distribution to disconnected environments.
FoundryLocal – Command-line note
For enterprise deployment of Foundry Local on Windows Server 2025, use the provisioned package installation method in elevated PowerShell: Add-AppxProvisionedPackage -Online -PackagePath .FoundryLocal.msix -DependencyPackagePath .VcLibs.appx -SkipLicense, which installs the app and its VC runtime dependency for all users without interactive prompts. Verify the service status post-installation with foundry service status. This approach supports offline scenarios by pre-downloading packages on a connected system.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Distributed via winget and GitHub releases; Windows packages are MSIX with dependency on Microsoft VCLibs.appx[3].