Contact

Windows performance tuning

BRUTAL Optimizer

BRUTAL Optimizer is a Windows 10 and 11 tuning tool with 22 optimization modules — 17 of them free — and 661 named tweaks, each one a real Windows setting with its own undo. It ships no kernel driver and no game hooks, and its Smart Route relay engages only when it measurably beats your direct connection; otherwise it tells you to stay direct.

Go to brutaloptimizer.com Free tier, permanently

01 — Three claims, three receipts

Every number here was counted out of the source, and the source is printed under it.

661
Named, counted tweaks

Sum of TweakCount across all 22 modules — Views/OptimizeView.xaml.cs:56-77

17 of 22
Modules free, permanently

Exactly 5 modules carry IsProOnly — Views/OptimizeView.xaml.cs:56-77

8 ms
Before a relay is allowed to engage

ConnectionBrain.cs:75 — EngageMarginMs = 8.0

02 — How it actually works

The mechanism, not the adjective.

Every tweak is a real setting, and every setting has an undo

22 modules write genuine Windows state — process priority, gaming task scheduling, the power plan, the TCP stack, timer resolution. Each module restores the exact keys it touched, and a System Restore point is taken before the heavy passes. The free tier is the toolbox, not a trial with a countdown.

Views/OptimizeView.xaml.cs · Services/RegistryOptimizer.cs · SystemRestoreHelper.cs

  • 02

    An FPS overlay with no driver, no hooks, no injection

    Frame-time and 1% lows are read from Windows' own display statistics rather than by hooking DirectX or injecting into the game. When no game is running it shows a dash and says so, instead of inventing a render rate.

    Services/FrameStatsService.cs · GameFpsCounter.cs — D3DKMT display present count

  • 03

    The relay that tells you not to use it

    Smart Route times your direct path and each relay every match. It engages only on an 8 ms or better win, re-measures every 90 seconds while engaged, and reverts the moment the advantage drops. When you are already optimal, it says "staying direct" — the verdict no gaming VPN will ever show you.

    ConnectionBrain.cs:75-76 (8 ms engage / 2 ms hold) · GpnService.cs:103 (6 ticks × 15 s)

  • 04

    It will not defrag your SSD — because it cannot

    Drive health reads SMART, wear and temperature, then gates maintenance on the hardware itself: TRIM on flash, defrag only on a spinning disk confirmed by the operating system. The guarantee is a hardware check, not a checkbox.

    Services/StorageHealthService.cs — WMI MSFT_PhysicalDisk MediaType gate

  • 05

    Security that drives Defender rather than replacing it

    No second engine, no signatures of its own, no "disable Defender" button, and it never registers as an antivirus — which would silently switch Defender off. If a status read fails it reports "status unavailable" rather than a frightening "unprotected".

    Services/DefenderService.cs · cloud/website/features.html:102

  • 06

    A lapsed licence takes nothing hostage

    If Pro expires the app drops back to Free and every optimization already applied stays exactly as it was. Nothing is reverted, nothing is held. There are no ads in any tier — the ad system was deliberately deleted from the codebase to keep that promise.

    cloud/website/pricing.html:104-124 · CLAUDE.md (ad system removed 2026-06-12)

03 — What it will not do

BRUTAL Optimizer names its own landfill.

The optimizer market is a landfill of placebo. BRUTAL publishes what it will not ship — no registry cleaner, no RAM booster, no SSD defrag, no guaranteed FPS number — and then makes those refusals structural.

PC gamers first, because placebo gets caught fastest there. Then everyone else.

04 — Where to get it

BRUTAL Optimizer ships from brutaloptimizer.com.

Arhas is the publisher, not a reseller. This site has no quote form and no sales call — signup and support live on brutaloptimizer.com.

BRUTAL Optimizer has no published price yet, so there is nothing here to quote you. Its free tier is the toolbox rather than a countdown, and it stays free.