Antarmuka Libre WebUI
Open Source & Self-Hosted

AI Anda, Aturan Anda

v0.11.0 Apa yang baru?
Catatan Rilis Lihat semua →
✨ New Features
  • 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.
🔧 Improvements
  • 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.
🐛 Bug Fixes
  • 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.
🔒 Security & Dependencies
  • Remediated npm security advisories and refreshed dependency locks after 0.10.0, including updates around multer, undici, ws, ip-address, brace-expansion, tmp, and qs.
  • Added npm audit to 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.
📚 Documentation
  • 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.
⚠️ Breaking Changes
  • No known user-facing breaking changes. The plugin and chat internals were heavily refactored, but existing plugin configuration and normal app workflows remain compatible.

Antarmuka obrolan AI yang mengutamakan privasi. Jalankan secara lokal dengan Ollama atau hubungkan ke OpenAI, Anthropic, dan 9+ penyedia lainnya. Tanpa telemetri. Tanpa pelacakan.

npx libre-webui

Membutuhkan Node.js 18+ dan Ollama untuk AI lokal

Antarmuka Libre WebUI
Tanpa Telemetri
Self-Hosted
Apache 2.0
Sistem Plugin

Semua yang Anda Butuhkan

Solusi obrolan AI lengkap yang menghormati privasi Anda

Artefak Interaktif

Artefak Interaktif

Render HTML, SVG, dan komponen React langsung di obrolan. Pratinjau langsung dengan mode layar penuh.

AI Lokal & Cloud Obrolan Dokumen (RAG) Variabel Plugin

AI Lokal & Cloud

Jalankan model secara lokal dengan Ollama atau hubungkan ke OpenAI, Anthropic, Groq, Gemini, Mistral, dan lainnya. Pilihan Anda.

Obrolan Dokumen (RAG)

Unggah PDF, dokumen, dan file teks. Ajukan pertanyaan tentang dokumen Anda dengan pencarian semantik dan vector embeddings.

Artefak Interaktif

Render HTML, SVG, dan komponen React langsung di obrolan. Pratinjau langsung dengan mode layar penuh.

Enkripsi AES-256

Enkripsi tingkat enterprise untuk semua data Anda. Riwayat obrolan, dokumen, dan pengaturan dienkripsi saat disimpan.

Persona Kustom

Buat kepribadian AI dengan perilaku unik dan system prompts. Impor/ekspor persona sebagai JSON.

Text-to-Speech

Dengarkan respons AI dengan berbagai pilihan suara. Mendukung TTS browser dan integrasi ElevenLabs.

Pembuatan Gambar

Buat gambar dengan ComfyUI dan model Flux. Berbagai ukuran, preset kualitas, dan integrasi chat yang mulus.

Variabel Plugin

Pengaturan yang dapat dikonfigurasi per plugin seperti suhu, endpoint, dan token. Nilai sensitif dienkripsi saat disimpan.

Pintasan Keyboard

Pintasan terinspirasi VS Code untuk pengguna ahli. Navigasi, toggle pengaturan, dan kontrol semuanya dari keyboard.

Dukungan Multi-Pengguna

Kontrol akses berbasis peran dengan dukungan SSO. OAuth GitHub dan Hugging Face sudah terintegrasi.

Hubungkan ke Penyedia Mana Pun

Satu antarmuka, kemungkinan tak terbatas

Ollama
Model lokal
OpenAI
GPT-4o, o1, o3
Anthropic
Claude 4, Opus
Groq
Llama, Mixtral
Google
Gemini Pro
Mistral
Mistral Large
OpenRouter
400+ model
HuggingFace
1M+ models
+ Custom
API apa pun yang kompatibel dengan OpenAI

Mulai dalam Hitungan Detik

Pilih metode instalasi yang Anda inginkan

Disarankan

npx (Satu Perintah)

npx libre-webui

Berjalan instan. Tidak perlu instalasi.

npm (Instal Global)

npm install -g libre-webuilibre-webui

Instal sekali, jalankan di mana saja.

Docker

docker run -p 8080:8080 libre-webui/libre-webui

Deployment terkontainerisasi.

Buat Plugin Kustom

Hubungkan LLM apa pun yang kompatibel dengan OpenAI dengan file JSON sederhana

Plugin Tersedia

Plugin resmi dari repositori Libre WebUI. Klik untuk melihat atau mengunduh.

Memuat plugin dari GitHub...
📄 custom-model.json
{
  "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
    }
  ]
}

Buat Plugin Anda Sendiri

1

Mulai Server LLM Anda

Jalankan server yang kompatibel dengan OpenAI: llama.cpp, vLLM, Ollama, atau server FastAPI kustom.

2

Buat Plugin JSON

Definisikan endpoint, autentikasi, dan model yang tersedia dalam file JSON sederhana.

3

Unggah ke Libre WebUI

Buka Pengaturan > Penyedia, unggah plugin Anda, dan masukkan kunci API Anda.

4

Mulai Mengobrol

Model kustom Anda muncul di pemilih model. Privasi penuh, kontrol penuh.

Referensi Field Plugin

id Identifier unik (huruf kecil, tanda hubung diizinkan)
name Nama tampilan yang ditampilkan di UI
type "completion" untuk obrolan, "tts" untuk text-to-speech
endpoint URL API (mis., /v1/chat/completions)
auth.header Nama header autentikasi (Authorization, x-api-key)
auth.prefix Prefix kunci ("Bearer " atau kosong)
auth.key_env Variabel environment untuk kunci API Anda
model_map Array identifier model yang tersedia
variables Pengaturan yang dapat dikonfigurasi (suhu, endpoint, dll.)

Siap Memiliki AI Anda?

Bergabunglah dengan ribuan pengguna yang menghargai privasi dan kontrol.