prune-open-webui
๐งน An automizable or interactive pruning tool for Open WebUI: clean up orphaned files, old chats, inactive users, stale vector data and more!
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- PULL_REQUEST_TEMPLATE.md
- .gitignore
- COMPATIBILITY.md
- LICENSE
- prune.py
- prune_cli_interactive.py
- prune_core.py
- prune_export.py
- prune_imports.py
- prune_models.py
- prune_operations.py
- README.md
- requirements.txt
- ruff.toml
- run_prune.sh
- standalone_prune.py
- validate_structure.py
# Installation Guide
git clone https://github.com/Classic298/prune-open-webui
Downloads the entire project code from GitHub to your computer.
cd prune-open-webui
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install rich # For interactive mode (optional)
Installs the package published on PyPI directly โ no need to clone the source.
pip install rich
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install -r backend/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -r prune/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip show open-webui | grep Location
Type this command into your terminal and run it.
pip install -r prune/requirements.txt # Install prune dependencies
Installs the Python libraries listed in requirements.txt (or similar).
pip install rich # For interactive mode (optional)
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
