mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Update intro.mdx
This commit is contained in:
@@ -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 🙌
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user