PowerShell is a task automation and configuration management platform. It consists of a cross-platform command-line shell and associated scripting language.
If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.
You can download and install a PowerShell package for any of the following platforms.
Platform | Releases | How to Install |
---|---|---|
Windows | .msi | How to Install |
Ubuntu 14.04 | .deb | How to Install |
CentOS 7 | .rpm | How to Install |
OS X 10.11 | .pkg | How to Install |
Linux | Windows | OS X |
---|---|---|
Instructions | Instructions | Instructions |
If you have any problems building, please consult the developer FAQ.
AppVeyor (Windows) | Travis CI (Linux / OS X) |
---|---|
The PowerShell repository has a number of other repositories embedded as submodules.
To make things easy, we can just clone recursively:
git clone --recursive https://github.com/PowerShell/PowerShell.git
If you already cloned but forgot to use --recursive
, you can update submodules manually:
git submodule update --init
See working with the PowerShell repository for more information.
Please see the Contribution Guide for how to develop and contribute.
If you have any problems, please consult the known issues, developer FAQ, and GitHub issues. If you do not see your problem captured, please file a new issue and follow the provided template.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.