Go to file
2016-06-24 12:20:21 -07:00
.github Ask for $PSVersionTable in issue template 2016-06-03 17:10:34 -07:00
.vscode Suppressing taskname in tasks.json so 'build' is not being sent as cmd 2016-05-24 15:50:09 -07:00
assets Renamed Assets folder to assets - for systems that are case sensitive 2016-06-06 14:28:27 -07:00
docs Qualify new-pssession known issue 2016-06-24 12:20:21 -07:00
src Integrate changes from SD between [SD:715912] and [SD:717473] 2016-06-22 06:24:08 -07:00
test Disable 3 debugging tests on all platforms to unblock code integration 2016-06-22 06:28:34 -07:00
tools Update Start-PSBootstrap to use .NET CLI's scripts 2016-06-10 16:12:01 -07:00
.gitignore Add missed install/uninstall scripts to .gitignore 2016-06-17 09:07:34 -07:00
.gitmodules Remove src/windows-build submodule 2016-06-20 14:39:39 -07:00
.travis.yml Remove src/windows-build from CI builds 2016-06-20 14:40:29 -07:00
appveyor.yml Remove src/windows-build from CI builds 2016-06-20 14:40:29 -07:00
build.psm1 Change preview channel to rel-1.0.0 2016-06-23 13:23:03 -07:00
build.sh Use -noprofile in build.sh 2016-05-18 14:25:17 -07:00
global.json Add global.json for dnu restore from root 2015-11-24 15:07:55 -08:00
nuget.config Get packages from psl-windows-build online nuget feed 2016-06-20 14:35:57 -07:00
README.md Update readme for Windows releases 2016-06-16 17:18:43 -07:00

PowerShell

This repository is "Project Magrathea": Open PowerShell on GitHub, for Linux, Windows (.NET Core and Full), and OS X. It is built using the .NET Command Line Interface to support targetting every flavor of PowerShell. It is a collaborative effort among many teams:

  • Full PowerShell
  • Core PowerShell
  • Open Source Technology Center
  • .NET Foundation

Build Status

Platform master
Ubuntu 14.04 Build Status
OS X 10.11 Build Status
Windows Build status

Get PowerShell

Linux Windows .NET Core Windows .NET Full OS X PSRP
Build from Source Instructions Instructions Instructions Instructions Instructions
Get Binaries Releases Releases Artifacts Releases TBD

Building summary: Start-PSBuild from the module ./build.psm1 (self-host on Linux / OS X)

See Linux and Windows installation instructions.

Team coordination

If you encounter any problems, see the known issues, search the issues, and if all else fails, open a new issue.

Obtain the source code

Setup Git

Install Git, the version control system.

See the Contributing Guidelines for more Git information, such as our installation instructions, contributing rules, and Git best practices.

Download source code

Clone this repository. It is a "superproject" and has a number of other repositories embedded within it as submodules. Please see the contributing guidelines and learn about submodules. To make things easy, we can just clone recursively.

git clone --recursive https://github.com/PowerShell/PowerShell.git