Skip to content

DirWiz 1.0.0

Choose a tag to compare

@okturan okturan released this 19 Jun 09:32

DirWiz 1.0.0

DirWiz 1.0.0 packages the macOS disk-usage analyzer as a downloadable app zip.

Highlights

  • Faster scans with deferred tree materialization and background bundle sizing.
  • Core scanner logic and SwiftUI app code split into separate targets.
  • Byte-verified duplicate detection before cleanup actions.
  • Metal treemap, app icon, README logo, and reproducible release packaging.

Verified artifact

  • File: DirWiz-1.0.0-macos.zip
  • Requires: macOS 15 or newer
  • Architecture: Apple silicon (arm64) only
  • SHA-256: 763351f50f3087720b537914f6edbd91f238e01179a011d6f0d9d4036730fe4b
  • Signature: valid ad-hoc code signature (com.dirwiz.DirWiz), with no Developer ID team
  • Notarization: not notarized; Gatekeeper rejects the untouched app as an identified-developer distribution

Verify the checksum after downloading:

shasum -a 256 DirWiz-1.0.0-macos.zip

Install and privacy notes

  1. Extract the zip and move DirWiz.app to /Applications.
  2. Because this historical build is not notarized, macOS may require an explicit first-launch override from Privacy & Security.
  3. For complete scans, grant Full Disk Access to the installed /Applications/DirWiz.app bundle.
  4. Keep using that same bundle: rebuilt ad-hoc apps can receive a different macOS privacy identity.

Current source can build a universal arm64 + x86_64 app and supports Developer ID signing and notarization when maintainer credentials are available. Those later source improvements do not retroactively change this v1.0.0 artifact; Intel users should build current source until a newer verified release is published.