Skip to main content

macOS Installation

Here is the installation of PowerShell for macOS.


Installation Using Homebrew

brew install --cask powershell

Verify the Installation

pwsh --version

Should get you an output similar to this one:

PowerShell 7.5.2

Upgrade PowerShell

brew update
brew upgrade powershell