الذكاء الاصطناعي الخاص بك، قواعدك
- 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
واجهة دردشة AI تضع الخصوصية أولاً. شغّلها محلياً مع Ollama أو اتصل بـ OpenAI و Anthropic وأكثر من 9 مزودين. صفر قياس عن بُعد. صفر تتبع.
npx libre-webui يتطلب Node.js 18+ و Ollama للذكاء الاصطناعي المحلي
كل ما تحتاجه
حل دردشة AI متكامل يحترم خصوصيتك
AI محلي وسحابي
شغّل النماذج محلياً مع Ollama أو اتصل بـ OpenAI و Anthropic و Groq و Gemini و Mistral والمزيد. الاختيار لك.
دردشة المستندات (RAG)
ارفع ملفات PDF والمستندات والنصوص. اسأل أسئلة عن مستنداتك باستخدام البحث الدلالي والتضمينات المتجهية.
عناصر تفاعلية
اعرض HTML و SVG ومكونات React مباشرة في الدردشة. معاينة مباشرة مع وضع ملء الشاشة.
تشفير AES-256
تشفير بمستوى المؤسسات لجميع بياناتك. سجل الدردشة والمستندات والإعدادات مشفرة في حالة السكون.
شخصيات مخصصة
أنشئ شخصيات AI بسلوكيات فريدة وموجهات نظام. استيراد/تصدير الشخصيات كـ JSON.
تحويل النص إلى كلام
استمع إلى ردود AI بخيارات صوتية متعددة. يدعم TTS المتصفح وتكامل ElevenLabs.
توليد الصور
أنشئ صورًا باستخدام ComfyUI ونماذج Flux. أحجام متعددة وإعدادات جودة مسبقة وتكامل سلس مع الدردشة.
متغيرات الإضافات
إعدادات قابلة للتكوين لكل إضافة مثل درجة الحرارة ونقاط النهاية والرموز المميزة. يتم تشفير القيم الحساسة.
اختصارات لوحة المفاتيح
اختصارات مستوحاة من VS Code للمستخدمين المتقدمين. تنقل، بدّل الإعدادات، وتحكم في كل شيء من لوحة المفاتيح.
دعم متعدد المستخدمين
تحكم في الوصول المستند إلى الأدوار مع دعم SSO. OAuth مدمج لـ GitHub و Hugging Face.
اتصل بأي مزود
واجهة واحدة، إمكانيات غير محدودة
ابدأ في ثوانٍ
اختر طريقة التثبيت المفضلة لديك
أنشئ إضافات مخصصة
اتصل بأي LLM متوافق مع OpenAI بملف JSON بسيط
الإضافات المتاحة
إضافات رسمية من مستودع Libre WebUI. انقر للعرض أو التنزيل.
{
"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
}
]
} أنشئ إضافتك الخاصة
شغّل خادم LLM
شغّل أي خادم متوافق مع OpenAI: llama.cpp أو vLLM أو Ollama أو خادم FastAPI مخصص.
أنشئ JSON للإضافة
حدد نقطة النهاية والمصادقة والنماذج المتاحة في ملف JSON بسيط.
ارفع إلى Libre WebUI
انتقل إلى الإعدادات > المزودين، ارفع إضافتك، وأدخل مفتاح API.
ابدأ الدردشة
ستظهر نماذجك المخصصة في محدد النماذج. خصوصية كاملة، تحكم كامل.
مرجع حقول الإضافة
id معرف فريد (أحرف صغيرة، الشرطات مسموحة) name اسم العرض في واجهة المستخدم type "completion" للدردشة، "tts" لتحويل النص إلى كلام endpoint عنوان API (مثال: /v1/chat/completions) auth.header اسم رأس المصادقة (Authorization, x-api-key) auth.prefix بادئة المفتاح ("Bearer " أو فارغ) auth.key_env متغير البيئة لمفتاح API model_map مصفوفة معرفات النماذج المتاحة variables إعدادات قابلة للتكوين (درجة الحرارة، نقطة النهاية، إلخ) مستعد لامتلاك الذكاء الاصطناعي الخاص بك؟
انضم إلى آلاف المستخدمين الذين يقدرون الخصوصية والتحكم.