[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-629":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":15,"starSnapshotCount":15,"syncStatus":36,"lastSyncTime":37,"discoverSource":38},629,"PowerShell","PowerShell\u002FPowerShell","PowerShell for every system!","https:\u002F\u002Fmicrosoft.com\u002FPowerShell",null,"C#",53871,8349,1441,1239,0,16,87,495,72,45,"MIT License",false,"master",[25,26,27,28,29,30,31,32],"command-line","hacktoberfest","linux","macos","netcore","powershell","shell","windows","2026-06-12 02:00:16","# ![logo][] PowerShell\n\nWelcome to the PowerShell GitHub Community!\n[PowerShell](https:\u002F\u002Flearn.microsoft.com\u002Fpowershell\u002Fscripting\u002Foverview) is a cross-platform (Windows, Linux, and macOS) automation and configuration tool\u002Fframework that works well with your existing tools and is optimized\nfor dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.\nIt includes a command-line shell, an associated scripting language, and a framework for processing cmdlets.\n\n[logo]: assets\u002Fps_black_64.svg?sanitize=true\n\n## Windows PowerShell vs. PowerShell 7+\n\nAlthough 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.\nThis also means that [issues tracked here][issues] are only for PowerShell 7.x and higher.\nWindows PowerShell specific issues should be reported with the [Feedback Hub app][feedback-hub], by choosing \"Apps > PowerShell\" in the category.\n\n[issues]: https:\u002F\u002Fgithub.com\u002FPowerShell\u002FPowerShell\u002Fissues\n[feedback-hub]: https:\u002F\u002Fsupport.microsoft.com\u002Fwindows\u002Fsend-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332\n\n## New to PowerShell?\n\nIf you are new to PowerShell and want to learn more, we recommend reviewing the [getting started][] documentation.\n\n[getting started]: https:\u002F\u002Flearn.microsoft.com\u002Fpowershell\u002Fscripting\u002Flearn\u002Fmore-powershell-learning\n\n## Get PowerShell\n\nPowerShell is supported on Windows, macOS, and a variety of Linux platforms. For\nmore information, see [Installing PowerShell](https:\u002F\u002Flearn.microsoft.com\u002Fpowershell\u002Fscripting\u002Finstall\u002Finstalling-powershell).\n\n## Upgrading PowerShell\n\nFor best results when upgrading, you should use the same install method you used when you first\ninstalled PowerShell. The update method is different for each platform and install method.\n\n## Community Dashboard\n\n[Dashboard](https:\u002F\u002Faka.ms\u002FPSPublicDashboard) with visualizations for community contributions and project status using PowerShell, Azure, and PowerBI.\n\nFor more information on how and why we built this dashboard, check out this [blog post](https:\u002F\u002Fdevblogs.microsoft.com\u002Fpowershell\u002Fpowershell-open-source-community-dashboard\u002F).\n\n## Discussions\n\n[GitHub Discussions](https:\u002F\u002Fdocs.github.com\u002Fdiscussions\u002Fquickstart) is a feature to enable free and open discussions within the community\nfor topics that are not related to code, unlike issues.\n\nThis 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.\nThere should be no expectation that PowerShell team members are regular participants in these discussions.\nIndividual PowerShell team members may choose to participate in discussions, but the expectation is that community members help drive discussions so that team members\ncan focus on issues.\n\nCreate or join a [discussion](https:\u002F\u002Fgithub.com\u002FPowerShell\u002FPowerShell\u002Fdiscussions).\n\n## Chat\n\nWant to chat with other members of the PowerShell community?\n\nThere are dozens of topic-specific channels on our community-driven PowerShell Virtual User Group, which you can join on:\n\n* [Discord](https:\u002F\u002Fdiscord.gg\u002FPowerShell)\n* [IRC](https:\u002F\u002Fweb.libera.chat\u002F#powershell) on Libera.Chat\n* [Slack](https:\u002F\u002Faka.ms\u002Fpsslack)\n\n## Developing and Contributing\n\nWant to contribute to PowerShell? Please start with the [Contribution Guide][] to learn how to develop and contribute.\n\nIf you are developing .NET Core C# applications targeting PowerShell Core, [check out our FAQ][] to learn more about the PowerShell SDK NuGet package.\n\nAlso, make sure to check out our [PowerShell-RFC repository](https:\u002F\u002Fgithub.com\u002Fpowershell\u002Fpowershell-rfc) for request-for-comments (RFC) documents to submit and give comments on proposed and future designs.\n\n[Contribution Guide]: .github\u002FCONTRIBUTING.md\n[check out our FAQ]: docs\u002FFAQ.md#where-do-i-get-the-powershell-core-sdk-package\n\n## Building PowerShell\n\n| Linux                    | Windows                    | macOS                   |\n|--------------------------|----------------------------|------------------------|\n| [Instructions][bd-linux] | [Instructions][bd-windows] | [Instructions][bd-macOS] |\n\nIf you have any problems building PowerShell, please start by consulting the developer [FAQ].\n\n[bd-linux]: docs\u002Fbuilding\u002Flinux.md\n[bd-windows]: docs\u002Fbuilding\u002Fwindows-core.md\n[bd-macOS]: docs\u002Fbuilding\u002Fmacos.md\n[FAQ]: docs\u002FFAQ.md\n\n## Downloading the Source Code\n\nYou can clone the repository:\n\n```sh\ngit clone https:\u002F\u002Fgithub.com\u002FPowerShell\u002FPowerShell.git\n```\n\nFor more information, see [working with the PowerShell repository](https:\u002F\u002Fgithub.com\u002FPowerShell\u002FPowerShell\u002Ftree\u002Fmaster\u002Fdocs\u002Fgit).\n\n## Support\n\nFor support, see the [Support Section][].\n\n[Support Section]: https:\u002F\u002Fgithub.com\u002FPowerShell\u002FPowerShell\u002Ftree\u002Fmaster\u002F.github\u002FSUPPORT.md\n\n## Legal and Licensing\n\nPowerShell is licensed under the [MIT license][].\n\n[MIT license]: https:\u002F\u002Fgithub.com\u002FPowerShell\u002FPowerShell\u002Ftree\u002Fmaster\u002FLICENSE.txt\n\n### Docker Containers\n\n> [!Important]\n> The PowerShell container images are now [maintained by the .NET team](https:\u002F\u002Fgithub.com\u002FPowerShell\u002FAnnouncements\u002Fissues\u002F75). The containers at `mcr.microsoft.com\u002Fpowershell` are currently not maintained.\n\nLicense: 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][mcr].\n\n[mcr]: https:\u002F\u002Fmcr.microsoft.com\u002Fen-us\u002Fproduct\u002Fpowershell\u002Ftags\n\n### Telemetry\n\nPlease visit our [about_Telemetry](https:\u002F\u002Flearn.microsoft.com\u002Fpowershell\u002Fmodule\u002Fmicrosoft.powershell.core\u002Fabout\u002Fabout_telemetry)\ntopic to read details about telemetry gathered by PowerShell.\n\n## Governance\n\nThe governance policy for the PowerShell project is described the [PowerShell Governance][gov] document.\n\n[gov]: https:\u002F\u002Fgithub.com\u002FPowerShell\u002FPowerShell\u002Fblob\u002Fmaster\u002Fdocs\u002Fcommunity\u002Fgovernance.md\n\n## [Code of Conduct](CODE_OF_CONDUCT.md)\n\nPlease see our [Code of Conduct](CODE_OF_CONDUCT.md) before participating in this project.\n\n## [Security Policy](.github\u002FSECURITY.md)\n\nFor any security issues, please see our [Security Policy](.github\u002FSECURITY.md).\n","PowerShell 是一个跨平台（支持Windows、Linux和macOS）的自动化和配置工具\u002F框架。它能够与现有的工具良好集成，并且特别适合处理结构化数据（如JSON、CSV、XML等）、REST API以及对象模型，提供了一个命令行界面、关联的脚本语言及处理cmdlet的框架。PowerShell 7+版本在C#上构建，相比之前的Windows PowerShell版本进行了独立发展，新增了对更多平台的支持和其他改进。适用于需要进行系统管理、自动化任务执行、CI\u002FCD流程集成等场景下的用户或开发者。",2,"2026-06-11 02:38:13","top_all"]