# CompactGUI **Repository Path**: yuchaochun/CompactGUI ## Basic Information - **Project Name**: CompactGUI - **Description**: Transparently compress active games and programs using Windows 10/11 APIs - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-01 - **Last Updated**: 2024-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
CompactGUI transparently compresses your games and programs reducing the space they use without affecting their functionality. It works directly with the Win32 API to achieve the same thing as the native compact.exe command-line tool available from Windows 10 onwards.


>
------
**What is `compact.exe`?**
It's a commandlet with a collection of new algorithms introduced in Windows 10 that allow you to transparently compress games, programs and other folders with virtually no performance loss.
**Transparently? What does that mean?**
Transparent compression means that files can still be used normally on the computer as if nothing had happened - they don't get repackaged like Zip and Rar files do. You can still browse, launch games and programs exactly as you did before.
**How is this different from the built-in compression in older versions of Windows?**
This is similar to the NTFS-LZNT1 compression built-in to Windows (Right click > Properties > Compress to save space) however the newer algorithms introduced in Windows 10+ are far superior, resulting in greater compression ratios with almost no performance impact. Those with older HDDs may even see a performance gain in the form of reduced loading times - smaller files can be read into RAM faster, and the CPU can decompress them on the fly much faster than a typical HDD can supply them. [More information can be found here](https://msdn.microsoft.com/en-us/library/windows/desktop/hh920921(v=vs.85).aspx)
Download from GitHub Releases
- Install using Winget `winget install CompactGUI` ## Uses Use this tool to compress folders while still being able to use/run them normally: - Reduce the size of games (e.g. ARK-Survival Evolved: 169 GB > 91.2 GB) - Reduce the size of programs (e.g. Adobe Photoshop: 1.71 GB > 886 MB) - Compress any other folder on your computer ## Extra Features - Visual feedback on compression progress and statistics - Configurable list of poorly-compressed filetypes that can be skipped. - Online integration with community-sourced [database](https://github.com/ImminentFate/CompactGUI/wiki/Community-Compression-Results) to get compression estimates - Steam game results can be submitted to the online database from within CompactGUI - Integration into Windows Explorer context menus for easier use. - Analyze the status of existing folders - Background Watcher - keeps track of folders and monitors them for changes (e.g. Steam game updates) and automatically keeps them compressed in the background.