# Overview
Space Analyser is a 100% private, client-side disk space diagnostic and storage visualization tool. It empowers users to explore local directory sizes, analyze disk usage using squarified treemaps, inspect collapsible folder trees, analyze file extension distribution, and simulate space pruning without uploading files to any external server.
# Under The Hood & Browser APIs
Space Analyser leverages modern Web APIs and algorithms to deliver high-performance disk analysis locally:
Chromium File System Access API
Uses `window.showDirectoryPicker()` and asynchronous iterative handle traversal to scan directory structures directly on your local filesystem without uploading bytes.
Squarified Treemap Layout (Bruls-Huizing-van Wijk)
Calculates optimized 2D aspect ratios for hierarchical rectangles so that large files and heavy folders are immediately visible and navigable.
Aggregated Metrics Engine
Recursively aggregates byte sizes, file counts, and depth levels in-memory with throttled UI progress reporting for smooth 60 FPS feedback.
Simulated Pruning State Machine
Allows non-destructive removal of folders in the UI state to instantly preview reclaimable storage before making changes on disk.
# 1. Scanning Local Directories
# Technical Specifications & Limits
| Parameter / Property | Specification / Value |
|---|---|
| Directory API | Chromium File System Access API (showDirectoryPicker) |
| Layout Engine | Squarified Treemap (Bruls-Huizing-van Wijk algorithm) |
| Privacy Architecture | 100% Zero-Server Telemetry & Client-Side Execution |
| Data Persistence | Volatile in-memory state with demo dataset fallback |
# Keyboard Shortcuts & Pro Controls
# Frequently Asked Questions
Are my files or names sent to external servers?
Why is the File System Access API not working in Firefox / Safari?
Try Space Analyser — Interactive Disk Storage Visualizer & Tree Analyzer Now
Test features in your browser with zero installations, zero server uploads, and 100% free offline capabilities.
Open Interactive Tool