brew install --cask snacbot/tap/delveHomebrew adds the tap for you on first use, so there's no separate brew tap step.
| Cask | App | Requires |
|---|---|---|
delve |
Delve, a disk space analyzer that maps your drive as one interactive treemap | macOS 26+, Apple Silicon |
Delve ships from snacbot/delve-releases. Everything else we make lives at khaosstudio.com.
Delve auto-updates through Sparkle, so its cask is auto_updates true and Homebrew stays out of the in-app updater's way. The cask still needs a version and sha bump each release so fresh installs land on the current build.
VERSION=0.8.14
SHA=$(curl -sL "https://github.com/snacbot/delve-releases/releases/download/v$VERSION/Delve-$VERSION.dmg" | shasum -a 256 | cut -d' ' -f1)
sed -i '' "s/version \".*\"/version \"$VERSION\"/; s/sha256 \".*\"/sha256 \"$SHA\"/" Casks/delve.rbVerify before pushing. brew fetch re-downloads and checks the sha against the cask:
brew fetch --cask snacbot/tap/delvehomebrew-cask has a notability requirement for new submissions. Once Delve clears it, this same cask file goes upstream and the tap gets retired.
Khaos Studios · Delve · Discord · Privacy