经 AI Skill Hub 精选评估,Libre WebUI 获评「推荐使用」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.8 分,适合有一定技术背景的用户使用。
Libre WebUI 是一款基于 TypeScript 开发的开源工具,专注于 开源、本地AI、隐私保护 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Libre WebUI 是一款基于 TypeScript 开发的开源工具,专注于 开源、本地AI、隐私保护 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g libre-webui # 方式二:npx 直接运行(无需安装) npx libre-webui --help # 方式三:项目依赖安装 npm install libre-webui # 方式四:从源码运行 git clone https://github.com/libre-webui/libre-webui cd libre-webui npm install npm start
# 命令行使用
libre-webui --help
# 基本用法
libre-webui [options] <input>
# Node.js 代码中使用
const libre_webui = require('libre-webui');
const result = await libre_webui.run(options);
console.log(result);
# libre-webui 配置说明 # 查看配置选项 libre-webui --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export LIBRE_WEBUI_CONFIG="/path/to/config.yml"
<br>
| Feature | What it does | |
|---|---|---|
| 💬 | **Streaming Chat** | Real-time responses with dark/light themes and mobile support |
| 🔌 | **Plugin System** | Connect any OpenAI-compatible API via simple JSON config |
| 📄 | **Document Chat (RAG)** | Upload PDFs and chat with your documents |
| 🎭 | **Personas** | Custom AI personalities with persistent memory |
| 🎨 | **Artifacts** | Live HTML, SVG, and code preview right in chat |
| 🖼️ | **Image Generation** | ComfyUI + Flux, DALL·E, and more |
| 🔊 | **Text-to-Speech** | Qwen3-TTS, Kyutai, OpenAI voices — local or cloud |
| 🤗 | **HuggingFace Hub** | Browse and use 1M+ models for chat, TTS, images, embeddings, STT |
| 🔐 | **SSO & Auth** | GitHub, HuggingFace OAuth/OIDC, role-based access |
| 🌍 | **25+ Languages** | Full i18n — Arabic to Vietnamese |
| 🖥️ | **Desktop App** | Native app for macOS, Windows, Linux (Electron) |
| 🤖 | **AI Agent Support** | OpenClaw integration — persistent agents with memory and tools |
| 🏢 | **Enterprise Ready** | GDPR, HIPAA, SOC 2 compatible • AES-256-GCM encryption |
---
```bash
brew install --cask libre-webui ```
OLLAMA_BASE_URL=http://localhost:11434
OPENAI_API_KEY=sk-... ANTHROPIC_API_KEY=sk-ant-... HUGGINGFACE_API_KEY=hf_...
</details>
<details>
<summary><strong>🧪 Development builds (unstable)</strong></summary>
Dev builds are auto-generated from the `dev` branch. **Not for production.**
bash docker-compose -f docker-compose.dev.yml up -d ```
Uses separate data volumes (libre_webui_dev_data) so your stable install stays safe.
</details>
---
Add any AI provider with a JSON file — no code changes needed:
{
"id": "my-provider",
"name": "My Provider",
"type": "completion",
"endpoint": "https://api.example.com/v1/chat/completions",
"auth": {
"header": "Authorization",
"prefix": "Bearer ",
"key_env": "MY_API_KEY"
},
"model_map": ["model-a", "model-b"]
}
Built-in plugins: OpenAI, Anthropic, Google Gemini, Groq, Mistral, OpenRouter, HuggingFace, and more.
Plugins support multi-capability (chat + TTS + image gen in one config), per-user variables, and encrypted credential storage.
---
设计理念先进,强调隐私和极简体验。TypeScript实现保证代码质量,适合对数据安全有要求的场景,但社区规模较小。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:Libre WebUI 的核心功能完整,质量良好。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | libre-webui |
| 原始描述 | 开源AI工具:Privacy-first web interface for local AI models. Clean, minimal UI for Ollama wi。⭐54 · TypeScript |
| Topics | 开源本地AI隐私保护Web界面Ollama聊天应用 |
| GitHub | https://github.com/libre-webui/libre-webui |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-06-12 · 更新时间:2026-06-13 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。