You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Windows**: Install Foundry Local for your architecture (x64 or arm64):
30
+
31
+
```bash
32
+
winget install Microsoft.FoundryLocal
33
+
```
33
34
34
-
Next, open the installer and follow the on-screen instructions to complete the installation.
35
35
- **MacOS**: Open a terminal and run the following command:
36
36
```bash
37
37
brew tap microsoft/foundrylocal
38
38
brew install foundrylocal
39
39
```
40
-
Alternatively, you can download the macOS installer from the [releases page](https://github.com/microsoft/Foundry-Local/releases) and follow the on-screen installation instructions.
40
+
Alternatively, you can download the installers from the [releases page](https://github.com/microsoft/Foundry-Local/releases) and follow the on-screen installation instructions.
41
41
42
42
> [!TIP]
43
43
> For any issues, refer to the [Installation section](#installing) below.
0 commit comments