Twoja AI, Twoje zasady
- 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.
Interfejs czatu AI z priorytetem prywatności. Uruchom lokalnie z Ollama lub połącz z OpenAI, Anthropic i 9+ dostawcami. Zero telemetrii. Zero śledzenia.
npx libre-webui Wymaga Node.js 18+ i Ollama dla lokalnej AI
Wszystko, czego potrzebujesz
Kompletne rozwiązanie czatu AI, które szanuje Twoją prywatność
Interaktywne artefakty
Renderuj HTML, SVG i komponenty React bezpośrednio w czacie. Podgląd na żywo z trybem pełnoekranowym.
Lokalna i chmurowa AI
Uruchom modele lokalnie z Ollama lub połącz z OpenAI, Anthropic, Groq, Gemini, Mistral i więcej. Twój wybór.
Czat z dokumentami (RAG)
Przesyłaj pliki PDF, dokumenty i pliki tekstowe. Zadawaj pytania o swoje dokumenty za pomocą wyszukiwania semantycznego i osadzeń wektorowych.
Interaktywne artefakty
Renderuj HTML, SVG i komponenty React bezpośrednio w czacie. Podgląd na żywo z trybem pełnoekranowym.
Szyfrowanie AES-256
Szyfrowanie klasy korporacyjnej dla wszystkich Twoich danych. Historia czatu, dokumenty i ustawienia są szyfrowane w spoczynku.
Niestandardowe persony
Twórz osobowości AI z unikalnymi zachowaniami i promptami systemowymi. Importuj/eksportuj persony jako JSON.
Tekst na mowę
Słuchaj odpowiedzi AI z wieloma opcjami głosu. Obsługuje TTS przeglądarki i integrację ElevenLabs.
Generowanie Obrazów
Generuj obrazy za pomocą ComfyUI i modeli Flux. Wiele rozmiarów, presetów jakości i płynna integracja z czatem.
Zmienne Wtyczek
Konfigurowalne ustawienia dla każdej wtyczki: temperatura, endpoint, tokeny itp. Wrażliwe wartości są szyfrowane podczas przechowywania.
Skróty klawiszowe
Skróty inspirowane VS Code dla zaawansowanych użytkowników. Nawiguj, przełączaj ustawienia i kontroluj wszystko z klawiatury.
Wsparcie wieloużytkownikowe
Kontrola dostępu oparta na rolach z obsługą SSO. Wbudowane OAuth GitHub i Hugging Face.
Połącz z dowolnym dostawcą
Jeden interfejs, nieograniczone możliwości
Zacznij w kilka sekund
Wybierz preferowaną metodę instalacji
Twórz niestandardowe wtyczki
Połącz dowolny LLM kompatybilny z OpenAI za pomocą prostego pliku JSON
Dostępne wtyczki
Oficjalne wtyczki z repozytorium Libre WebUI. Kliknij, aby zobaczyć lub pobrać.
{
"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
}
]
} Stwórz własną wtyczkę
Uruchom serwer LLM
Uruchom dowolny serwer kompatybilny z OpenAI: llama.cpp, vLLM, Ollama lub niestandardowy serwer FastAPI.
Utwórz JSON wtyczki
Zdefiniuj endpoint, uwierzytelnianie i dostępne modele w prostym pliku JSON.
Prześlij do Libre WebUI
Przejdź do Ustawienia > Dostawcy, prześlij wtyczkę i wprowadź klucz API.
Zacznij czatować
Twoje niestandardowe modele pojawią się w selektorze modeli. Pełna prywatność, pełna kontrola.
Referencja pól wtyczki
id Unikalny identyfikator (małe litery, dozwolone myślniki) name Nazwa wyświetlana w interfejsie type "completion" dla czatu, "tts" dla tekstu na mowę endpoint URL API (np. /v1/chat/completions) auth.header Nazwa nagłówka auth (Authorization, x-api-key) auth.prefix Prefiks klucza ("Bearer " lub pusty) auth.key_env Zmienna środowiskowa dla klucza API model_map Tablica dostępnych identyfikatorów modeli variables Konfigurowalne ustawienia (temperatura, endpoint itp.) Gotowy, aby posiadać własną AI?
Dołącz do tysięcy użytkowników, którzy cenią prywatność i kontrolę.