Sign inSign up

simen39/open-webui

By simen39

Updated over 1 year ago

Open WebUI is an extensible, self-hosted AI interface.

Image
Developer tools
0

67

simen39/open-webui repository overview

Introduction

Open WebUI is an extensible, self-hosted AI interface that adapts to your workflow, all while operating entirely offline.You can use it to connect the large language models (LLMs) through a browser.

How to use

Run

  • usage:

    docker run -itd -p $host_port:8080 --restart=always -v $host_path:/app/backend/data --name $container simen39/open-webui:$tag
    
  • example:

    docker run -itd -p 8080:8080 --restart=always -v /opt/open-webui/data:/app/backend/data --name $open-webui simen39/open-webui:20250220
    

Access

You can access the web page via http://$server_ip:$port.

Tag summary

Content type

Image

Digest

sha256:b3e176ad4

Size

1.4 GB

Last updated

over 1 year ago

docker pull simen39/open-webui:20250220