A fork of AtlasOS that focuses on security without compromising usability or performance.
π AtlasOS Website | π AtlasOS Documentation | βοΈ AtlasOS Discord | π¬ AtlasOS Forum
SecOS is an open-source fork of AtlasOS that improves Windows by eliminating factors that negatively impact performance. It emphasizes security to ensure user protection during daily use of Windows.
SecOS is designed for users who want a fast, secure experience similar to AtlasOS but with a greater emphasis on security and privacy. It is ideal for those who don't primarily use their computers for gaming.
SecOS adheres to Microsoft's official methods and Winodws 11 Hardening guide.
After consulting the AtlasOS installation documentation, simply copy and paste the following command into PowerShell to download the latest version of AME Wizard and SecOs.
Invoke-WebRequest -Uri 'https://github.com/IamCarron/SecOS/releases/download/Latest/SecOS.apbx' -OutFile "$([Environment]::GetFolderPath('Desktop'))\SecOS.apbx" ; Invoke-WebRequest -Uri 'https://download.ameliorated.io/AME%20Wizard%20Beta.zip' -OutFile "$([Environment]::GetFolderPath('Desktop'))\AME.zip" ; Expand-Archive -Path "$([Environment]::GetFolderPath('Desktop'))\AME.zip" -DestinationPath "$([Environment]::GetFolderPath('Desktop'))\AME" ; Remove-Item "$([Environment]::GetFolderPath('Desktop'))\AME.zip"
Unlike custom Windows ISOs, SecOS easier to audit due to the use of AME Wizard. AME Wizard is controlled by Playbooks, a customizable script-like system that can perform various tasks.
Playbooks are .zip files with the password malte
. Since they primarily consist of plain text, Playbooks offer transparency, unlike custom Windows ISOs, which have many entry points for malicious activity. The few binaries in the Playbook are open source in our utilities
repository, with the hashes listed here.
Although the GUI of AME Wizard is not open source, the entire backend (called TrustedUninstaller) is open source under MIT and contains each action used to run SecOS. The SecOS Playbook is open source under the GPLv3 license.
SecOS complies with Windows's Usage Terms because it doesn't redistribute a modified Windows ISO. Additionally, SecOS does not alter Windows activation.
SecOS began as a class project, so frequent updates are not guaranteed. Contributions are welcome and appreciated to help improve the project.