Skip to content

Releases: Dato241/DiskShelf

Release list

DiskShelf 1.3.0

Choose a tag to compare

@Dato241 Dato241 released this 04 Jul 10:32

DiskShelf โ€” a private, read-only catalog of all your external drives on macOS. Scan a drive once, then browse its entire file tree, sizes, previews and structure long after it's unplugged.

โš ๏ธ Beta โ€” a personal project, shared as-is. Works well and is safe by design (read-only, no networking), but it's an early build and not notarized yet.

๐Ÿ“ฅ Install

  1. Download DiskShelf-v1.3.0.dmg below and open it.
  2. Drag DiskShelf onto the Applications folder.
  3. Allow the first launch (the build isn't notarized, so macOS blocks it โ€” it's safe):
    • Most reliable (macOS Sequoia & Tahoe) โ€” run once in Terminal, then open the app normally:
      xattr -dr com.apple.quarantine /Applications/DiskShelf.app
      
      It only clears the "downloaded from the internet" flag; it doesn't modify the app.
    • Via Settings (older macOS) โ€” after it's blocked, open System Settings โ†’ Privacy & Security, scroll down, click "Open Anyway", confirm. (On Tahoe this button is often hidden โ€” use the Terminal method.)
  4. On the first scan, allow read-only access to removable volumes.

Full step-by-step is inside the DMG ("How to install.txt"). Requires macOS 13+ ยท Apple Silicon & Intel.

โœจ Highlights

  • ๐Ÿ”Ž Global search across every scanned drive at once (โ‡งโŒ˜F), offline ones included
  • ๐Ÿ”Œ Offline browsing of folders, sizes, dates and structure
  • ๐Ÿ”ข Drive numbers matching your physical labels, shown everywhere and in exports
  • ๐Ÿงฎ Space planner โ€” suggests what to move where to free N GB (never touches files)
  • โ™ป๏ธ Duplicate finder across drives, with reveal-in-Finder
  • ๐Ÿ“ค Export the whole catalog to CSV / Markdown / JSON

๐Ÿ”’ Safety

DiskShelf never writes to the drives it scans โ€” a scan is read-only enumeration. No networking; everything stays local. See SECURITY.md.