mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #10866] uv deployment on Mac - where are the folders/files? #16059
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SirBadfish on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10866
I decided to ditch docker and just install using uv based on the OWUI docs instructions. This was how I installed:
DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve --port 4444The installation works flawlessly, a lot fewer bugs, faster, I'm so glad I ditched Docker. But where are the actual folders and files stored on my Mac? I installed from my /Users/josh/ folder, but I can't locate like for example, I want to edit:
backend/open_webui/routers/audio.py
But I can't even find the "backend" folder anywhere. I asked my AI, Perplexity, and Googled myself for hours, I can't find an answer. Where does uv put the files?
OWUI v0.5.16
Apple M1 Max 64gb
Sequoia 15.3.1