Believers in Science Studio is a small, community-oriented development team whose open-source laboratory lives at https://github.com/kxxt and whose sole but steadily growing catalog is currently anchored by the utility “WSL Disk Shrinker”. The program is a lightweight, command-line-friendly wrapper that invokes Windows APIs to compact the virtual ext4 disk images created by Windows Subsystem for Linux, reclaiming multi-gigabyte chunks of SSD space that ordinarily remain reserved even after files are deleted inside the distribution. Typical use cases include developers who run multiple WSL2 instances for Docker, Node, Python or cross-compilation work and notice their %USERPROFILE%\AppData\Local\Packages folders ballooning beyond 50 GB, CI machines that spin up fresh distros on every build, and students who juggle Ubuntu, Kali and Arch environments on 256 GB laptops. By automating the sequence of wsl --shutdown, diskpart, and resize2fs, the tool turns a formerly manual, error-prone chore into a one-click background task that can be scheduled nightly through Task Scheduler or integrated into larger PowerShell maintenance scripts. Although the portfolio presently centers on this single disk-maintenance niche, the publisher’s GitHub history of small, science-leaning experiments suggests future utilities may follow the same philosophy: minimal GUI, maximum transparency, and tight focus on solving one measurable Windows developer pain point. Believers in Science Studio software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest release, and can be queued for batch installation alongside other applications.
A simple tool to help reduce WSL disk usage.
Details