This commit is contained in:
Timothy Jaeryang Baek
2026-03-21 02:50:19 -05:00
parent 8c3b019954
commit 7b831ca955

View File

@@ -8,6 +8,12 @@ import TabItem from '@theme/TabItem';
# Installation # Installation
| Method | When to use |
| :--- | :--- |
| **Docker** | Runs in an isolated container, separated from your host system. |
| **Bare Metal** | The AI works directly on your machine — your real files, tools, and environment. |
| **Docker Compose** | You already run Open WebUI with Docker Compose and want to add Open Terminal to it. |
<Tabs> <Tabs>
<TabItem value="docker" label="Docker" default> <TabItem value="docker" label="Docker" default>