From 113a5e960c8138f9356775d805e46b3b98aab51e Mon Sep 17 00:00:00 2001 From: Wayne Chuang Date: Wed, 2 Sep 2026 14:59:52 -0700 Subject: [PATCH] docs: Replace stale CLI 0.10.0 download link with canonical installer and durable release page - Replace hard-coded cli-preview-0.10.0 link with aka.ms/foundry-local-installer (canonical, version-agnostic entry point) - Add version-agnostic GitHub releases page link - Add Winget install command: winget install Microsoft.FoundryLocal - Add Homebrew install command: brew install microsoft/homebrew-foundrylocal/foundrylocal - Add clear version info block distinguishing CLI 0.11.0 Public Preview from SDK 2.0.1 - Preserve existing tone, formatting, anchors, and localization conventions Removed all references to cli-preview-0.10.0, cli-preview-0.10.3, -winml, and SDK 1.2.4 from active install paths. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aba62b03..bd071dd13 100644 --- a/README.md +++ b/README.md @@ -163,11 +163,15 @@ Explore complete working examples in the [`samples/`](samples/) folder: ## 🖥️ CLI -The Foundry Local CLI lets you explore models and experiment interactively. +The Foundry Local CLI lets you explore models and experiment interactively. Download the latest release from [aka.ms/foundry-local-installer](https://aka.ms/foundry-local-installer), or use your package manager: -**Install (public preview):** +**Install options:** -Download the asset for your platform from the [`cli-preview-0.10.0`](https://github.com/microsoft/Foundry-Local/releases/tag/cli-preview-0.10.0) GitHub release. +- **Direct download** — Download the latest release from the [GitHub releases page](https://github.com/microsoft/Foundry-Local/releases). +- **Windows Package Manager** — `winget install Microsoft.FoundryLocal` +- **Homebrew** — `brew install microsoft/homebrew-foundrylocal/foundrylocal` + +> **Version info:** The CLI 0.11.0 public preview uses Foundry Local SDK 2.0.1. For release notes and known issues, see the [GitHub release](https://github.com/microsoft/Foundry-Local/releases). **Run a model:**