The table below lists each supported platform, its recommended and hard minimum OS version, and its current support status within this project.
| Platform | Minimum | Status |
|---|---|---|
| Windows | Build 26200 (Windows 11 25H2) | ✅ Actively maintained |
| Linux | Kernel 7.0 | ✅ Actively maintained |
Running below the minimum exits immediately; there is no warn-and-continue tier. Older releases are out of scope rather than best-effort: Windows 10 22H2 reached end of life in October 2025, and supporting pre-UEFI systems would mean carrying MBR/CSM repair paths that cannot be tested on any supported target.
- Windows release info: https://learn.microsoft.com/en-us/windows/release-health/release-information
- Windows 11 release info: https://learn.microsoft.com/en-us/windows/release-health/windows11-release-information
- Linux kernel releases: https://www.kernel.org/
| Platform | Status | Notes |
|---|---|---|
| Linux (GUI) | Planned | Targeting parity with the Windows CLI |
If you discover a security vulnerability in any part of this project (scripts, documentation, or CI):
- Do not open a public issue.
- Report it privately via the GitHub Security Advisory feature.
- Include a clear description of the vulnerability, the affected file(s), and steps to reproduce.
We aim to respond within 7 days and will coordinate a fix and disclosure timeline with the reporter.
These scripts run with administrator privileges and interact with the OS directly (SFC, DISM, network stack, UEFI boot files). Please treat any issues that could lead to privilege escalation, data loss, or unintended system modification as security-relevant.