Open Source PowerShell Software Development Software

Browse free open source PowerShell Software Development Software and projects below. Use the toggles on the left to filter open source PowerShell Software Development Software by OS, license, language, programming language, and project status.

  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Office Tool Plus

    Office Tool Plus

    Office Tool Plus localization projects

    Office Tool Plus is a Windows deployment assistant for managing installation and activation of Microsoft Office, Visio, and Project (2016 through 2024). It provides a GUI for customizing installs, applying licenses, and managing components for offline and network environments.
    Downloads: 471 This Week
    Last Update:
    See Project
  • 2
    Vcpkg

    Vcpkg

    C++ Library Manager for Windows, Linux, and MacOS

    Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving, and we always appreciate contributions! After you've gotten vcpkg installed and working, you may wish to add tab completion to your shell. With CMake, you will still need to find_package and the like to use the libraries. Check out the CMake section for more information, including on using CMake with an IDE. In classic mode, vcpkg produces an "installed" tree, whose contents are changed by explicit calls to vcpkg install or vcpkg remove. The installed tree is intended for consumption by any number of projects: for example, installing a bunch of libraries and then using those libraries from Visual Studio, without additional configuration. Because the installed tree is not associated with an individual project, it's similar to tools like brew or apt, except that the installed tree is vcpkg-installation-local, rather than global to a system or user.
    Downloads: 90 This Week
    Last Update:
    See Project
  • 3
    Scoop Windows

    Scoop Windows

    A command-line installer for Windows

    Scoop is a command-line installer for Windows. If you have built software that you would like others to use, Scoop is an alternative to building an installer (like MSI or InnoSetup). You just need to compress your app to a .zip file and provide a JSON manifest that describes how to install it. Scoop downloads and manages packages in a portable way, keeping them neatly isolated in ~\scoop. It won't install files outside its home, and you can place a Scoop installation wherever you like. For terminal applications, Scoop creates shims, a kind of command-line shortcut, inside the ~\scoop\shims folder, which is accessible in the PATH. For graphical applications, Scoop creates program shortcuts in a dedicated Start menu folder, called 'Scoop Apps'. This way, packages are always cleanly uninstalled and you can be sure what tools are currently in your PATH and in your Start menu.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 4
    posh-git

    posh-git

    A PowerShell environment for Git

    posh-git is a PowerShell module which provides Git/PowerShell integration. The prompt within Git repositories can show the current branch and the state of files (additions, modifications, deletions) within. Provides tab completion for common commands when using git. Prompt formatting, among other things, can be customized. Displaying file status in the git prompt for a very large repo can be prohibitively slow. Rather than turn off file status entirely, you can disable it on a repo-by-repo basis by adding individual repository paths. PowerShell generates its prompt by executing a prompt function, if one exists. posh-git defines such a function in profile.example.ps1 that outputs the current working directory followed by an abbreviated git status.
    Downloads: 21 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 5
    SVG Explorer Extension

    SVG Explorer Extension

    Extension module for Windows Explorer to render SVG thumbnails

    The SVG Explorer Extension is a utility for Windows File Explorer that adds native thumbnail rendering and context-menu previews for SVG files. With this extension installed, Explorer will show scalable previews of .svg files just like image formats, enabling visual quick identification of vector files. The project also adds a “Preview in Windows Explorer” feature so users can see full-size SVGs in the side preview pane without launching an editor. It supports features like CSS-based styling, embedded fonts, and scaling in thumbnails so the preview matches rendering expectations. Because Windows doesn’t natively render SVG previews in many versions, this fills a usability gap for designers, developers, and content creators working with vector assets. The extension is lightweight, integrates into shell UI seamlessly, and improves file navigation workflows involving vectors.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 6
    Commando VM

    Commando VM

    Complete Mandiant Offensive VM (Commando VM)

    Commando VM (by Mandiant) is a Windows-based offensive security / red-team distribution built to turn a fresh Windows installation into a fully featured penetration testing environment. It provides an automated installer (PowerShell script) that uses Chocolatey, Boxstarter, and MyGet package feeds to download, install, and configure dozens (100+ / 170+ depending on version) of offensive, fuzzing, enumeration, and exploitation tools. The idea is to spare testers the repetitive work of hand-installing dozens of windows tools, dependencies, and configurations. Commando VM supports customization of its installation profile (you can pick subsets of tools), includes support for WSL/Kali integration, and is intended to be used in a VM to facilitate snapshot recovery and test isolation.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 7
    Git Extras

    Git Extras

    GIT utilities, repo summary, repl, changelog population, and more

    GIT extra utilities, like repo summary, repl, changelog population, author commit percentages and more. Supports several sub-commands such as git-ignore, git-setup, git-summary, git-changelog, git-effort, etc. Some commands require extra dependencies which are unavailable in some platforms. You may need to install them manually. Note that only the Homebrew package is maintained by the git-extras developers directly. Other packages are maintained by the distribution's packagers or third-party volunteers. Installing from Homebrew will not give you the option omit certain git-extras if they conflict with existing git aliases. To have this option, build from source.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    winget-pkgs

    winget-pkgs

    The Microsoft community Windows Package Manager manifest repository

    The winget-pkgs repository is the community-maintained manifest collection for the Windows Package Manager (winget), serving as the default, upstream source of installable application manifests used by the winget client. It contains tens of thousands of manifest files (organized under a manifests/ folder) plus schema, validation, CI pipelines, and tooling to build, test, and publish packages so users can install software with a single command. The repo enforces contribution processes (including a Contributor License Agreement flow for many contributors), automated validation checks, and publishing pipelines so manifests meet format, checksum, and licensing expectations before becoming available to users. Maintainers document manifest authoring, testing, and request workflows, and the repository requires installers to be packaged as supported installer formats (MSIX, MSI, APPX, or executable installers), with script-based installers and fonts noted as unsupported.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    VHD2ISO

    VHD2ISO

    VHD to ISO converter

    This tool convert a virtual haddisk to an bootable iso file.
    Leader badge
    Downloads: 91 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10
    GitHub Actions Runner Images

    GitHub Actions Runner Images

    GitHub Actions runner images

    This repository contains the source code used to create the VM images for GitHub-hosted runners used for Actions, as well as for Microsoft-hosted agents used for Azure Pipelines. To build a VM machine from this repo's source, see the instructions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Go Cursor Help

    Go Cursor Help

    Cursor Free Trial Reset Tool

    A small CLI utility written in Go to reset free trial restrictions of the Cursor AI code assistant on local machines. It automates machine‑ID resets and environment cleanups so users can bypass "Too many free trial accounts" limitations across platforms.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Winfetch

    Winfetch

    A command-line system information utility written in PowerShell

    Winfetch is a PowerShell‑based, command-line system information utility for Windows, inspired by tools like Neofetch. It displays OS, hardware, and installed software data alongside ASCII or logo art, optimized for aesthetic screenshots or user status displays. Highly customizable with minimal footprint, it’s ideal for personalization and visual system summaries.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    AutomatedLab

    AutomatedLab

    Framework that lets you deploy complex labs on HyperV and Azure

    AutomatedLab is a provisioning solution and framework that lets you deploy complex labs on HyperV and Azure with simple PowerShell scripts. It supports all Windows operating systems from 2008 R2 to 2019, some Linux distributions and various products like AD, Exchange, PKI, IIS, etc. AutomatedLab (AL) enables you to setup test and lab environments on Hyper-v or Azure with multiple products or just a single VM in a very short time. There are only two requirements you need to make sure: You need the DVD ISO images and a Hyper-V host or an Azure subscription. Requires Windows Management Framework 5+ (Windows). Requires Intel VT-x or AMD/V capable CPU, a decent amount of RAM, and low-latency high-throughput storage (No spinning disks please, as there are issues related to them). This solution supports setting up virtual machines with Windows 7, 2008 R2, 8 / 8.1 and 2012 / 2012 R2, 10 / 2016, 2019, and SQL Server 2008, 2008R2, 2012, 2014, 2016, 2017, 2019.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Packer Windows

    Packer Windows

    Windows Packer Templates

    This repository provides pre-configured Packer templates for automating the build of Windows virtual machine images (Vagrant “boxes”) for VMWare Fusion and VirtualBox. Originally based on VeeWee, it automates unattended Windows installation, provisioning, and packaging, streamlining the creation of reusable dev/test environments.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Penetration Testing Tools

    Penetration Testing Tools

    A collection of more than 170+ tools, scripts, cheatsheets

    Penetration-Testing-Tools is a curated collection of tools, scripts, cheatsheets and reference materials assembled to help security researchers, red-teamers, and students perform hands-on penetration testing across multiple domains. The repository groups resources by discipline — reconnaissance, web application testing, network exploitation, privilege escalation, post-exploitation and reporting — so users can quickly find relevant utilities and walkthroughs. Many entries include short usage notes, common command examples, and links to upstream projects or writeups, turning the repo into both a toolbox and a practical learning library. The collection emphasizes tooling that is easy to run in lab environments and often points to small scripts and one-file utilities that accelerate common tasks like service discovery, credential harvesting, or privilege checks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Pester

    Pester

    Pester is the ubiquitous test and mock framework for PowerShell

    Pester is the de-facto unit testing and mocking framework for PowerShell, widely used to validate scripts, modules, and automation workflows. It provides a readable DSL for writing Describe/Context/It style specs, expressive assertion helpers (Should), and facilities for setup/teardown to keep tests isolated and reproducible. Beyond unit tests, Pester supports integration tests and can mock functions and modules so external side effects (network, registry, file system) are faked during runs. It integrates with CI systems easily—returning standard exit codes and generating NUnit/JUnit-style test reports—so PowerShell codebases can be validated in automated pipelines. The framework evolves with PowerShell itself, adding features for parallel execution, code coverage measurement, and test discovery to meet production needs. For teams, Pester encourages test-driven development and makes PowerShell deliverables more maintainable and trustworthy.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    windsurf.vim

    windsurf.vim

    Free, ultrafast Copilot alternative for Vim and Neovim

    windsurf.vim is a plugin for Vim and Neovim by Exafunction (formerly part of the Codeium project) that brings in AI-driven code completion and assistance capabilities. The aim is to provide a “free, ultrafast” alternative to other AI code assistants (such as GitHub Copilot) directly within Vim/Neovim. Once installed and configured, windsurf.vim can suggest code completions, generate multi-line snippets based on comments or invitation in code, and make the editing experience more predictive and context-aware. The plugin supports major programming languages and allows you to trigger completions as you type—especially after comments or partial code constructs. Because it is designed to integrate with Vim’s editing model, it offers suggestions in-line and leverages virtual text or inline indicators when supported. Many developers using Neovim look to this plugin as a way to bring modern AI-powered code-assistance into their terminal-centric workflow.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Azure QuickStart Templates

    Azure QuickStart Templates

    Azure Resource Manager templates contributed by the community

    Deploy Azure resources through the Azure Resource Manager with community contributed templates to get more done. Deploy, learn, fork and contribute back. Azure Resource Manager allows you to provision your applications using a declarative template. In a single template, you can deploy multiple services along with their dependencies. You use the same template to repeatedly deploy your application during every stage of the application lifecycle. Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment. To learn about Azure Resource Manager templates (ARM templates), see the template deployment overview.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Blazor

    Blazor

    Build client web apps with C#

    Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. Blazor is a feature of ASP.NET, the popular web development framework that extends the .NET developer platform with tools and libraries for building web apps. Blazor can run your client-side C# code directly in the browser, using WebAssembly. Because it's real .NET running on WebAssembly, you can re-use code and libraries from server-side parts of your application. Alternatively, Blazor can run your client logic on the server. Client UI events are sent back to the server using SignalR - a real-time messaging framework. Once execution completes, the required UI changes are sent to the client and merged into the DOM. Blazor uses open web standards without plug-ins or code transpilation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    WinPower

    WinPower

    ⚡A bundle of CLI tools that powers Windows users!

    A simply, powerful, awesome command-line interface (CLI) software has an array of tools crafted using batch and PowerShell scripts. WinPower effortlessly streamlines a wide range of mundane and time-consuming tasks, freeing you from their drudgery. So that you get POWER from WinPower!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Universeller-Runtime-Installer-DE OLD

    Universeller-Runtime-Installer-DE OLD

    OUT OF SUPPORT BITTE NEUEN INSTALLER VERWENDEN

    Dieser Installer erlaubt es, die neusten Visual C++ Runtime aller Jahre (2008-2022), die Komplette DirectX Runtime, Microsoft XNA Framework, .Net Runtime, Java und OpenAL auf einmal zu installieren. English Version: https://sourceforge.net/p/u-r-i-en/ Bitte neuen installer verwenden: https://universal-runtime-installer.sourceforge.io
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    platform-tools-installer-gui

    platform-tools-installer-gui

    platform-tools graphical installer for Windows

    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    K8tools

    K8tools

    Security- and exploitation-oriented utilities and proof-of-concepts

    K8tools is a large, curated GitHub repository collecting dozens (hundreds) of security- and exploitation-oriented utilities, proof-of-concepts, and payloads aimed at penetration testing, privilege escalation, and vulnerability exploitation. The project bundles exploits for many well-known CVEs, remote get-shell scripts, local privilege-escalation helpers, credential-harvesting utilities, scanning and brute-force tools, and a variety of platform-specific binaries and archives organized into folders for quick browsing. The README and repository metadata present it as an “all-in-one” toolkit for offensive security tasks, with many archived executables, exploit payloads, and helper scripts (including PowerShell and Python examples) that target services such as WebLogic, Tomcat, Zimbra, Struts2, Zabbix and others. The repo is actively starred and forked by the community, shows a long commit history, and includes many archived artifacts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Object-oriented database

    Object-oriented database

    Object-Oriented Database in C# with Windows PowerShell interface

    - Suitable for engineering, ERP, research tasks. - Can be easily used as a local database in C# application. - Can be run as "listening" service on a local machine or a server. - Nested data structures supported. - PowerShell interface. See project Wiki for more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Oh My Posh 2

    Oh My Posh 2

    A prompt theming engine for Powershell

    Oh My Posh 2 is an older theme engine for PowerShell inspired by Oh My Z‑SH and PS‑Config. It provides configurable, visually enriched command prompts—including git status, failed command markers, and session indicators—without altering default PowerShell behavior. Though superseded by the newer cross‑shell Oh My Posh utility, version 2 remains notable for its modular theming approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next