Icon

Foundry Local

Foundry Local is an on-device version of Azure AI Foundry that enables local execution of large language models (LLMs) on Windows devices via a CLI, REST API, and SDKs, supporting ONNX runtime and multiple hardware providers[1][2][5].
Latest: 1.2.1 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 1519/15140
Also monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: UnknownInstaller: MSIX (also available via winget)[3]Silent: YesWinget: Available
Silent install
winget install Microsoft.FoundryLocal[3]

Uninstall
winget uninstall Microsoft.FoundryLocal

Version & Lifecycle

0
Current: 1.2.1 N-2: 1.1.0 Avg cadence: Every 17 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • February 17, 2026
0

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.

Command-line note • February 9, 2026
0

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

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

FoundryLocalMicrosoft FoundryLocal

Packaging Notes

0

Distributed via winget and GitHub releases; Windows packages are MSIX with dependency on Microsoft VCLibs.appx[3].

Notes

0

Available for Windows (and macOS Apple silicon per repo) and intended for local model inference; installation examples and CLI reference available in Microsoft Docs and GitHub repository[3][5].