2017-03-21 22:20:11 +00:00
# ![logo][] PowerShell
2015-07-01 22:06:29 +00:00
2016-08-18 15:55:00 +00:00
Welcome to the PowerShell GitHub Community!
2017-03-27 23:44:28 +00:00
PowerShell is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework
that works well with your existing tools and is optimized for dealing with structured data
(e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an
associated scripting language and a framework for processing cmdlets.
2016-07-27 21:47:03 +00:00
[logo]: assets/Powershell_64.png
2016-03-30 22:13:29 +00:00
2017-03-21 22:20:11 +00:00
## New to PowerShell?
2016-03-30 22:13:29 +00:00
2016-07-27 21:47:03 +00:00
If you are new to PowerShell and would like to learn more, we recommend reviewing the [getting started][] documentation.
2016-01-22 19:36:23 +00:00
2016-07-27 21:47:03 +00:00
[getting started]: docs/learning-powershell
2016-03-30 19:06:57 +00:00
2017-03-21 22:20:11 +00:00
## Get PowerShell
2016-03-30 22:13:29 +00:00
2016-07-27 21:47:03 +00:00
You can download and install a PowerShell package for any of the following platforms.
2016-11-23 01:50:45 +00:00
| Platform | Downloads | How to Install |
| ---------------------------------- | ---------------------- | ----------------------------- |
| Windows 10 / Server 2016 (x64) | [.msi][rl-windows10] | [Instructions][in-windows] |
| Windows 8.1 / Server 2012 R2 (x64) | [.msi][rl-windows81] | [Instructions][in-windows] |
| Windows 7 (x64) | [.msi][rl-windows7-64] | [Instructions][in-windows] |
| Windows 7 (x86) | [.msi][rl-windows7-86] | [Instructions][in-windows] |
| Ubuntu 16.04 | [.deb][rl-ubuntu16] | [Instructions][in-ubuntu16] |
| Ubuntu 14.04 | [.deb][rl-ubuntu14] | [Instructions][in-ubuntu14] |
| CentOS 7 | [.rpm][rl-centos] | [Instructions][in-centos] |
2017-03-02 01:38:24 +00:00
| Arch Linux | | [Instructions][in-archlinux] |
2016-08-23 00:37:43 +00:00
| Many Linux distributions | [.AppImage][rl-ai] | [Instructions][in-appimage] |
2016-11-23 01:50:45 +00:00
| macOS 10.11 | [.pkg][rl-macos] | [Instructions][in-macos] |
| Docker | | [Instructions][in-docker] |
2017-03-10 19:32:19 +00:00
[rl-windows10]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell_6.0.0-alpha.17-win10-win2016-x64.msi
[rl-windows81]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell_6.0.0-alpha.17-win81-win2012r2-x64.msi
[rl-windows7-64]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell_6.0.0-alpha.17-win7-win2008r2-x64.msi
[rl-windows7-86]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell_6.0.0-alpha.17-win7-x86.msi
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/powershell_6.0.0-alpha.17-1ubuntu1.16.04.1_amd64.deb
[rl-ubuntu14]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/powershell_6.0.0-alpha.17-1ubuntu1.14.04.1_amd64.deb
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/powershell-6.0.0_alpha.17-1.el7.centos.x86_64.rpm
[rl-ai]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell-x86_64.AppImage
[rl-macos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/powershell-6.0.0-alpha.17.pkg
2016-07-27 21:47:03 +00:00
[installation]: docs/installation
[in-windows]: docs/installation/windows.md#msi
2016-08-11 23:55:04 +00:00
[in-ubuntu14]: docs/installation/linux.md#ubuntu-1404
[in-ubuntu16]: docs/installation/linux.md#ubuntu-1604
2016-07-27 21:47:03 +00:00
[in-centos]: docs/installation/linux.md#centos-7
2017-03-02 01:38:24 +00:00
[in-archlinux]: docs/installation/linux.md#arch-linux
2016-08-23 00:37:43 +00:00
[in-appimage]: docs/installation/linux.md#linux-appimage
2016-08-26 19:08:50 +00:00
[in-macos]: docs/installation/linux.md#macos-1011
2016-09-12 21:55:46 +00:00
[in-docker]: docker
2016-06-24 18:18:01 +00:00
2016-08-05 21:10:42 +00:00
To install a specific version, visit [releases ](https://github.com/PowerShell/PowerShell/releases ).
2016-07-13 22:59:08 +00:00
2017-03-21 22:20:11 +00:00
## Community Dashboard
2017-03-07 01:28:42 +00:00
[Dashboard ](https://aka.ms/psgithubbi ) with visualizations for community contributions and project status using PowerShell, Azure, and PowerBI.
For more information on how and why we built this dashboard, check out this [blog post ](https://blogs.msdn.microsoft.com/powershell/2017/01/31/powershell-open-source-community-dashboard/ ).
2017-03-21 22:20:11 +00:00
## Chat Room
2016-08-18 15:44:07 +00:00
Want to chat with other members of the PowerShell community?
2016-08-30 02:30:23 +00:00
We have a Gitter Room which you can join below.
2016-08-18 15:44:07 +00:00
[![Join the chat at https://gitter.im/PowerShell/PowerShell ](https://badges.gitter.im/PowerShell/PowerShell.svg )](https://gitter.im/PowerShell/PowerShell?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2017-03-21 22:20:11 +00:00
There is also the community driven PowerShell Slack Team which you can sign up for at [Slack Sign up].
2016-08-30 02:30:23 +00:00
2017-03-21 22:20:11 +00:00
[Slack Sign up]: http://slack.poshcode.org
## Building the Repository
2016-07-27 21:47:03 +00:00
2016-08-26 19:08:50 +00:00
| Linux | Windows | macOS |
2016-07-27 21:47:03 +00:00
|--------------------------|----------------------------|------------------------|
2016-08-26 19:08:50 +00:00
| [Instructions][bd-linux] | [Instructions][bd-windows] | [Instructions][bd-macOS] |
2016-07-27 21:47:03 +00:00
2016-07-28 19:45:31 +00:00
If you have any problems building, please consult the developer [FAQ][].
### Build status of master branches
2016-08-26 19:08:50 +00:00
| AppVeyor (Windows) | Travis CI (Linux / macOS) |
2016-07-28 19:45:31 +00:00
|--------------------------|--------------------------|
| [![av-image][]][av-site] | [![tv-image][]][tv-site] |
2016-10-12 20:34:24 +00:00
### Build status of nightly builds
2017-02-01 23:53:30 +00:00
| AppVeyor (Windows) | Travis CI (Linux / macOS) | Code Coverage Status |
|--------------------------|---------------------------|----------------------|
| [![av-nightly-image][]][av-nightly-site] | [![tv-nightly-image][]][tv-site] | [![cc-image][]][cc-site] |
2016-10-12 20:34:24 +00:00
2016-07-27 21:47:03 +00:00
[bd-linux]: docs/building/linux.md
[bd-windows]: docs/building/windows-core.md
2016-08-26 19:08:50 +00:00
[bd-macOS]: docs/building/macos.md
2016-01-21 20:25:48 +00:00
2016-07-28 19:45:31 +00:00
[FAQ]: docs/FAQ.md
2016-08-18 15:24:26 +00:00
[tv-image]: https://travis-ci.org/PowerShell/PowerShell.svg?branch=master
[tv-site]: https://travis-ci.org/PowerShell/PowerShell/branches
2016-08-18 15:26:11 +00:00
[av-image]: https://ci.appveyor.com/api/projects/status/nsng9iobwa895f98/branch/master?svg=true
2016-08-18 15:24:26 +00:00
[av-site]: https://ci.appveyor.com/project/PowerShell/powershell
2017-03-14 05:42:57 +00:00
[tv-nightly-image]: https://jimtru1979.blob.core.windows.net/badges/DailyBuildStatus.svg?dummy=unused
2016-10-12 20:34:24 +00:00
[av-nightly-image]: https://ci.appveyor.com/api/projects/status/46yd4jogtm2jodcq?svg=true
[av-nightly-site]: https://ci.appveyor.com/project/PowerShell/powershell-f975h
2016-12-21 16:42:54 +00:00
[cc-site]: https://coveralls.io/github/PowerShell/PowerShell?branch=master
[cc-image]: https://coveralls.io/repos/github/PowerShell/PowerShell/badge.svg?branch=master
2016-07-28 19:45:31 +00:00
2017-03-21 22:20:11 +00:00
## Downloading the Source Code
2016-07-27 21:47:03 +00:00
2016-07-21 00:09:41 +00:00
The PowerShell repository has a number of other repositories embedded as submodules.
2016-07-27 21:47:03 +00:00
2016-08-11 05:52:53 +00:00
To make things easy, you can just clone recursively:
2016-07-21 00:09:41 +00:00
```sh
git clone --recursive https://github.com/PowerShell/PowerShell.git
```
2016-07-21 00:23:06 +00:00
If you already cloned but forgot to use `--recursive` , you can update submodules manually:
2016-07-27 21:47:03 +00:00
2016-07-21 00:23:06 +00:00
```sh
2016-07-27 21:47:03 +00:00
git submodule update --init
2016-07-21 00:23:06 +00:00
```
2016-07-27 21:47:03 +00:00
2016-07-27 21:51:18 +00:00
See [working with the PowerShell repository ](docs/git ) for more information.
2016-07-27 21:47:03 +00:00
2017-03-21 22:20:11 +00:00
## Developing and Contributing
2016-07-20 18:18:28 +00:00
2016-07-27 21:47:03 +00:00
Please see the [Contribution Guide][] for how to develop and contribute.
2016-04-12 23:16:17 +00:00
2016-07-27 21:47:03 +00:00
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.
2016-08-26 19:08:50 +00:00
If you are developing .NET Core C# applications targeting PowerShell Core, please [check out our FAQ][] to learn more about the PowerShell SDK NuGet package.
2016-06-23 15:21:07 +00:00
2016-10-06 18:26:13 +00:00
Also make sure to check out our [PowerShell-RFC repository ](https://github.com/powershell/powershell-rfc ) for request-for-comments (RFC) documents to submit and give comments on proposed and future designs.
2016-08-18 20:34:59 +00:00
[check out our FAQ]: docs/FAQ.md#where-do-i-get-the-powershell-core-sdk-package
2016-07-27 21:47:03 +00:00
[Contribution Guide]: .github/CONTRIBUTING.md
[known issues]: docs/KNOWNISSUES.md
[GitHub issues]: https://github.com/PowerShell/PowerShell/issues
[new issue]:https://github.com/PowerShell/PowerShell/issues/new
2016-06-24 17:47:46 +00:00
2017-03-21 22:20:11 +00:00
## Legal and Licensing
2016-07-29 21:10:26 +00:00
PowerShell is licensed under the [MIT license][].
[MIT license]: LICENSE.txt
2017-03-21 22:20:11 +00:00
## Governance
2016-08-12 20:27:04 +00:00
2017-03-27 23:44:28 +00:00
Governance policy for PowerShell project is described [here][].
2016-08-12 20:27:04 +00:00
[here]: https://github.com/PowerShell/PowerShell/blob/master/docs/community/governance.md
2017-03-21 22:20:11 +00:00
## Code of Conduct
2016-06-24 17:47:46 +00:00
2016-07-21 00:09:41 +00:00
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
2016-07-27 21:47:03 +00:00
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any additional questions or comments.
2016-06-24 17:47:46 +00:00
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
2016-07-19 22:18:55 +00:00
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
2016-07-27 21:47:03 +00:00
[conduct-email]: mailto:opencode@microsoft.com