WebFileTree

A browser-based disk space analyzer.

Available at : webfiletree.pages.dev

Features

Browser Compatibility

WebFileTree requires a browser that supports the File System Access API. Currently, this includes:

Unfortunately, Firefox and Safari do not currently support this API.

How It Works

WebFileTree uses modern browser APIs to:

  1. Request access to a folder on your computer
  2. Scan the directory structure and calculate file sizes
  3. Build a visualization of the space usage
  4. Present the data in an interactive interface

All processing happens in your browser - no data is uploaded to any server.

Limitations

Acknowledgements