Din AI, dina regler
- 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.
Integritetsfokuserat AI-chattgränssnitt. Kör lokalt med Ollama eller anslut till OpenAI, Anthropic och 9+ leverantörer. Ingen telemetri. Ingen spårning.
npx libre-webui Kräver Node.js 18+ och Ollama för lokal AI
Allt du behöver
En komplett AI-chattlösning som respekterar din integritet
Interaktiva artefakter
Rendera HTML, SVG och React-komponenter direkt i chatten. Liveförhandsvisning med helskärmsläge.
Lokal & moln-AI
Kör modeller lokalt med Ollama eller anslut till OpenAI, Anthropic, Groq, Gemini, Mistral och mer. Ditt val.
Dokumentchatt (RAG)
Ladda upp PDF:er, dokument och textfiler. Ställ frågor om dina dokument med semantisk sökning och vektorinbäddningar.
Interaktiva artefakter
Rendera HTML, SVG och React-komponenter direkt i chatten. Liveförhandsvisning med helskärmsläge.
AES-256-kryptering
Kryptering på företagsnivå för all din data. Chatthistorik, dokument och inställningar är krypterade i vila.
Anpassade personas
Skapa AI-personligheter med unika beteenden och systemprompts. Importera/exportera personas som JSON.
Text-till-tal
Lyssna på AI-svar med flera röstval. Stöder webbläsar-TTS och ElevenLabs-integration.
Bildgenerering
Skapa bilder med ComfyUI och Flux-modeller. Flera storlekar, kvalitetsinställningar och sömlös chattintegration.
Plugin-variabler
Konfigurerbara inställningar per plugin som temperatur, endpoint och tokens. Känsliga värden krypteras vid lagring.
Tangentbordsgenvägar
VS Code-inspirerade genvägar för avancerade användare. Navigera, växla inställningar och styr allt från tangentbordet.
Fleranvändarstöd
Rollbaserad åtkomstkontroll med SSO-stöd. GitHub och Hugging Face OAuth inbyggt.
Anslut till vilken leverantör som helst
Ett gränssnitt, obegränsade möjligheter
Kom igång på sekunder
Välj din föredragna installationsmetod
Skapa anpassade plugins
Anslut vilken OpenAI-kompatibel LLM som helst med en enkel JSON-fil
Tillgängliga plugins
Officiella plugins från Libre WebUI-repositoriet. Klicka för att visa eller ladda ner.
{
"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
}
]
} Skapa din egen plugin
Starta din LLM-server
Kör vilken OpenAI-kompatibel server som helst: llama.cpp, vLLM, Ollama eller en anpassad FastAPI-server.
Skapa plugin-JSON
Definiera din endpoint, autentisering och tillgängliga modeller i en enkel JSON-fil.
Ladda upp till Libre WebUI
Gå till Inställningar > Leverantörer, ladda upp din plugin och ange din API-nyckel.
Börja chatta
Dina anpassade modeller visas i modellväljaren. Full integritet, full kontroll.
Referens för pluginfält
id Unik identifierare (gemener, bindestreck tillåtna) name Visningsnamn i användargränssnittet type "completion" för chatt, "tts" för text-till-tal endpoint API-URL (t.ex. /v1/chat/completions) auth.header Autentiseringshuvudnamn (Authorization, x-api-key) auth.prefix Nyckelprefix ("Bearer " eller tomt) auth.key_env Miljövariabel för din API-nyckel model_map Array med tillgängliga modellidentifierare variables Konfigurerbara inställningar (temperatur, endpoint osv.) Redo att äga din AI?
Gå med tusentals användare som värdesätter integritet och kontroll.