Read-only inventory
Scans on-disk package metadata and Mac App Store receipts using folders you explicitly grant through macOS.
Now on the Mac App Store
Installory builds a read-only inventory across Homebrew, pip, pipx, npm, Cargo, RubyGems, and Mac App Store receipts — without changing a thing on your system.
Installory separates understanding from removal. It shows what exists, explains what it can, and leaves destructive work in your hands.
Scans on-disk package metadata and Mac App Store receipts using folders you explicitly grant through macOS.
When you choose cleanup, Installory generates commands for you to inspect, copy, save, and run manually in Terminal.
No tracking, analytics, ads, account system, network calls, or package inventory transmission.
Cleanup is a three-step flow you control. Installory captures a snapshot so the removal is undoable, generates a shell script you read before running, and then steps out of the way.
Generated scripts are plain text. Common essentials are treated cautiously, and Installory does not execute the script for you.
#!/usr/bin/env bash # Cleanup script generated by Installory. # Review every line before running. # Installory did not run this script. set -euo pipefail echo "brew uninstall wget" brew uninstall wget # WARNING: common essential. Uncomment only if certain. # brew uninstall openssl@3
The privacy policy states the operational model clearly: no tracking, no analytics, no ads, no account system, no package inventory transmission, and local-only storage.
Support covers folder access, scans, and cleanup scripts — with a contact form and direct email. We aim to reply within two business days.