SpaceMonger is a native Windows disk-space visualizer with a classic MFC interface, background scanning, and a live treemap.
Download the standalone executable from the release website. No installer or companion files are required.
- Build and test instructions: Visual Studio 2022, CMake, and Win32/x64/ARM64 presets.
- User guide and limitations: usage, disk accounting, and partial scan results.
- Backlog and architectural decisions: priorities and distribution/UI constraints.
- License.
The build explicitly selects C++17. Filesystem enumeration uses wide Windows APIs; parts of the MFC UI still use ANSI text. Live updates run at most every 250 ms and skip unchanged scans. Failed roots are reported as errors; unreadable or depth-limited subtrees produce a partial-result warning.
Historical implementation records:
These records describe the original work; implementation-status notes identify subsequent decisions.