# DrivePulse (CLI prototype) Instant space map, largest-file finder, and duplicate-size candidate hints for a directory tree. Working prototype of the DrivePulse concept's space and cleanup-hint engine — see `../plan.md` for the full product plan. **Scope note:** real SMART/disk-health telemetry needs OS- and hardware-specific access this cross-platform CLI build doesn't attempt. This build covers the space-map, largest-file, and duplicate-candidate parts of v1 only. ## Build from source Requires Go 1.24+, no external dependencies. ``` go build -o drivepulse . ``` Cross-compile for another platform: ``` GOOS=windows GOARCH=amd64 go build -o drivepulse.exe . GOOS=darwin GOARCH=arm64 go build -o drivepulse . ``` ## Usage ``` drivepulse scan