Skip to content
forked from Atlas-OS/Atlas

πŸš€ A fork of AtlasOS focused on security, without leaving behind usability and performance.

License

Notifications You must be signed in to change notification settings

IamCarron/SecOS

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A fork of AtlasOS that focuses on security without compromising usability or performance.

🌐 AtlasOS Website | πŸ“š AtlasOS Documentation | ☎️ AtlasOS Discord | πŸ’¬ AtlasOS Forum

πŸ“š Important Documentation

πŸ€” What is SecOS?

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.

πŸ‘€ Why Choose SecOS?

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.

πŸ“š How to install?

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"

πŸ” Open Source and Transparent

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.

πŸ”’ Legal Compliance

SecOS complies with Windows's Usage Terms because it doesn't redistribute a modified Windows ISO. Additionally, SecOS does not alter Windows activation.

🀝 Contributions

SecOS began as a class project, so frequent updates are not guaranteed. Contributions are welcome and appreciated to help improve the project.

About

πŸš€ A fork of AtlasOS focused on security, without leaving behind usability and performance.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 61.7%
  • PowerShell 38.3%