Skip to content

Scour v0.3.0

Latest

Choose a tag to compare

@SysAdminDoc SysAdminDoc released this 10 Mar 10:57
· 12 commits to main since this release

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.