Skip to content

Latest commit

 

History

History
141 lines (97 loc) · 4.89 KB

File metadata and controls

141 lines (97 loc) · 4.89 KB
sidebar_position 0
slug /
title 🏡 Home
hide_title true

import { SponsorList } from "@site/src/components/SponsorList"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

Open WebUI

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports Ollama and OpenAI-compatible APIs, making it a powerful, provider-agnostic solution for both local and cloud-based models.

Open WebUI Demo

GitHub stars GitHub forks Discord


Quick Start

docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Then open http://localhost:3000.

For GPU support, Docker Compose, and more → Full Docker guide

pip install open-webui
open-webui serve

Then open http://localhost:8080.

curl -LsSf https://astral.sh/uv/install.sh | sh
DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve

Then open http://localhost:8080.

Download the desktop app from github.com/open-webui/desktop. It runs Open WebUI natively on your system without Docker or manual setup.

:::warning Experimental The desktop app is a work in progress and is not yet stable. For production use, install via Docker or Python. :::


Getting Started


Explore


Enterprise

Need custom branding, SLA support, or Long-Term Support (LTS) versions? → Learn about Enterprise plans


Get Involved


Sponsors


Acknowledgements