DiscoDeblo is a Windows cleanup tool for Discord that focuses on safe cache/config cleanup to optimize discord and make it feel faster and be faster
app.py: PyQt5 desktop interfacedebloat_headless.ps1: cleanup engine used by the UIlogo.png/logo.ico: app assetsrequirements.txt: Python dependenciesreleases/: prebuilt executable output
- does not remove updater/runtime-critical files
- does not remove Discord login/session storage by default
- blocks destructive mod-related actions behind explicit user confirmation
LEAN MODSmode is reversible via restore path
- Install Python dependencies:
python -m pip install -r requirements.txt- Run the app (elevated/admin recommended):
python app.pypython -m pip install --upgrade pyinstaller
python -m PyInstaller --noconfirm --clean --onefile --windowed --name "DiscoDeblo" --icon "logo.ico" --add-data "debloat_headless.ps1;." --add-data "logo.png;." app.py- app expects
debloat_headless.ps1andlogo.pngto be bundled for frozen builds - full operation logs are shown in the UI during execution