From 7b831ca9555af8b067822e84333c875064d612e6 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 21 Mar 2026 02:50:19 -0500 Subject: [PATCH] refac --- docs/features/open-terminal/setup/installation.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/features/open-terminal/setup/installation.mdx b/docs/features/open-terminal/setup/installation.mdx index 53e71ee3..50060665 100644 --- a/docs/features/open-terminal/setup/installation.mdx +++ b/docs/features/open-terminal/setup/installation.mdx @@ -8,6 +8,12 @@ import TabItem from '@theme/TabItem'; # 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. | +