mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #24965] feat: Possibility to run headless on windows #123753
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 @DefinetlyNotAI on GitHub (May 20, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24965
Check Existing Issues
Verify Feature Scope
Problem Description
Just frustrated with the powershell window being open with no way for me to run it headless on windows
Desired Solution you'd like
Maybe a --headless flag?
Alternatives Considered
I tried running powershell commands to force headless but ofc it crashes with encoding errors due to the banner printed
Additional Context
I am using the python install and running normally via:
open-webui.exe serve@owui-terminator[bot] commented on GitHub (May 20, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #8026 Problem when running via open-webui serve
This issue is about problems running Open WebUI via
open-webui serve, which is the same startup path mentioned in the new request. It may capture related Windows/serve startup friction even though it doesn't explicitly mention headless mode.by Xmutsix
🟣 #11192 start in windows tip me 404
This is a Windows startup issue involving the
backend/start_windows.batpath, so it is the closest Windows-specific operational issue found. It may overlap with the new report about undesirable Windows console behavior when starting the app.by small-eight
💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.