Open WebUI 桌面版发布!

Reddit r/LocalLLaMA 产品

摘要

Open WebUI 桌面版以原生应用形态登场,无需 Docker 或终端配置即可本地运行 LLM 或连接远程服务器,支持离线运行、系统级语音输入及悬浮聊天窗口。

看起来它也内置了 llama.cpp。你既可以完全本地运行,也能连接远程服务器。
查看原文
查看缓存全文

缓存时间: 2026/04/21 11:37

open-webui/desktop

源码:https://github.com/open-webui/desktop

Open WebUI 桌面版

版本 (https://github.com/open-webui/desktop/releases)
下载 (https://github.com/open-webui/desktop/releases)
Discord (https://discord.gg/open-webui)
许可证

Open WebUI 桌面版

把 AI 装进你的电脑。Open WebUI (https://github.com/open-webui/open-webui) 原生应用,无需 Docker、无需终端、无需配置。下载即聊,可本地跑模型,也能连任意服务器。

**早期 Alpha。**更新飞快,随时可能翻车。遇到 bug 请提 Issue (https://github.com/open-webui/desktop/issues) 或来 Discord 唠嗑 (https://discord.gg/open-webui)。

下载

平台安装包
macOS (Apple Silicon)下载 .dmg (https://github.com/open-webui/desktop/releases/latest/download/open-webui-arm64.dmg)
macOS (Intel)下载 .dmg (https://github.com/open-webui/desktop/releases/latest/download/open-webui-x64.dmg)
Windows x64下载 .exe (https://github.com/open-webui/desktop/releases/latest/download/open-webui-setup.exe)
Linux (AppImage)下载 .AppImage (https://github.com/open-webui/desktop/releases/latest/download/open-webui.AppImage)
Linux (Debian/Ubuntu)下载 .deb (https://github.com/open-webui/desktop/releases/latest/download/open-webui_amd64.deb)
Linux (Snap)下载 .snap (https://github.com/open-webui/desktop/releases/latest/download/open-webui_amd64.snap)
Linux (Flatpak)下载 .flatpak (https://github.com/open-webui/desktop/releases/latest/download/open-webui.flatpak)

首次启动需联网,之后完全离线。全部版本 → (https://github.com/open-webui/desktop/releases)

工作原理

🖥️ 本地运行。 应用自动部署 Open WebUI 与 llama.cpp,下载模型即可离线聊天,数据不外泄。

☁️ 远程连接。 可指向任意 Open WebUI 服务器,侧边栏秒切多连接。

两者可同时使用。

亮点

  • Spotlight。Shift+Cmd+I(macOS)或 Shift+Ctrl+I(Win/Linux)呼出悬浮聊天条,随时截图提问。
  • 🎙️ 语音输入。 全局快捷键,按下即录,说完自动转文字并发给模型。
  • 🧠 本地推理。 模型完全跑在本地硬件,数据永不出机。
  • 🎯 一键完成。 点“开始使用”即可,依赖全自动装好。
  • 🔌 多连接。 服务器想加就加,秒切不卡顿。
  • 🔄 自动更新。 新版本后台静默升级。
  • 📡 离线可用。 初次配置后无需网络。
  • 💻 全平台。 macOS、Windows、Linux 都支持。

系统要求

本地模型仅远程
磁盘5 GB+约 500 MB
内存16 GB+4 GB
系统macOS 12+、Win10+、现代 Linux同上

本地模型吃内存(7B ≈ 8 GB,13B ≈ 16 GB)。电脑吃不消?直接连远程服务器。

隐私

无遥测、无追踪、无回传。对话只留在你的电脑,仅此而已。

社区

  • 💬 Discord (https://discord.gg/open-webui) — 来吹水
  • 🐛 Issues (https://github.com/open-webui/desktop/issues) — 报 bug 或提需求
  • 🌐 Open WebUI (https://github.com/open-webui/open-webui) — 主项目
  • 📖 文档 (https://docs.openwebui.com) — 完整指南

贡献

npm install
npm run dev

更新日志见 CHANGELOG.md。基于 AGPL-3.0 开源。

相似文章

Open WebUI 的更简单的自托管替代方案

Reddit r/LocalLLaMA

OvertChat 是 Open WebUI 的一个更简单、精致的自托管替代方案,适用于本地 AI 模型,具有单一的 Docker Compose 设置、内置网页搜索和 Kokoro TTS,全部采用 MIT 许可证。