Sizin AI'nız, Sizin Kurallarınız
- 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.
Gizlilik odaklı AI sohbet arayüzü. Ollama ile yerel olarak çalıştırın veya OpenAI, Anthropic ve 9+ sağlayıcıya bağlanın. Sıfır telemetri. Sıfır izleme.
npx libre-webui Node.js 18+ ve yerel AI için Ollama gerektirir
İhtiyacınız Olan Her Şey
Gizliliğinize saygı duyan eksiksiz bir AI sohbet çözümü
İnteraktif Yapılar
HTML, SVG ve React bileşenlerini doğrudan sohbette işleyin. Tam ekran modunda canlı önizleme.
Yerel & Bulut AI
Ollama ile yerel modeller çalıştırın veya OpenAI, Anthropic, Groq, Gemini, Mistral ve daha fazlasına bağlanın. Seçim sizin.
Belge Sohbeti (RAG)
PDF, belge ve metin dosyaları yükleyin. Semantik arama ve vektör gömmeleri ile belgeleriniz hakkında sorular sorun.
İnteraktif Yapılar
HTML, SVG ve React bileşenlerini doğrudan sohbette işleyin. Tam ekran modunda canlı önizleme.
AES-256 Şifreleme
Tüm verileriniz için kurumsal düzeyde şifreleme. Sohbet geçmişi, belgeler ve ayarlar şifrelenmiş olarak saklanır.
Özel Karakterler
Benzersiz davranışlar ve sistem komutları ile AI kişilikleri oluşturun. Karakterleri JSON olarak içe/dışa aktarın.
Metinden Konuşmaya
Birden fazla ses seçeneğiyle AI yanıtlarını dinleyin. Tarayıcı TTS ve ElevenLabs entegrasyonunu destekler.
Görüntü Oluşturma
ComfyUI ve Flux modelleri ile görüntüler oluşturun. Çoklu boyutlar, kalite ön ayarları ve sorunsuz sohbet entegrasyonu.
Eklenti Değişkenleri
Eklenti başına yapılandırılabilir ayarlar: sıcaklık, uç nokta, token vb. Hassas değerler şifrelenerek saklanır.
Klavye Kısayolları
İleri düzey kullanıcılar için VS Code tarzı kısayollar. Gezinin, ayarları değiştirin ve her şeyi klavyeden kontrol edin.
Çoklu Kullanıcı Desteği
SSO desteğiyle rol tabanlı erişim kontrolü. GitHub ve Hugging Face OAuth yerleşik.
Herhangi Bir Sağlayıcıya Bağlanın
Tek arayüz, sınırsız olasılıklar
Saniyeler İçinde Başlayın
Tercih ettiğiniz kurulum yöntemini seçin
Özel Eklentiler Oluşturun
Basit bir JSON dosyasıyla OpenAI uyumlu herhangi bir LLM'yi bağlayın
Mevcut Eklentiler
Libre WebUI deposundan resmi eklentiler. Görüntülemek veya indirmek için tıklayın.
{
"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
}
]
} Kendi Eklentinizi Oluşturun
LLM Sunucunuzu Başlatın
OpenAI uyumlu herhangi bir sunucu çalıştırın: llama.cpp, vLLM, Ollama veya özel FastAPI sunucusu.
Eklenti JSON'u Oluşturun
Endpoint, kimlik doğrulama ve mevcut modelleri basit bir JSON dosyasında tanımlayın.
Libre WebUI'ye Yükleyin
Ayarlar > Sağlayıcılar'a gidin, eklentinizi yükleyin ve API anahtarınızı girin.
Sohbete Başlayın
Özel modelleriniz model seçicide görünür. Tam gizlilik, tam kontrol.
Eklenti Alanları Referansı
id Benzersiz tanımlayıcı (küçük harf, tire izinli) name Arayüzde gösterilen görüntü adı type Sohbet için "completion", metinden konuşmaya için "tts" endpoint API URL'si (örn., /v1/chat/completions) auth.header Kimlik doğrulama başlık adı (Authorization, x-api-key) auth.prefix Anahtar öneki ("Bearer " veya boş) auth.key_env API anahtarınız için ortam değişkeni model_map Mevcut model tanımlayıcıları dizisi variables Yapılandırılabilir ayarlar (sıcaklık, uç nokta vb.) AI'nıza Sahip Olmaya Hazır mısınız?
Gizlilik ve kontrole değer veren binlerce kullanıcıya katılın.