From 4ff3e1c6434695671f780bf62b010d4fd66974e7 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 2 Oct 2025 11:58:59 -0500 Subject: [PATCH] Update intro.mdx --- docs/intro.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index 093becc4..1423011c 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -60,8 +60,6 @@ docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open- docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda ``` -### Slim Image Variants - For environments with limited storage or bandwidth, Open WebUI offers slim image variants that exclude pre-bundled models. These images are significantly smaller but download required models on first use: ```bash @@ -215,6 +213,12 @@ We offer various installation alternatives, including non-Docker native installa Continue with the full [getting started guide](/getting-started). +### Desktop App + +We also have an **experimental** desktop app, which is actively a **work in progress (WIP)**. While it offers a convenient way to run Open WebUI natively on your system without Docker or manual setup, it is **not yet stable**. + +👉 For stability and production use, we strongly recommend installing via **Docker** or **Python (`uv` or `pip`)**. + ## Sponsors 🙌