mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-25 05:35:32 -04:00
App opens in browser #31
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 @taigok on GitHub (Aug 16, 2025).
Bug Description
When installing and launching the application from https://github.com/open-webui/desktop/releases/tag/build-e7e54042, clicking "Continue" unintentionally opens the app in the browser instead of within the desktop application.
Steps to Reproduce
http://127.0.0.1:8080/auth?redirect=%2F
Expected Behavior
The app should continue to run inside the desktop application, and should not open in the browser.
Additional Information
Please let me know if further information is needed.
@ccrvlh commented on GitHub (Sep 12, 2025):
I think this might be expected behavior? And maybe when they say "desktop" it basically means running the server on the desktop, rather than a desktop App?
Not sure, was super confused about this as well.
@andrejvysny commented on GitHub (Nov 5, 2025):
@ccrvlh In my opinion if someone whats to run server it is better to run it via Docker. I think main goal of desktop app is to be able to use it as native application without need to open browser - similar to ChatGPT desktop or Claude desktop.
I have opened Draft PR where I have fixed this issue, it still needs some changes and review but it seems to work well.
PR: https://github.com/open-webui/desktop/pull/57