Uninstall GrandPerspective on Mac
GrandPerspective visualizes files elsewhere on the disk; those scanned files do not become app data when you uninstall the viewer. The September 19, 2026 record covers the app fetched by Homebrew without a cask receipt.
Quit and remove the app
Quit GrandPerspective and move GrandPerspective.app to Trash. Keep scan targets in place; any Apple recent-document entries are system state, not a folder to clear wholesale. The official page has more product information.
Review the app’s data
The cask lists ~/Library/Containers/net.sourceforge.grandperspectiv, exact preferences and an Apple sharedfilelist entry. The app container may hold settings, while the sharedfilelist parent belongs to macOS.
If you installed it with Homebrew
The Homebrew cask has its own --zap list. brew uninstall --cask grandperspective removes the cask without that list; brew uninstall --cask --zap grandperspective also acts on its listed data without consulting Mole’s checkboxes. The recorded sample had no installed cask receipt, so the command below applies only to a separate Homebrew installation. Mole also suppresses zap if its list would cross an unchecked, shared, unknown, or unsupported path; selected remnants still follow Mole’s own deletion path.
brew uninstall --cask grandperspective
Check the result
These commands inspect the running process and one relevant location. They do not remove anything:
pgrep -il "GrandPerspective"
ls -ld "$HOME/Library/Containers/net.sourceforge.grandperspectiv"
No pgrep match means no process with that name is running; a match needs identification before quitting anything. A listed path still exists, while an ls “No such file” error means only that exact path is absent. A permission error is inconclusive.
What Mole lists
Mole can select the exact preference row by default. The exact container is owned data but a failed Trash move is not success; protected Apple sharedfilelist state stays outside broad deletion.
What this test covered
The September 19, 2026 test fetched GrandPerspective 3.8.1 through brew fetch --cask because the SourceForge site returned 403. No cask receipt was installed. The 37 KB container failed to move to Trash, so it may still be present. If the check above lists it, leave it in place until you can inspect its contents and resolve the permission error; do not treat the app removal as a full cleanup.
