Skip to content

Releases: SysAdminDoc/Scour

Scour v0.3.0

10 Mar 10:57

Choose a tag to compare

Scour v0.3.0

A .NET 9 application for deep disk scanning and analysis.

Build from Source

Requirements: .NET 9 SDK

git clone https://github.com/SysAdminDoc/Scour
cd Scour
dotnet build -c Release
dotnet run --project src/

A pre-built executable is not included in this release. Clone the repo and build with the .NET 9 SDK.

Scour v0.2.0

07 Mar 20:46

Choose a tag to compare

Initial release - multi-function file cleanup tool for Windows.

Scanner Modules:

  • Duplicate File Scanner (SHA256 3-phase detection)
  • Empty Directory Scanner
  • Big File Scanner (top-N with min-heap)
  • Temp File Scanner
  • Zero-Length File Scanner
  • Old File Scanner (365+ days)
  • Broken Symlink Scanner

Features:

  • Win32 P/Invoke high-performance filesystem enumeration
  • Catppuccin Mocha dark theme
  • CSV/JSON export
  • Recycle Bin, permanent, or simulated deletion
  • Real-time filtering, sorting, drag-and-drop
  • Settings persistence

Download: Self-contained single-file executable (no .NET runtime required)