Audrey M. Roy Greenfeld

Quietly building the future.

Installing OpenWebUI

2024-06-25

Installing OpenWebUI on macOS

First install Ollama:

Then install OpenWebUI:

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

If the container stops working, you can restart it with:

docker restart open-webui

Then try to open http://localhost:3000 in your browser again, and it should hopefully work.