Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,18 @@ Foundry Local brings the power of Azure AI Foundry to your local device **withou

1. **Install Foundry Local:**

- **Windows**: Install Foundry Local for your architecture (x64 or arm64):
- **Windows**: Install Foundry Local for your architecture (x64 or arm64):

```bash
winget install Microsoft.FoundryLocal
```
```bash
winget install Microsoft.FoundryLocal
```

- **MacOS**: Open a terminal and run the following command:
`bash
brew install microsoft/foundrylocal/foundrylocal
`

```bash
brew install microsoft/foundrylocal/foundrylocal
```

Alternatively, you can download the installers from the [releases page](https://github.com/microsoft/Foundry-Local/releases) and follow the on-screen installation instructions.

> [!TIP]
Expand Down