Text Generation WebUI
NormalDescription
Text Generation WebUI is oobabooga's all-in-one local LLM desktop tool supporting text, vision, tool calling and agent workflows.
Key Features
- Web-based UI — fully featured interface out of the box
- Multi-model — GGUF, GPTQ, AWQ, EXL2 formats
- Tool calling — OpenAI-style function calling and execution
- Local RAG — document injection and context retrieval
- Extensions — pluggable extensions for additional capabilities
- Multimodal — vision models and image understanding
Use Cases
💡 Running LLMs and agents locally without GPU cloud
💡 Benchmarking many open-source models in one UI
💡 Serving a local multi-model backend for agents
💡 Hooking local tools (search, shell) into the LLM
Strengths & Limitations
✅ Strengths
- • High community interest (47.5k stars)
- • Established track record (3 years in production)
⚠️ Limitations
- • Restrictive license (AGPL-3.0)
Categories
Quick Start
git clone https://github.com/oobabooga/text-generation-webui
cd text-generation-webui
python -m pip install -r requirements/full/requirements.txt
python server.py