Releases: iwadjp/disk-insight
Release list
disk-insight v1.0.0
disk-insight v1.0.0
First stable release.
disk-insight is a local-only Windows disk usage viewer. It reads NTFS MFT data
for fast scanning and presents a tree-first view for finding large folders and
files and reviewing them manually. It does not perform automatic cleanup.
There are no new features compared to v0.6.0. This release marks the point
where the feature set and the Normal / Advanced safety model are considered
settled for the 1.x line.
What it does
- Fast disk usage scanning via direct NTFS MFT read
- TreeView-first navigation with lazy folder expansion
- Occupancy bar column for relative size at a glance
- View selector: All / Large review / Reviewable areas / Caution areas
- Bookmarks, persistent across sessions
- Review list — a session-only staging list with batch copy of paths
- Explorer handoff: Show in Explorer, Select file, Show properties
- Insights panel: largest items under the selected folder, subtree search
- Drive auto-detection and a compact drive summary
- Advanced Mode gated Move to Recycle Bin, with per-item confirmation
- Secondary CLI (
disk-insight.exe) with JSON output — built from source,
not included in this ZIP
Safety model
Normal Mode is the default on every launch and shows no destructive file
operation.
Advanced Mode is an explicit, session-only opt-in that resets to OFF when the
app closes. It unlocks Move to Recycle Bin only, and each action still requires
per-item confirmation. Move to Recycle Bin moves items to the Windows Recycle
Bin — it is not permanent deletion, and items there still occupy disk space
until the bin is emptied.
Delete, Rename, Cut, and Paste are not implemented.
Privacy
- No network communication
- No telemetry or analytics
- No auto-updater
- App-managed data is written only to
%LOCALAPPDATA%\disk-insight\
(scan cache and bookmarks)
Requirements
- Windows 10 or later, x64
- NTFS volumes are the primary supported target. Other file systems are not
the current focus and may have limited or unsupported behavior. - Administrator privileges recommended for full MFT scan access.
Non-administrator launch is possible, but some scan operations may be
limited.
Install
This is a portable ZIP. There is no installer.
- Download
disk-insight-v1.0.0-windows-x64.zipfrom the Assets below. - Extract it anywhere.
- Run
disk-insight-ui.exe, as Administrator for a full MFT scan.
To uninstall, delete the extracted folder. To also remove app data, delete
%LOCALAPPDATA%\disk-insight\.
Upgrading from v0.6.0
Extract this release into a new folder and run it. Bookmarks and scan cache in
%LOCALAPPDATA%\disk-insight\ are picked up automatically, so no migration
step is needed. The old v0.6.0 folder can be deleted once you are satisfied
with this build.
Unsigned binary
disk-insight-ui.exe is not code-signed. Windows SmartScreen or Defender
may warn on first run. This is expected for an unsigned local tool.
Do not bypass Defender, EDR, AppLocker, SmartScreen, or other security controls
to run it. On a company PC, follow your organization's policy for unsigned
local tools and use the default Normal Mode.
Verify the download against the checksum below before running it.
Known limitations
- Unsigned binary; may trigger SmartScreen on first run
- Windows / NTFS-focused
- Administrator privileges recommended for full MFT scan access
- Cleanup classification (Large review / Reviewable areas / Caution areas) is
a path-based heuristic, not content analysis — a starting point for manual
review, not a recommendation to delete anything - Large review only shows items present in the Top-N scan results
- Reviewable / Caution areas only include tree rows expanded in the current
session - No automatic cleanup, no move-to-folder, no multi-select file operations
- No full Explorer shell context menu
- No dark mode
- Size estimates are allocation-oriented and may differ from Explorer "Size"
- Developed and used by a single developer; behavior on other hardware,
display scaling, locales, and managed/enterprise configurations is not
systematically tested
The README documents the full list.
Package
Asset:
disk-insight-v1.0.0-windows-x64.zip
Contents:
- disk-insight-ui.exe
- README.md
- LICENSE
- SECURITY-OVERVIEW.md
- BUILD-INFO.txt
- SHA256SUMS.txt
ZIP SHA-256:
bfb376c7603532cb3d6c9a0382b7cb29e5132720f314055252a8160818433579
License
MIT. See LICENSE in the package.
v0.6.0
disk-insight v0.6.0 pre-release notes
Status
Pre-release / public readiness candidate.
This is not a stable production release.
Highlights
- TreeView-first disk usage navigation
- Occupancy bar column for quick size comparison
- View selector: All / Large review / Reviewable areas / Caution areas
- Persistent bookmarks
- Session-only Review list
- Batch copy paths from Review list
- Explorer handoff actions
- Public-safe demo data for screenshots and evaluation
- Normal + Advanced safety model
- Advanced Mode gated Move to Recycle Bin
- Settings dialog consolidates less-frequently used controls: Font size, Content width, Top N, Size metric, Load demo
- Toolbar simplified to everyday actions: Drive, Advanced Mode, Settings, Scan
- Refresh scan restores the focused/selected tree location by path, with parent folder fallback if the target was removed
- Review list item sizes and status are refreshed after rescan
- Compact drive summary highlights Drive label, Used, Free, and Used percentage
Safety model
Normal Mode is the default.
No destructive file operation is shown in Normal Mode.
Advanced Mode is explicit, session-only, and required for Move to Recycle Bin.
Move to Recycle Bin still requires per-item confirmation.
The app has:
- No network communication
- No telemetry or analytics
- No auto-updater
Package
Package name:
disk-insight-v0.6.0-windows-x64.zip
Contents:
- disk-insight-ui.exe
- README.md
- LICENSE
- SECURITY-OVERVIEW.md
- BUILD-INFO.txt
- SHA256SUMS.txt
ZIP SHA256:
ec08abd9f4cdb8110374d1f16fd60d0b09c45126635d2f3d4500a80090a80f38
Build:
- Version: 0.6.0
- Commit: f6d7f72
- Signed: NO
- GitHub Release: v0.6.0 pre-release
Known limitations
- Pre-release / dogfooding candidate
- Unsigned binary
- Windows / NTFS-focused
- Administrator privileges recommended for full MFT scan access
- Cleanup classification is path-based heuristic
- Large review uses top scan results
- Reviewable / Caution areas use loaded tree rows
- No automatic cleanup
- No real move-to-folder
- No multi-select file operations
- No full Explorer shell context menu
- No dark mode
- Size estimates are allocation-oriented and may differ from Explorer
Screenshots
Screenshots are included in README.md and use public-safe demo data.
Notes for company PC use
Follow your organization's policy for unsigned local tools.
Do not bypass Defender, EDR, AppLocker, SmartScreen, or other security controls.
Use default Normal Mode unless you have explicit permission to enable Advanced Mode.