Powershell is available for macOS 10.13 or higher, you can get it installed using brew,
- Make sure brew is installed on your macOS - Installing brew on macOS
- Run command: brew install --cask powershell
- One the installation is completed - you can check if the installation was successful by switching to powershell using pwsh command.
% brew install --cask powershell
Downloading https://github.com/PowerShell/PowerShell/releases/download/v7.2.1/powershell-7.2.1-osx-arm64.pkg
...
...
==> Running installer for powershell; your password may be necessary.
Package installers may write to any location; options such as `--appdir` are ignored.
Password:
installer: Package name is PowerShell - 7.2.1
installer: Installing at base path /
installer: The install was successful.
🍺 powershell was successfully installed!

Install Powershell on macOS
More Posts related to Powershell,
- [Fix] Powershell - Term winget is not recognized as the name of a cmdlet function or script file
- Download Google Chrome setup exe file using PowerShell
- Run JumpCloud Commands in Powershell
- How to check PowerShell version
- How to upgrade PowerShell on Mac
- How to Open PowerShell on Mac?
- How to add sleep in Powershell Script
- How to switch to Powershell on Mac Terminal
- Update Powershell Using Command Line
- How to install powershell on macOS
- PowerShell ps1 script is not digitally signed, you cannot run this script on the current system
- How to Identify installed PowerShell version
More Posts:
- iPhone Message: A new iOS update is now available. Please update from the iOS 14 beta. - Apple
- How to Reset Eclipse Theme to Classic - Eclipse
- Fix: Teams is in preview in Safari on Mac - Teams
- [Java] NoClassDefFoundError Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory - Java
- PHP Warning: Cannot modify header information - headers already sent - PHP
- Convert SQL to CSV in Notepad++ - NotepadPlusPlus
- How to install Python 3.9 using brew on Mac - Python
- Android Images with Rounded Corners : ImageView - Android