Go to file
Andy Schwartzmeyer c5560957f4 Ignore Packages and src/monad
The former is the NuGet package location on Windows, and the latter is
used for copying from the old submodule.
2016-05-18 15:10:41 -07:00
.github Alternate issue template 2016-05-18 12:22:18 -07:00
.vscode Make VS Code debug powershell with -NonInteractive 2016-05-06 10:48:01 -07:00
docs Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -07:00
src Fix ReadLineWithTabCompletion port 2016-05-17 13:47:47 -07:00
test Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -07:00
.gitignore Ignore Packages and src/monad 2016-05-18 15:10:41 -07:00
.gitmodules Remove OMI and provider submodules 2016-04-12 12:10:54 -07:00
.travis.yml Remove env key from OS X build 2016-05-17 13:28:44 -07:00
appveyor.yml Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -07:00
build.psm1 Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -07:00
build.sh Use -noprofile in build.sh 2016-05-18 14:25:17 -07:00
debug.sh Improve debug.sh script 2016-02-19 14:58:42 -08:00
download.sh Install package dependencies in download.sh 2016-04-13 19:24:12 -07:00
global.json Add global.json for dnu restore from root 2015-11-24 15:07:55 -08:00
mapping.json Migrate CoreConsoleHost/Modules 2016-05-17 13:28:44 -07:00
nuget.config Switch to MMI.Native package instead of stub 2016-05-05 13:49:39 -07:00
README.md Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -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 Artifacts Artifacts Releases TBD

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

See Linux releases and Windows artifacts 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