Go to file
James Truher 0f60b69af4 Fix Get-Command tests to better handle non-Windows platforms.
set executable bit on Linux/MacOS as that's what determines whether something
is executable. Also simplify partial path creation, only remove up to the first
colon, so those filesystems which have a single root are treated properly
2016-08-02 12:05:24 -07:00
.github
.vscode
assets
demos
docs fixing casing and typos in windows-full.md 2016-08-02 18:17:04 +02:00
src fix Archive module to work correctly when the DirectorySeparatorChar is "/" 2016-08-02 12:05:24 -07:00
test Fix Get-Command tests to better handle non-Windows platforms. 2016-08-02 12:05:24 -07:00
tools
.gitignore
.gitmodules
.travis.yml
appveyor.yml
build.psm1
build.sh
CHANGELOG.md
global.json
LICENSE.txt
nuget.config
powershell.sln
README.md

logo PowerShell

PowerShell is an automation and configuration management platform. It consists of a cross-platform command-line shell and associated scripting language.

New to PowerShell?

If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.

Get PowerShell

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

Building the Repository

Linux Windows OS X
Instructions Instructions Instructions

If you have any problems building, please consult the developer FAQ.

Build status of master branches

AppVeyor (Windows) Travis CI (Linux / OS X)
av-image tv-image

Downloading the Source Code

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.

Developing and Contributing

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.

PowerShell is licensed under the MIT license.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.