Open Source PowerShell System Software

PowerShell System Software

View 1963 business solutions

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

  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 1
    Atlas OS

    Atlas OS

    An open and lightweight modification to Windows

    Atlas is an open-source, script-based modification for Windows that enhances usability, privacy, and performance. It strips unnecessary background services, disables telemetry, and includes gaming and latency optimizations to make Windows feel lean and fast for enthusiasts.
    Downloads: 1,979 This Week
    Last Update:
    See Project
  • 2
    WinUtil

    WinUtil

    Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes

    WinUtil by Chris Titus Tech is a comprehensive Windows utility script designed to automate system maintenance, streamline software installations, and apply performance tweaks. It focuses on debloating Windows, fixing update issues, and configuring various system optimizations to enhance user experience. The tool requires running PowerShell with administrator privileges to perform system-wide changes safely and effectively. WinUtil is modular and maintained as multiple scripts compiled into a single executable PowerShell script for ease of use and development. It offers a robust developer workflow with clear contribution guidelines and an active Discord community for support. The project prioritizes clean, efficient code and careful review of contributions to maintain stability. WinUtil is widely popular with thousands of stars and contributors, reflecting its reliability and usefulness in Windows system management.
    Downloads: 624 This Week
    Last Update:
    See Project
  • 3
    Tiny 11 Releases

    Tiny 11 Releases

    Automated tools for creating streamlined Windows 11 images with CI/CD.

    Tiny11 Automated Builder: Build Tiny11, Build Tiny11 Core and Build Nano11 Automated tools for creating streamlined Windows 11 images with CI/CD support. 📋 Overview Tiny11 Automated Builder provides PowerShell scripts to create minimized Windows 11 ISO images by removing bloatware, disabling telemetry, and optimizing system components.
    Leader badge
    Downloads: 6,915 This Week
    Last Update:
    See Project
  • 4
    Windows Defender Remover

    Windows Defender Remover

    A tool which is uses to remove Windows Defender

    This is a command‑line tool and executable that fully disables or removes Microsoft Defender and associated Windows security components. It disables the Windows Security App, SmartScreen, Virtualization-Based Security (VBS), UAC, and other built‑in protections on Windows 8.x through Windows 11, effectively removing the antivirus and security UI from the system.
    Downloads: 213 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 5
    Win11Debloat

    Win11Debloat

    A simple, easy to use PowerShell script to remove pre-installed apps

    Win11Debloat is a Windows 10/11 PowerShell toolkit designed to streamline and automate the 'debloating' process—removing unwanted preinstalled apps, disabling telemetry, and tweaking system settings. It supports both interactive and silent modes and is popular among sysadmins and privacy-focused users.
    Downloads: 150 This Week
    Last Update:
    See Project
  • 6
    Windows Install

    Windows Install

    Installing Windows from macOS. Suitable for Hackintosh and Macintosh

    The Windows Install.app program allows you to install Windows directly from the Mac OS system. There is no need to create an installation flash drive. Suitable for Hackintosh and Macintosh (install drivers yourself). Possibility to make a backup. There is a drag and drop support function. Compatible with Mac OS X 10.13 and up. The utilities used are wimlib and ntfs-3g and others.
 Disk access must be granted (shown in the screenshot) The user must be an administrator and the password must be from the administrator. Intel only! Training video - https://youtu.be/tebSRJhSWcg For questions and suggestions: https://sourceforge.net/p/windows-install/discussion/general/ https://www.insanelymac.com/forum/topic/348077-install-windows-on-mac-no-bootcamp/#comment-2789286 https://forums.macrumors.com/threads/installing-windows-10-in-legacy-bios-mode-in-cmp-with-boot-camp-assistant.2386309/ Thanks to Joseph P. Zeller and his https://github.com/jpz4085/
    Leader badge
    Downloads: 941 This Week
    Last Update:
    See Project
  • 7
    Remove Windows Ai

    Remove Windows Ai

    Strip Windows 11 of built-in AI features for control and privacy

    RemoveWindowsAI is an open source PowerShell-based tool created to help users regain control over their Windows 11 experience by disabling or removing AI-related features that Microsoft has increasingly integrated into the OS. It’s designed to work with currently released, stable versions of Windows 11 and continuously updated to match newly added AI components, especially since the 25H2 major update. The script covers a wide variety of AI surfaces (from core features like Copilot and Recall to hidden system packages, registry keys, and ancillary services) and applies targeted removals or disablement in bulk or selectively based on user choice. It offers both a graphical interface with toggles and a more advanced command-line mode, giving flexibility to novices and power users alike. RemoveWindowsAI also includes options to create backups and revert changes if users want to restore functionality later.
    Downloads: 83 This Week
    Last Update:
    See Project
  • 8
    CoreCycler

    CoreCycler

    Script to test single core stability

    A PowerShell script to test the stability of single-core loads. Modern CPUs can adjust their CPU frequency depending on their load, and have mechanisms that allow them to clock higher. With this script, you can test the stability for each core, which helps you to validate if your Ryzen "PBO" resp. "Curve Optimizer" settings are actually stable. It also works to test Intel's "Active-Core" Turbo-Boost settings.
    Downloads: 62 This Week
    Last Update:
    See Project
  • 9
    Sophia Script for Windows

    Sophia Script for Windows

    The most powerful PowerShell module for fine-tuning Windows

    Sophia Script for Windows is a scripting environment or DSL (Domain-Specific Language) designed to provide scripting capabilities on Windows systems in a high-level, expressive way. It abstracts over native APIs and offers constructs that make system automation, file manipulation, registry access, and user scripting easier than raw PowerShell or batch scripts. The repository presumably contains runtime, script engine, and library helpers to simplify common Windows tasks (e.g., service control, UI automation, scheduled tasks). Because Windows scripting often involves glue between COM, WMI, and system APIs, Sophia’s design likely aims to unify those surfaces behind consistent semantics. For developers or sysadmins, it offers an alternative tool for building lightweight Windows automation without resorting to full compiled utilities. While its adoption might be niche, the project showcases how domain-specific scripting languages can simplify cross-cutting OS tasks.
    Downloads: 42 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    UnattendedWinstall

    UnattendedWinstall

    Personalized Unattended Answer Files that helps debloat Windows 10

    UnattendedWinstall is a collection of Microsoft Unattend XML answer files designed for customized, unattended Windows installations. It automates OS deployment, debloating, and configuration changes (like disabling telemetry, removing default apps, registry tweaks) during initial setup. Designed to streamline clean installs of Windows 10/11 with preconfigured preferences and optimizations.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 11
    Debloat Windows 10

    Debloat Windows 10

    A Collection of Scripts Which Disable/Remove Windows 10 Features

    “Debloat-Windows-10” is a GitHub repository containing a collection of PowerShell scripts intended to disable or remove unwanted Windows 10 features, built-in apps, services, telemetry components, and tweaks for performance or privacy. The project is archived as of September 23, 2025 and marked as read-only, since Windows 10 will reach end of life. The author explicitly warns that running these scripts can sometimes break system functionality (e.g. user accounts or system components) and recommends using them only on fresh installations with caution. Many scripts operate nondestructively (without interactive confirmations), but the user is encouraged to edit them beforehand to suit their specific needs. The repository includes utilities to disable services, uninstall default apps, tweak privacy settings, clean up telemetry, and adjust system behavior.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 12
    Sparkle

    Sparkle

    A Windows app to debloat and optimize your PC

    Sparkle is a Windows application that helps you remove Microsoft bloat and apply tweaks, such as disabling telemetry, turning off Copilot, applying NVIDIA optimizations for gaming, and removing OneDrive. It also includes a built-in Winget and Chocolatey app installer, with new apps added frequently. Sparkle features a Utilities page where you can run Disk Cleanup, view your system information, or restart your graphics drivers. SUPPORT THE DEVELOPER: https://buymeacoffee.com/dogecraft
    Leader badge
    Downloads: 306 This Week
    Last Update:
    See Project
  • 13
    Fido

    Fido

    A PowerShell script to download Windows or UEFI Shell ISOs

    Fido is a PowerShell script that is primarily designed to be used in Rufus, but that can also be used in standalone fashion, and whose purpose is to automate access to the official Microsoft Windows retail ISO download links as well as provide convenient access to bootable UEFI Shell images. This script exists because, while Microsoft does make retail ISO download links freely and publicly available (at least for Windows 8 through Windows 11), up until recent releases, most of these links were only available after forcing users to jump through a lot of unwarranted hoops that created an exceedingly counterproductive, if not downright unfriendly, consumer experience, that greatly detracted from what people really want (direct access to ISO downloads). As to the reason one might want to download Windows retail ISOs, as opposed to the ISOs that are generated by Microsoft's own Media Creation Tool (MCT).
    Downloads: 20 This Week
    Last Update:
    See Project
  • 14
    Scoop Installer

    Scoop Installer

    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: 19 This Week
    Last Update:
    See Project
  • 15
    Easy GPU PV

    Easy GPU PV

    A Project dedicated to making GPU Partitioning on Windows easier

    Easy-GPU-PV is an open-source project that automates the relatively complex steps required to set up GPU Paravirtualization (GPU-PV) on Windows Hyper-V, letting you partition a physical GPU and assign slices to virtual machines for low-latency remote use. It creates and installs a Windows VM, copies the necessary GPU-PV driver files into the VM, and helps install Parsec (an ultra-low-latency remote-desktop client) so you can connect to the VM at high framerates. The repo is practical and script-driven: the author provides PowerShell scripts (PreChecks.ps1, CopyFilesToVM.ps1, Update-VMGpuPartitionDriver.ps1, etc.) plus configuration values and an unattended install template to minimize manual steps. The README documents hardware and OS prerequisites (Windows 10 20H1+/Windows 11 Pro/Enterprise/Education, matched host/VM versions, virtualization and Hyper-V enabled, recent GPU drivers, and supported GPUs.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 16
    Bloatbox

    Bloatbox

    Remove Bloatwares from Windows 10

    BloatBox is a lightweight toolkit that helps users identify and remove unnecessary or undesired components from Windows installations. It typically exposes a curated list of preinstalled apps and services often considered “bloat” and offers scripted ways to uninstall or disable them, streamlining a system for performance, privacy, or reduced clutter. The project aims to be user-friendly: rather than running raw command lines, it organizes actions into named tasks and explains consequences so users can choose conservative or aggressive cleanup profiles. It often includes safeguards like dry-run modes, restore points, or instructions for reinstalling removed components to avoid accidental breakage. For those managing multiple machines, BloatBox accelerates getting a consistent, lean image ready for deployment or personal use. The focus is on practical trade-offs—removing what’s unnecessary while keeping the system stable and manageable.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    AI File Sorter

    AI File Sorter

    Local AI file organization with categorization and rename suggestions

    AI File Sorter is a cross-platform desktop application that uses AI (local LLMs run on your computer) to organize files and suggest meaningful file names based on real content, not just filenames or extensions. The app can analyze images locally and propose descriptive rename suggestions (for example, IMG_2048.jpg → clouds_over_lake.jpg). It can also analyze document text to improve categorization and renaming. Supported formats include PDF, DOCX, XLSX, PPTX, ODT, ODS, ODP, and common text files. For supported audio and video files, AI File Sorter can read embedded metadata (such as ID3, Vorbis, and MP4 tags) to suggest normalized names like year_artist_album_title.ext. AI analysis runs read-only, and all suggestions must be reviewed before being applied. AI File Sorter can run fully offline using local models like Mistral or LLaMA, so files and metadata stay on your device unless you configure a remote endpoint.
    Downloads: 240 This Week
    Last Update:
    See Project
  • 18
    Scoop (un)installer

    Scoop (un)installer

    Next-generation Scoop (un)installer

    Scoop (un)installer is the official installer and uninstaller script system for Scoop, designed to make Scoop setup reliable, configurable, and repeatable across different Windows environments. Instead of being “just a one-liner,” it supports a full parameterized workflow where you can choose custom install directories, set global app locations, and control how networking is handled during installation. It is meant to run from PowerShell with appropriate execution policy and language mode, and it encourages running as a standard user by default for safer installs. When advanced needs come up, the project documents how to download and run the installer script locally with explicit flags, which is helpful for locked-down machines or when you need deterministic behavior. It also includes guidance for CI environments, where Scoop is often used to bootstrap toolchains, and it emphasizes returning a proper exit code so pipelines can fail fast and clearly.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19
    Winget-AutoUpdate

    Winget-AutoUpdate

    WAU daily updates apps as system and notify connected users

    Winget-AutoUpdate provides automation around Microsoft’s winget package manager to keep installed applications current without manual intervention. It typically wraps winget upgrade invocations into scheduled tasks, CI jobs, or simple scripts that can run on developer workstations and servers to apply available updates in a controlled way. Implementations often add logging, selective filtering (so only safe or allowed packages are updated), and dry-run reporting so admins can vet changes before deployment. For organizations, it’s a pragmatic bridge between ad-hoc desktop maintenance and a more formal patching pipeline—especially useful where modern app stores aren’t the single source of truth. The project also tends to include helpful utilities for generating update reports, creating change tickets, or rolling back problematic updates. Ultimately, it reduces the operational cost of keeping diverse Windows apps reasonably up to date.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    WinUEFI

    WinUEFI

    An program to easily go into the UEFI/BIOS in Windows

    An program to easily go into the UEFI/BIOS in Windows by rebooting the system into UEFI/BIOS mode. WinUEFI helps you to easily get into your firmware settings (UEFI/BIOS). Here can settings such as time, boot device and other options be changed. This reboots your device directly into it with one click.
    Downloads: 156 This Week
    Last Update:
    See Project
  • 21
    PrivescCheck

    PrivescCheck

    Privilege Escalation Enumeration Script for Windows

    PrivescCheck is a local privilege escalation reconnaissance tool for Unix-like systems that automates common checks auditors and system owners run when looking for misconfigurations. It enumerates kernel versions, installed packages, SUID/SGID binaries, world-writable files and directories, services, cron jobs, and user/group permissions to highlight likely escalation paths. The output is organized and human-readable so operators can triage findings quickly—flagging high-risk items separately from informational noise. Designed for defenders as much as red-teamers, it helps turn ad-hoc manual checks into repeatable scans that surface systemic mistakes (for example, left-over build scripts or insecure service configs). Because it focuses on discovery rather than exploitation, it’s useful in hardening exercises, audits, and incident response to identify what an intruder might leverage.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    DISMTools

    DISMTools

    The connected place for Windows system administration

    DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed.
    Downloads: 105 This Week
    Last Update:
    See Project
  • 23
    VHD2ISO

    VHD2ISO

    VHD to ISO converter

    This tool convert a virtual haddisk to an bootable iso file.
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • 24
    Enterprise-Scale

    Enterprise-Scale

    The Azure Landing Zones (Enterprise-Scale) architecture

    Enterprise-Scale is a reference architecture and set of landing-zone blueprints for building large, governed Azure estates. It codifies recommended patterns—network topology, identity integration, subscription and resource organization, policy assignment, and guardrails—so enterprises can provision repeatable, secure, and compliant environments for workloads. The project supplies deployable artifacts (Bicep/ARM/Terraform modules, examples, and documentation) to accelerate consistent deployments across regions and teams while embedding best practices for security, cost management, and operations. It also addresses cross-cutting concerns like monitoring, logging, backup, and role-based access control so tenants don’t rediscover the same integration work each time they stand up a service. For cloud platform teams, Enterprise-Scale reduces design debates and provides a baseline that can be extended to meet vertical or regulatory needs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Win Debloat Tools

    Win Debloat Tools

    Re-imagining Windows like a minimal OS install

    Win Debloat Tools is an open-source PowerShell-based toolkit designed to strip away unnecessary components, preinstalled apps, and services from modern Windows installations to create a leaner, more responsive operating system. It aims to re-imagine Windows as if it were installed in a minimal state, removing bloatware and optional features with minimal impact on core functionality, though it warns users to proceed with caution since changes can be extensive. The project supports both graphical and CLI execution flows that let users individually select tweaks or apply a broad “Apply Tweaks” preset that automates many optimizations at once. It typically creates a system restore point before making changes, and also logs actions for transparency so you can review what was done. Beyond simple removal of apps, it can optimize services, cleanup temporary system files, remove residual Windows.old folders, and generally reduce resource overhead for better performance and battery life.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB