Jouw AI, jouw regels
- Added a bundled
llama.cppcompletion provider profile forqwen3-35b-a3b, including configurable endpoint, sampling, token, penalty, and streaming defaults - Added an Ollama Cloud category in the Models library and model selector, backed by Ollama's dedicated cloud listing
- Added custom accent selection in Appearance with violet, blue, cyan, teal, emerald, amber, rose, slate, and custom color options
- Added runtime-generated accent shade scales so custom accents can drive buttons, links, focus rings, sliders, progress bars, selected states, and glow shadows
- Reworked Tailwind theme tokens to use CSS variables for
primaryandaccent, with generated custom palettes meeting white-text contrast targets - Refined light and dark neutral palettes to reduce glare while preserving contrast across app backgrounds, panels, inputs, and message surfaces
- Persisted accent preferences through frontend state, backend preferences, import/export defaults, local rehydration, logout cleanup, and demo mode
- Added accent translation keys across all supported locales and verified locale key parity against English
- Expanded demo-mode preference APIs so Appearance, generation, embedding, system-message, and default-model settings can be exercised without a backend connection
- Standardized the Libre WebUI wordmark through a shared
Logocomponent across loading, login, setup, sidebar, and settings surfaces - Replaced fixed violet styling in persona adaptive-learning controls with active-accent tokens
- Recolored Ollama library and Cloud badges from cyan to the design-system info-blue treatment
- Reduced noisy debug logging across optional auth, chat, document search, plugin lookup, plugin deletion, TTS, image generation, and WebSocket auth paths
- Returned package version in auth system info for UI/version display
- Updated Dependabot targeting to
mainand ignored incompatible Electron and ESLint major bumps until their upstream compatibility gaps are resolved
- Fixed a critical app-wide
Too many re-renderscrash inSettingsModalby memoizing image-generation model/plugin arrays - Fixed Ollama Cloud model pulls by tagging cloud library results with
:cloudbefore install/run actions - Fixed Ollama Cloud generation failures by stripping unsupported non-positive
num_predictvalues before cloud requests - Fixed cloud model pull functionality
- Fixed auto-title generation for persona/current-model workflows by resolving the real running model before sending title prompts
- Quietly handles expired or invalid JWTs in auth and WebSocket flows without dumping routine stack traces
- Kept the lint toolchain on ESLint 9 for compatibility with the current React plugin stack
- Expanded
DESIGN.mdwith custom accent presets, generated shade-scale behavior, token usage rules, light/dark neutral guidance, and contrast requirements
- Bumped package versions to
0.10.0 - Updated Electron to
41.7.1and Electron Builder to26.15.2 - Bumped frontend/backend dependencies including React Query, i18next, KaTeX, lucide-react, React Router, Vite, pdfjs-dist, TypeScript tooling, Tailwind Merge, Zustand, Express, Multer, Better SQLite3, and related lockfile entries
- Remediated npm security advisories through dependency and lockfile updates, including
qs,tmp,ip-address,brace-expansion,ws, and related transitive packages
Privacy-eerst AI chat interface. Draai lokaal met Ollama of verbind met OpenAI, Anthropic en 9+ providers. Geen telemetrie. Geen tracking.
npx libre-webui Vereist Node.js 18+ en Ollama voor lokale AI
Alles wat je nodig hebt
Een complete AI chat oplossing die je privacy respecteert
Lokale & Cloud AI
Draai modellen lokaal met Ollama of verbind met OpenAI, Anthropic, Groq, Gemini, Mistral en meer. Jouw keuze.
Document Chat (RAG)
Upload PDFs, documenten en tekstbestanden. Stel vragen over je documenten met semantisch zoeken en vector embeddings.
Interactieve Artefacten
Render HTML, SVG en React componenten direct in de chat. Live preview met volledig scherm modus.
AES-256 Encryptie
Enterprise-grade encryptie voor al je data. Chatgeschiedenis, documenten en instellingen zijn versleuteld opgeslagen.
Aangepaste Personas
Maak AI persoonlijkheden met unieke gedragingen en systeemprompts. Importeer/exporteer personas als JSON.
Tekst-naar-Spraak
Luister naar AI antwoorden met meerdere stemopties. Ondersteunt browser TTS en ElevenLabs integratie.
Beeldgeneratie
Genereer afbeeldingen met ComfyUI en Flux-modellen. Meerdere formaten, kwaliteitspresets en naadloze chatintegratie.
Plugin-variabelen
Configureerbare instellingen per plugin zoals temperatuur, endpoint en tokens. Gevoelige waarden worden versleuteld opgeslagen.
Sneltoetsen
VS Code-geïnspireerde sneltoetsen voor power users. Navigeer, schakel instellingen en bedien alles vanaf het toetsenbord.
Multi-User Ondersteuning
Rolgebaseerde toegangscontrole met SSO ondersteuning. GitHub en Hugging Face OAuth ingebouwd.
Verbind met elke provider
Eén interface, onbeperkte mogelijkheden
Begin in seconden
Kies je favoriete installatiemethode
Maak aangepaste plugins
Verbind elke OpenAI-compatibele LLM met een simpel JSON bestand
Beschikbare Plugins
Officiële plugins van de Libre WebUI repository. Klik om te bekijken of downloaden.
{
"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
}
]
} Maak je eigen plugin
Start je LLM server
Draai een OpenAI-compatibele server: llama.cpp, vLLM, Ollama of een aangepaste FastAPI server.
Maak Plugin JSON
Definieer je endpoint, authenticatie en beschikbare modellen in een simpel JSON bestand.
Upload naar Libre WebUI
Ga naar Instellingen > Providers, upload je plugin en voer je API sleutel in.
Begin met chatten
Je aangepaste modellen verschijnen in de modelselector. Volledige privacy, volledige controle.
Plugin Velden Referentie
id Unieke identifier (kleine letters, koppeltekens toegestaan) name Weergavenaam in de UI type "completion" voor chat, "tts" voor tekst-naar-spraak endpoint API URL (bijv. /v1/chat/completions) auth.header Auth header naam (Authorization, x-api-key) auth.prefix Sleutel prefix ("Bearer " of leeg) auth.key_env Omgevingsvariabele voor je API sleutel model_map Array van beschikbare model identifiers variables Configureerbare instellingen (temperatuur, endpoint, enz.) Klaar om je AI te bezitten?
Sluit je aan bij duizenden gebruikers die privacy en controle waarderen.