Ваш AI, ваши правила
- Added optional Cloudflare Turnstile protection for public account creation, configured from backend environment variables and rendered only when enabled.
- Added Tailscale-friendly development hosting/origin support so Libre WebUI can be reached from another device during local development.
- Added Playwright e2e coverage for demo login, one-user mode, artifact detection/rendering, artifact resize behavior, cloud-model regression coverage, mobile sidebar behavior, and async locale loading.
- Set blue as the default accent color and polished the remaining auth, artifact demo, badge, icon, logo, and model-flow surfaces to follow the current design system.
- Improved artifact reliability for multi-file HTML, filename-qualified bundles, standalone full HTML documents, local file reference cleanup, and themed empty/fallback preview states.
- Made artifact pane resizing release pointer state correctly so the pane no longer feels stuck to the mouse after resize.
- Made code-block streaming smoother with requestAnimationFrame-coalesced updates, a lightweight streaming code renderer, lazy rich markdown rendering, and split markdown/math/highlighting chunks.
- Reworked title generation so it honors the existing toggle, resolves the current running model correctly, supports plugin-backed title generation, falls back to Ollama, and sanitizes generated titles.
- Split major backend chat orchestration into focused services for WebSocket handling, shared chat context, assistant completion persistence, plugin streaming, Ollama streaming, title generation, and request preparation.
- Split plugin capabilities into smaller adapters/services for chat, streaming, embeddings, image generation, TTS, validation, uploads, variables, and provider response conversion.
- Slimmed large frontend surfaces by extracting Settings tabs, Model Manager sections, Model Selector tabs, Persona Form tabs, Sidebar sections, API domain clients, and chat store helpers.
- Added gated frontend/backend loggers and routed noisy development diagnostics through explicit debug controls.
- Updated release tooling with a security preflight and kept the production build free of the previous large chunk warnings.
- Fixed toggled session title generation so titles are generated only when the option is enabled.
- Fixed demo mode persona avatars so bundled/local demo images render correctly.
- Fixed chat routing and settings state edge cases after the shared generation refactor.
- Fixed dark-mode artifact demo surfaces so generated previews no longer fall back to the old default blue styling.
- Added regression coverage around cloud model suffix handling without re-documenting the 0.10.0 cloud model feature itself.
- Remediated npm security advisories and refreshed dependency locks after 0.10.0, including updates around
multer,undici,ws,ip-address,brace-expansion,tmp, andqs. - Added
npm auditto the release preflight path and verified the package lock reports zero vulnerabilities after the release update. - Updated GitHub Actions dependencies, including
actions/checkout, and hardened the release workflow checks before publishing.
- Refreshed the README to describe the current Libre WebUI product, model/provider story, install paths, and project positioning.
- Audited and rewrote the project docs so the model examples, setup guidance, plugin docs, auth docs, artifacts docs, environment variables, and deployment guides match the current application.
- Updated DESIGN.md with the current blue-accent direction and UI guidance without repeating the 0.10.0 custom-accent release notes.
- No known user-facing breaking changes. The plugin and chat internals were heavily refactored, but existing plugin configuration and normal app workflows remain compatible.
Интерфейс AI-чата с приоритетом конфиденциальности. Запустите локально с Ollama или подключитесь к OpenAI, Anthropic и 9+ провайдерам. Ноль телеметрии. Ноль отслеживания.
npx libre-webui Требуется Node.js 18+ и Ollama для локального AI
Всё, что вам нужно
Полноценное AI-чат решение с уважением к конфиденциальности
Интерактивные артефакты
Рендеринг HTML, SVG и React компонентов прямо в чате. Предпросмотр с полноэкранным режимом.
Локальный и облачный AI
Запускайте модели локально с Ollama или подключайтесь к OpenAI, Anthropic, Groq, Gemini, Mistral и другим. Ваш выбор.
Чат с документами (RAG)
Загружайте PDF, документы и текстовые файлы. Задавайте вопросы по документам с семантическим поиском и векторными эмбеддингами.
Интерактивные артефакты
Рендеринг HTML, SVG и React компонентов прямо в чате. Предпросмотр с полноэкранным режимом.
Шифрование AES-256
Шифрование корпоративного уровня для всех данных. История чата, документы и настройки зашифрованы в состоянии покоя.
Персонализированные персоны
Создавайте AI-личности с уникальным поведением и системными промптами. Импорт/экспорт персон как JSON.
Синтез речи
Прослушивайте ответы AI с различными вариантами голоса. Поддержка браузерного TTS и интеграции ElevenLabs.
Генерация изображений
Создавайте изображения с помощью ComfyUI и моделей Flux. Различные размеры, пресеты качества и бесшовная интеграция с чатом.
Переменные плагинов
Настраиваемые параметры для каждого плагина: температура, эндпоинт, токены и др. Конфиденциальные значения шифруются при хранении.
Горячие клавиши
Сочетания клавиш в стиле VS Code для опытных пользователей. Навигация, переключение настроек и управление с клавиатуры.
Многопользовательская поддержка
Ролевой контроль доступа с поддержкой SSO. Встроенная OAuth-авторизация через GitHub и Hugging Face.
Подключение к любому провайдеру
Один интерфейс, безграничные возможности
Начните за секунды
Выберите предпочтительный способ установки
Создавайте свои плагины
Подключайте любой OpenAI-совместимый LLM с помощью простого JSON-файла
Доступные плагины
Официальные плагины из репозитория Libre WebUI. Нажмите для просмотра или скачивания.
{
"id": "custom-model",
"name": "Custom Model",
"type": "completion",
"endpoint": "http://localhost:8000/v1/chat/completions",
"auth": {
"header": "Authorization",
"prefix": "Bearer ",
"key_env": "CUSTOM_MODEL_API_KEY"
},
"model_map": [
"my-fine-tuned-llama"
],
"variables": [
{
"name": "temperature",
"type": "number",
"label": "Temperature",
"default": 0.7,
"min": 0, "max": 2
}
]
} Создайте свой плагин
Запустите LLM-сервер
Запустите любой OpenAI-совместимый сервер: llama.cpp, vLLM, Ollama или свой FastAPI-сервер.
Создайте JSON плагина
Определите endpoint, аутентификацию и доступные модели в простом JSON-файле.
Загрузите в Libre WebUI
Перейдите в Настройки > Провайдеры, загрузите плагин и введите API-ключ.
Начните общаться
Ваши модели появятся в селекторе моделей. Полная приватность, полный контроль.
Справочник полей плагина
id Уникальный идентификатор (строчные буквы, дефисы) name Отображаемое имя в интерфейсе type "completion" для чата, "tts" для синтеза речи endpoint URL API (например, /v1/chat/completions) auth.header Заголовок авторизации (Authorization, x-api-key) auth.prefix Префикс ключа ("Bearer " или пусто) auth.key_env Переменная окружения для API-ключа model_map Массив доступных идентификаторов моделей variables Настраиваемые параметры (температура, эндпоинт и т.д.) Готовы владеть своим AI?
Присоединяйтесь к тысячам пользователей, которые ценят конфиденциальность и контроль.