11---
22description : How to install PowerShell on macOS
3- ms.date : 04/21 /2026
3+ ms.date : 05/20 /2026
44title : Install PowerShell 7 on macOS
55---
66
@@ -26,17 +26,23 @@ Download the install package from the [releases][04] page. Select the package ve
2626install.
2727
2828- PowerShell 7.6 (LTS)
29- - Arm64 processors - [ powershell-7.6.1 -osx-arm64.pkg] [ 13 ]
30- - x64 processors - [ powershell-7.6.1 -osx-x64.pkg] [ 15 ]
29+ - Arm64 processors - [ powershell-7.6.2 -osx-arm64.pkg] [ 13 ]
30+ - x64 processors - [ powershell-7.6.2 -osx-x64.pkg] [ 15 ]
3131- PowerShell 7.5
32- - Arm64 processors - [ powershell-7.5.6 -osx-arm64.pkg] [ 09 ]
33- - x64 processors - [ powershell-7.5.6 -osx-x64.pkg] [ 11 ]
32+ - Arm64 processors - [ powershell-7.5.7 -osx-arm64.pkg] [ 09 ]
33+ - x64 processors - [ powershell-7.5.7 -osx-x64.pkg] [ 11 ]
3434- PowerShell 7.4 (LTS)
35- - Arm64 processors - [ powershell-7.4.15 -osx-arm64.pkg] [ 05 ]
36- - x64 processors - [ powershell-7.4.15 -osx-x64.pkg] [ 07 ]
35+ - Arm64 processors - [ powershell-7.4.16 -osx-arm64.pkg] [ 05 ]
36+ - x64 processors - [ powershell-7.4.16 -osx-x64.pkg] [ 07 ]
3737
3838There are two ways to install PowerShell using the downloaded package.
3939
40+ Beginning with the May 2026 releases of PowerShell, the macOS PKG package is notarized and signed by
41+ Microsoft. To install the package, download the PKG file and open it.
42+
43+ For previous versions of PowerShell, use the following instructions to bypass the Gatekeeper checks
44+ and install the package.
45+
4046#### Install the package using Finder
4147
4248Install PowerShell using Finder:
@@ -105,21 +111,21 @@ Download the install package from the [releases][04] page onto your Mac. Select
105111you want to install.
106112
107113- PowerShell 7.6 (LTS)
108- - Arm64 processors - [ powershell-7.6.1 -osx-arm64.tar.gz] [ 14 ]
109- - x64 processors - [ powershell-7.6.1 -osx-x64.tar.gz] [ 16 ]
114+ - Arm64 processors - [ powershell-7.6.2 -osx-arm64.tar.gz] [ 14 ]
115+ - x64 processors - [ powershell-7.6.2 -osx-x64.tar.gz] [ 16 ]
110116- PowerShell 7.5
111- - Arm64 processors - [ powershell-7.5.6 -osx-arm64.tar.gz] [ 10 ]
112- - x64 processors - [ powershell-7.5.6 -osx-x64.tar.gz] [ 12 ]
117+ - Arm64 processors - [ powershell-7.5.7 -osx-arm64.tar.gz] [ 10 ]
118+ - x64 processors - [ powershell-7.5.7 -osx-x64.tar.gz] [ 12 ]
113119- PowerShell 7.4 (LTS)
114- - Arm64 processors - [ powershell-7.4.15 -osx-arm64.tar.gz] [ 06 ]
115- - x64 processors - [ powershell-7.4.15 -osx-x64.tar.gz] [ 08 ]
120+ - Arm64 processors - [ powershell-7.4.16 -osx-arm64.tar.gz] [ 06 ]
121+ - x64 processors - [ powershell-7.4.16 -osx-x64.tar.gz] [ 08 ]
116122
117123Use the following commands to install PowerShell from the binary archive. Change the download URL to
118124match the version you want to install.
119125
120126``` sh
121127# Download the powershell '.tar.gz' archive
122- curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.6.1 /powershell-7.6.1 -osx-arm64.tar.gz
128+ curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.6.2 /powershell-7.6.2 -osx-arm64.tar.gz
123129
124130# Create the target folder where powershell is placed
125131sudo mkdir -p /usr/local/microsoft/powershell/7
@@ -183,18 +189,18 @@ can't support those methods. For more information, see [Alternate ways to instal
183189[ 02 ] : /dotnet/core/tools/global-tools
184190[ 03 ] : alternate-install-methods.md#install-on-macos-using-homebrew
185191[ 04 ] : https://aka.ms/powershell-release?tag=stable
186- [ 05 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.15 /powershell-7.4.15 -osx-arm64.pkg
187- [ 06 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.15 /powershell-7.4.15 -osx-arm64.tar.gz
188- [ 07 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.15 /powershell-7.4.15 -osx-x64.pkg
189- [ 08 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.15 /powershell-7.4.15 -osx-x64.tar.gz
190- [ 09 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.6 /powershell-7.5.6 -osx-arm64.pkg
191- [ 10 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.6 /powershell-7.5.6 -osx-arm64.tar.gz
192- [ 11 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.6 /powershell-7.5.6 -osx-x64.pkg
193- [ 12 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.6 /powershell-7.5.6 -osx-x64.tar.gz
194- [ 13 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.1 /powershell-7.6.1 -osx-arm64.pkg
195- [ 14 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.1 /powershell-7.6.1 -osx-arm64.tar.gz
196- [ 15 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.1 /powershell-7.6.1 -osx-x64.pkg
197- [ 16 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.1 /powershell-7.6.1 -osx-x64.tar.gz
192+ [ 05 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.16 /powershell-7.4.16 -osx-arm64.pkg
193+ [ 06 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.16 /powershell-7.4.16 -osx-arm64.tar.gz
194+ [ 07 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.16 /powershell-7.4.16 -osx-x64.pkg
195+ [ 08 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.4.16 /powershell-7.4.16 -osx-x64.tar.gz
196+ [ 09 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.7 /powershell-7.5.7 -osx-arm64.pkg
197+ [ 10 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.7 /powershell-7.5.7 -osx-arm64.tar.gz
198+ [ 11 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.7 /powershell-7.5.7 -osx-x64.pkg
199+ [ 12 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.7 /powershell-7.5.7 -osx-x64.tar.gz
200+ [ 13 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.2 /powershell-7.6.2 -osx-arm64.pkg
201+ [ 14 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.2 /powershell-7.6.2 -osx-arm64.tar.gz
202+ [ 15 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.2 /powershell-7.6.2 -osx-x64.pkg
203+ [ 16 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.2 /powershell-7.6.2 -osx-x64.tar.gz
198204[ 17 ] : https://specifications.freedesktop.org/basedir/latest/
199205[ 18 ] : https://support.apple.com/102445
200206[ 19 ] : PowerShell-Support-Lifecycle.md
0 commit comments