Mirror of PowerShell/PowerShell for key.store Windows runner toolcache artifacts.
  • C# 82.5%
  • PowerShell 16.6%
  • Roff 0.6%
  • Shell 0.2%
Find a file
2026-07-24 12:47:04 -07:00
.config Fix mismatched indentation in .config/suppress.json (#26192) 2025-10-16 09:17:47 +05:00
.devcontainer Fix devcontainer extensions key (#24359) 2024-10-03 23:03:04 +00:00
.github Update CI workflow to also target servicing-* branches (#27612) 2026-06-18 12:56:53 -04:00
.pipelines Produce min-size package for arm64 architecture (#27646) 2026-07-06 16:29:50 -07:00
.vscode vscode: Add editorconfig to recommended extensions (#13537) 2020-09-01 09:48:32 +05:00
.vsts-ci Split TPN manifest and Component Governance manifest (#26891) 2026-02-25 19:51:56 +00:00
assets Add appLicensing capability to Appx manifest to allow it run without acquiring a Store license (#27412) 2026-05-13 11:37:26 -07:00
CHANGELOG Merge the v7.7.0-preview.3 release branch into master 2026-07-23 14:37:15 -07:00
docker Removed old not-used-anymore docker-based tests for PS release packages (#16224) 2021-10-15 10:46:36 -07:00
docs Remove MSI from publishing pipeline (#27213) 2026-04-16 15:01:35 -04:00
dsc Update PowerShell Profile DSC resource manifests to allow null for content (#26929) 2026-03-02 15:40:22 -05:00
Localize Prepare for onboarding PowerShell to the Native2Native localization pipeline (#27667) 2026-07-20 12:21:39 -07:00
src Fix the dot-sourcing behavior of pwsh -file for advanced-function scripts (#27727) 2026-07-24 12:47:04 -07:00
test Prepare for onboarding PowerShell to the Native2Native localization pipeline (#27667) 2026-07-20 12:21:39 -07:00
tools Remove Test-Bom and the boms JSON files (#27726) 2026-07-24 11:56:58 -07:00
.editorconfig Fix race condition in RemoteHyperVSocket (#26057) 2025-09-15 11:37:04 -07:00
.gitattributes Use Unix line endings for shell scripts (#15180) 2021-04-12 09:32:18 -07:00
.gitignore Add Pester CI Analysis Skill (#26806) 2026-02-13 11:43:16 -08:00
.globalconfig Enable CA1852: Seal internal types (#25890) 2026-02-23 11:11:12 -08:00
.mailmap Add Git mailmap for Andy Jordan (#19469) 2023-04-26 11:33:28 -07:00
.markdownlint.json Update CHANGELOG.md for 'v6.0.0-beta.1' release (#3736) 2017-05-08 17:58:12 -07:00
.markdownlintignore Update Code of Conduct and Security Policy (#23811) 2024-06-14 23:44:39 +00:00
.prettierrc Simplify PR Template (#25268) 2025-04-03 16:52:02 +00:00
.spelling Update linux.md documentation to reflect current CI build configuration (#26255) 2025-10-21 19:51:01 +00:00
ADOPTERS.md Update PowerShell Universal information. (#27550) 2026-06-01 16:28:16 +00:00
Analyzers.props Bump StyleCop.Analyzers from 1.2.0-beta.507 to 1.2.0-beta.556 (#20953) 2024-01-16 13:21:43 -08:00
build.psm1 Produce min-size package for arm64 architecture (#27646) 2026-07-06 16:29:50 -07:00
CHANGELOG.md Refactor change logs into one log per release (#11165) 2019-12-02 17:47:08 -08:00
CODE_OF_CONDUCT.md Update Code of Conduct and Security Policy (#23811) 2024-06-14 23:44:39 +00:00
codecov.yml Make OpenCover merge and upload more reliable/usable (#3078) 2017-02-01 15:45:03 -08:00
DotnetRuntimeMetadata.json [master] Update branch for release (#27683) 2026-07-14 22:35:53 +00:00
es-metadata.yml Create es-metadata (#26759) 2026-02-06 17:11:18 -06:00
experimental-feature-linux.json DSC v3 resource for Powershell Profile (#26157) 2025-11-13 09:56:09 -08:00
experimental-feature-windows.json DSC v3 resource for Powershell Profile (#26157) 2025-11-13 09:56:09 -08:00
global.json [master] Update branch for release (#27683) 2026-07-14 22:35:53 +00:00
LICENSE.txt Update LICENSE.txt so that it's recognized as MIT (#12729) 2020-05-19 13:13:37 -07:00
nuget.config Add a way to use only NuGet feed sources (#24528) 2024-10-31 20:13:04 +00:00
PowerShell.Common.props Build, package, and create VPack for the PowerShell-LTS store package within the same msixbundle-vpack pipeline (#150) (#27209) 2026-04-08 13:28:20 -07:00
PowerShell.sln Replace PSVersion source generator with incremental one (#23815) 2024-08-19 21:45:45 -07:00
README.md Remove Gitter from README (#26200) 2025-10-17 10:31:37 -07:00
Settings.StyleCop Fix the word wrapping in formatting to handle escape sequences properly (#17316) 2022-05-16 16:10:55 -07:00
stylecop.json Fix the word wrapping in formatting to handle escape sequences properly (#17316) 2022-05-16 16:10:55 -07:00
ThirdPartyNotices.txt Merge release/v7.7.0-preview.1 into master (#27374) 2026-04-28 16:07:04 -07:00

logo PowerShell

Welcome to the PowerShell GitHub Community! 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.

Windows PowerShell vs. PowerShell 7+

Although this repository started as a fork of the Windows PowerShell codebase, changes made in this repository are not ported back to Windows PowerShell 5.1. This also means that issues tracked here are only for PowerShell 7.x and higher. Windows PowerShell specific issues should be reported with the Feedback Hub app, by choosing "Apps > PowerShell" in the category.

New to PowerShell?

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

Get PowerShell

PowerShell is supported on Windows, macOS, and a variety of Linux platforms. For more information, see Installing PowerShell.

Upgrading PowerShell

For best results when upgrading, you should use the same install method you used when you first installed PowerShell. The update method is different for each platform and install method.

Community Dashboard

Dashboard 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.

Discussions

GitHub Discussions is a feature to enable free and open discussions within the community for topics that are not related to code, unlike issues.

This is an experiment we are trying in our repositories, to see if it helps move discussions out of issues so that issues remain actionable by the team or members of the community. There should be no expectation that PowerShell team members are regular participants in these discussions. Individual PowerShell team members may choose to participate in discussions, but the expectation is that community members help drive discussions so that team members can focus on issues.

Create or join a discussion.

Chat

Want to chat with other members of the PowerShell community?

There are dozens of topic-specific channels on our community-driven PowerShell Virtual User Group, which you can join on:

Developing and Contributing

Want to contribute to PowerShell? Please start with the Contribution Guide to learn how to develop and contribute.

If you are developing .NET Core C# applications targeting PowerShell Core, check out our FAQ to learn more about the PowerShell SDK NuGet package.

Also, make sure to check out our PowerShell-RFC repository for request-for-comments (RFC) documents to submit and give comments on proposed and future designs.

Building PowerShell

Linux Windows macOS
Instructions Instructions Instructions

If you have any problems building PowerShell, please start by consulting the developer FAQ.

Downloading the Source Code

You can clone the repository:

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

For more information, see working with the PowerShell repository.

Support

For support, see the Support Section.

PowerShell is licensed under the MIT license.

Docker Containers

Important

The PowerShell container images are now maintained by the .NET team. The containers at mcr.microsoft.com/powershell are currently not maintained.

License: By requesting and using the Container OS Image for Windows containers, you acknowledge, understand, and consent to the Supplemental License Terms available on Microsoft Artifact Registry.

Telemetry

Please visit our about_Telemetry topic to read details about telemetry gathered by PowerShell.

Governance

The governance policy for the PowerShell project is described the PowerShell Governance document.

Code of Conduct

Please see our Code of Conduct before participating in this project.

Security Policy

For any security issues, please see our Security Policy.