v2.4.0 Scan capacity + AI #18
Prithvi-Web
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🚀 Scan capacity, rebuilt
TreeMap's scan engine now stores results in a new packed format that uses about
6× less memory per item (~52 bytes per file/folder instead of ~330). Huge
scans that used to strain memory now run light, aggregate views (largest files,
file types, folders) are 7–10× faster, and the engine is built with headroom
for scans up to ~100 million items. What you see in the app is unchanged —
same numbers, same views, results verified byte-for-byte identical.
🤖 TreeMap now works with AI assistants
npm run mcp) lets assistants like Claude Desktopscan folders, find the biggest files and duplicates, get cleanup suggestions
and disk-full forecasts — under the same safety rules as the app: deletes go
to the Trash only, and nothing outside a scanned folder can ever be touched.
/api/openapi.json,/api/capabilities, plus a newAGENTS.mdguide.policy file (allowed folders, protected folders, per-operation size cap), an
audit log of every destructive action, and retry protection so a repeated
request can never delete twice.
Dockerfile / docker-compose / systemd files. All of this is off by default —
nothing changes unless you turn it on.
📦 Installing / updating
.dmgbelow. Auto-update can't self-install on macOS(the app isn't Apple-notarized), so the app will notify you and bring you here
instead.
.exe— auto-update works normally.Fully compatible with previous versions — your settings, snapshots and history
carry over untouched.
This discussion was created from the release v2.4.0 Scan capacity + AI .
All reactions