Anubis is the scan and cleanup engine at the heart of Pantheon. With 58 rules across 7 domains, it discovers infrastructure waste that macOS built-in tools, CleanMyMac, and OnyX all miss โ hidden caches, orphaned build artifacts, stale AI model weights, and phantom Docker volumes. Every finding includes a category, severity, and safe cleanup recommendation.
Covers 7 domains: macOS caches, Docker, Dev frameworks, AI/ML, IDEs, Cloud infrastructure, and Cloud storage
Every deletion goes to Trash with a SHA-256 decision log. 35 protected paths are hardcoded as undeletable
General, Developer, AI/ML, and Virtualization โ scan what matters to you
Optional brain model classifies files as junk, project, config, model, data, media, archive, or essential
Rule-based matching with early termination โ most scans complete in under 2 seconds
scan_workspace tool available in AI IDEs via MCP server
$ pantheon weigh
# Full workstation scan โ discovers all waste
$ pantheon weigh --dev
# Developer frameworks only (Node, Go, Rust, Python)
$ pantheon weigh --ai
# AI/ML caches only (MLX, CUDA, HuggingFace, Ollama)
$ pantheon weigh --json
# Machine-readable JSON output for scripting
$ pantheon judge --dry-run
# Preview cleanup โ shows what WOULD be deleted
$ pantheon judge --confirm
# Execute cleanup โ safely moves waste to Trash
| Interface | Status | Detail |
|---|---|---|
| CLI | โ Full | pantheon weigh, pantheon judge |
| MCP | โ Full | scan_workspace tool |
| GUI | โ ๏ธ Partial | Results viewable in Mirror web UI |
| Menu Bar | โ Active | Stats in menu bar dropdown |
This page is the canonical source for Anubis. Bundled offline copies auto-check for updates here.