offline usage #2218

Closed
opened 2025-11-11 15:02:41 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @tobywu6652 on GitHub (Sep 27, 2024).

Bug Report

Environment

  • Open WebUI Version: v0.3.30

Expected Behavior:

Open WebUI can run in an offline (unable to access the Internet) environment.

Actual Behavior:

Open WebUI cannot run in an offline environment fluently.

Description

When visiting the site, the API ( /api/version/updates ) will check the version (current & latest) information through the Internet. And before a long timeout, the site will not be displayed.

Originally created by @tobywu6652 on GitHub (Sep 27, 2024). # Bug Report ## Environment - Open WebUI Version: v0.3.30 ## Expected Behavior: Open WebUI can run in an offline (unable to access the Internet) environment. ## Actual Behavior: Open WebUI cannot run in an offline environment fluently. ## Description When visiting the site, the API ( /api/version/updates ) will check the version (current & latest) information through the Internet. And before a long timeout, the site will not be displayed.
Author
Owner

@Lodisaq commented on GitHub (Sep 27, 2024):

yes,I was deeply puzzled by the bug. the open webui keeps accessing '/api/version/updates' and doesn't load the page until it times out.

@Lodisaq commented on GitHub (Sep 27, 2024): yes,I was deeply puzzled by the bug. the open webui keeps accessing '/api/version/updates' and doesn't load the page until it times out.
Author
Owner

@Lodisaq commented on GitHub (Sep 27, 2024):

这是自动回复,已确认收到您的电子邮件,谢谢。This is an automatic reply, confirming that your email was received.I will reply as soon as possible.Thank you!

@Lodisaq commented on GitHub (Sep 27, 2024): 这是自动回复,已确认收到您的电子邮件,谢谢。This is an automatic reply, confirming that your email was received.I will reply as soon as possible.Thank you!
Author
Owner

@gaby commented on GitHub (Sep 27, 2024):

There's a lot of things trying to hit the internet when using Open-WebUI.

  • Version update check, even though its running in Docker.
  • When uploading a file in a chat, it tries to download a model from HF.
  • The Swagger docs do not work without internet, they dont even render #5714
  • The default embedding if not changed to ollama it tries to go to the internet and the UI won't start at all.

Kind of ironic given the description of the project says:

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline.

I think adding a ENV variable for "Offline Mode" could help the backend make a decision on wether to reach the internet or not.

@gaby commented on GitHub (Sep 27, 2024): There's a lot of things trying to hit the internet when using `Open-WebUI`. - Version update check, even though its running in Docker. - When uploading a file in a chat, it tries to download a model from HF. - The Swagger docs do not work without internet, they dont even render #5714 - The default embedding if not changed to `ollama` it tries to go to the internet and the UI won't start at all. Kind of ironic given the description of the project says: > Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely *offline*. I think adding a ENV variable for "Offline Mode" could help the backend make a decision on wether to reach the internet or not.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2218