Update intro.mdx

This commit is contained in:
Timothy Jaeryang Baek
2025-10-02 11:58:59 -05:00
parent c386da8f7b
commit 4ff3e1c643

View File

@@ -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 🙌