Skip to content

Project Ronin v7.0.0

Choose a tag to compare

@keiretrogaming keiretrogaming released this 21 Feb 21:55
· 26 commits to main since this release
d7962e8

⚔️ Project Ronin v7.0.0 - The "Sentinel" Update

Welcome to the first official public release of Project Ronin. This version (v7.0.0) represents a huge leap forward in how the app works under the hood.

My goal for this update was simple: keep the elite performance tweaks that make Ronin powerful, but rewrite the core engine to follow the same "system-friendly" standards used by tools like Winutil. This makes the app much more stable and ensures it doesn’t get incorrectly flagged by antivirus software.

image

✨ What’s New?

  • Better Compatibility: I’ve moved away from aggressive "forced" system changes. Ronin now uses official Windows pathways to apply tweaks, making it much safer and more transparent for your OS.
  • Clean & Transparent: The "Vaccine" startup engine has been removed. The app now only runs when you want it to, performs its job, and closes cleanly without leaving active hooks in your boot cycle.
  • Standardized Core: I’ve updated how the app reads your system stats (like RAM and CPU usage) to use standard Windows tools, ensuring everything stays fast without triggering security alerts.
  • Visibility: No more hidden windows. When you launch Ronin, you’ll see exactly what’s happening, giving you full control over the process.

🚀 Still Unrivaled Performance

Even though the delivery is "cleaner," the power is the same. You still get:

  • Elite Gaming Tweaks: HAGS, VRR, and Latency Slicing for maximum frame-time stability.
image
  • Handheld Supremacy: Full support for ROG Ally, Legion Go, and MSI Claw, including "Hot-Bag" protection and custom EPP power profiles.
image
  • Privacy Hardening: One-click removal of Windows 11 telemetry, Recall AI, and Copilot.
image

📥 How to Run It

You don’t even need to download a zip. Just open PowerShell (Admin) and paste this line:

irm https://raw.githubusercontent.com/keiretrogaming/Project-Ronin/main/run.ps1 | iex

💡 A Note on Security

Because Project Ronin modifies deep system settings (like the Registry), Windows might still show an "Unknown Publisher" warning when you first run it. This is normal for open-source projects! You can always audit every line of code in the /src folder before you run it to see exactly what’s happening.