A powerful toolkit designed to harden system security, eliminate bloatware, and reclaim resources.
This repository contains a collection of scripts, registry tweaks, and configurations focused entirely on privacy, security, and performance. It is designed for power users who want absolute control over what runs on their machine, ensuring maximum resource availability while locking down potential vulnerabilities and tracking.
| Principle | Description |
|---|---|
| Defense in Depth | Layer independent controls so that bypassing one does not compromise the system. |
| Zero Trust | Every application must explicitly justify its network and filesystem access. |
| Telemetry Elimination | Disable all non-essential diagnostic reporting and background analytics. |
| Minimal Attack Surface | Remove unused services, close unnecessary ports, and restrict hardware access. |
Note: Each platform folder contains a downloadable
*_guide.READMEfile (e.g.,windows_guide.README) detailing the recommended apps, settings applied, and execution instructions for offline reference.
| Platform | Guide | Script | Focus |
|---|---|---|---|
| 🏁 Windows | Hardening Guide | harden_windows.ps1 |
Telemetry removal, exploit protection, Defender hardening |
| 🐧 Linux | Hardening Guide | harden_linux.sh |
Kernel sysctl, MAC enforcement, DNS-over-TLS, sandboxing |
| 🍎 macOS | Hardening Guide | harden_macos.sh |
Outbound firewalls, persistence auditing, privacy lockdown |
These browser extensions are essential regardless of your operating system:
- uBlock Origin — Content filter blocking malicious scripts, malvertising, and tracking domains at the browser level.
- Bitwarden — End-to-end encrypted password manager generating and storing unique, high-entropy credentials per service.
- FastForward — Bypasses intermediary tracking links, ad-redirect pages, and countdown screens to reduce drive-by download exposure.
Caution
These scripts modify core system settings, background services, and registry keys. Use them at your own risk. It is highly recommended to create a System Restore point or system backup before applying any major tweaks.