From 44e0819ffb121e3e1a36799d698d79976ad19039 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 26 Sep 2025 16:34:56 -0500 Subject: [PATCH] Update intro.mdx --- docs/intro.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index e3f30b10..093becc4 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -128,10 +128,11 @@ docker run -d --name watchtower --restart unless-stopped -v /var/run/docker.sock ## Manual Installation -:::note -Platform Compatibility: +:::info +### Platform Compatibility Open WebUI works on macOS, Linux (x86_64 and ARM64, including Raspberry Pi and other ARM boards), and Windows. + ::: There are two main ways to install and run Open WebUI: using the `uv` runtime manager or Python's `pip`. While both methods are effective, **we strongly recommend using `uv`** as it simplifies environment management and minimizes potential conflicts.