Apps plotted by size (impact) vs. time since last use. Top-right quadrant = high impact, rarely used — best removal candidates.
{{ scatterplot_svg }}
{% if remove_candidates %}
| App | Size | Last Used | Action |
{% for a in remove_candidates[:10] %}
| {{ a.name }} |
{{ size_bar(a.size_mb, max_remove_size) }} |
{{ a.last_used }} |
sudo rm -rf "/Applications/{{ a.name }}.app" |
{% endfor %}
{% endif %}
{{ knowledge_card(['orphaned_agent']) }}
{% endif %}