ByteMap is a lightweight disk usage analyzer, cleanup assistant, and memory optimizer for Microsoft Windows, built with C++ and Dear ImGui. It provides a clean, visual representation of your storage alongside straightforward tools to manage system memory and junk files.
The core of ByteMap scans your selected directories to map files and folders dynamically based on their size.
- Hierarchical Tree View: Navigates folders sorted by size to easily spot what is taking up space.
- Interactive Treemap: Automatically colorizes grid tiles according to dominant file types, allowing you to pinpoint large data blocks instantly.
- Deep-Node Inspection: Accurate hit-detection displays exact file details under your cursor, with double-click support to open folders directly in Windows Explorer.
Beyond storage analysis, ByteMap includes lightweight panels to track and maintain system responsiveness.
- RAM Tracking Interface: Features an animated fluid tank asset that reflects your active system memory statistics in real-time.
- Windows API Memory Recovery: Directly utilizes the native Windows
EmptyWorkingSetAPI to flush and reclaim physical memory allocated to idle background applications.
This project is licensed under the MIT License.