Skip to content

MKKSANDI/DiscoDeblo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Debloat

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

Project files

  • app.py: PyQt5 desktop interface
  • debloat_headless.ps1: cleanup engine used by the UI
  • logo.png / logo.ico: app assets
  • requirements.txt: Python dependencies
  • releases/: prebuilt executable output

Safety model

  • 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 MODS mode is reversible via restore path

Run from source

  1. Install Python dependencies:
python -m pip install -r requirements.txt
  1. Run the app (elevated/admin recommended):
python app.py

Build executable from source (manual command)

python -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

Notes

  • app expects debloat_headless.ps1 and logo.png to be bundled for frozen builds
  • full operation logs are shown in the UI during execution

About

Discord cleanup utility with safe defaults and built release executable

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors