| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
GregOrigin Cleaner Suite is a transparent Windows 11 maintenance app for people who want practical cleanup, startup, service, and hardware tools without adware, subscriptions, or hidden background services.
It is built around native Windows tools and readable source code. The app favors preview, audit logs, backups, and allowlists over risky "one-click magic" optimization.
If you have consulting and/or custom pipeline integration in mind: I offer dedicated architecture consulting. 📬 Please contact me or see my extended portfolio. 👨💻
Download for Windows | View releases | Read the manual | Visit gregorigin.com
Most PC cleaners ask for a lot of trust. They promise speed, touch unclear areas of the system, and often hide their real incentives behind trials, ads, telemetry, or upsells.
GregOrigin Cleaner Suite takes the opposite approach:
The goal is simple: give Windows users a focused maintenance dashboard that does useful work while staying understandable.
The recommended download is the standalone Windows executable from the latest GitHub release:
Download GregOriginSuiteApp.exe
Current final build:
| File | Size | SHA256 |
|---|---|---|
| GregOriginSuiteApp.exe | 70.5 MB | 64F7B9FD672B4DA6AECD08B2294F03684EB903730D56435136AE0C0040F36B02 |
Windows SmartScreen may warn that the app is from an unknown publisher because this release is not code-signed. If you trust this repository and want to run it, choose More info and then Run anyway.
Preview cleanup targets before deleting files.
Review and manage startup entries without losing a way back.
Work only with a curated service allowlist instead of exposing every Windows service.
Quickly inspect the machine before doing maintenance.
GregOrigin Cleaner Suite is intentionally conservative where a cleaner app should be conservative.
Some actions still modify the system. Read the on-screen prompts, review cleanup audits, and avoid advanced options unless you understand the consequence.
The app is built with .NET 8 WPF and published as a self-contained Windows executable.
Install the .NET 8 SDK on Windows, then run:
dotnet restore .\GregOriginSuite.slnx
dotnet test .\GregOriginSuite.slnx
dotnet publish .\GregOriginSuiteApp\GregOriginSuiteApp.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o .\final-publishThe WPF source is in GregOriginSuiteApp. The xUnit tests are in GregOriginSuiteApp.Tests. The original PowerShell edition is kept as GregOriginSuite.ps1 for transparency and historical continuity.
After downloading the release EXE, you can verify the hash in PowerShell:
Get-FileHash .\GregOriginSuiteApp.exe -Algorithm SHA256Expected final build hash:
64F7B9FD672B4DA6AECD08B2294F03684EB903730D56435136AE0C0040F36B02
Use GitHub Issues for bug reports, usability feedback, and feature requests:
When reporting a bug, include:
GregOrigin Cleaner Suite is released under the MIT License. See LICENSE.
Copyright (c) 2025-2026 Andras Gregori @ GregOrigin.
| Back | FazBrowse Home | New Git URL |