mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17008] feat: actual desktop app instead of just a web interface #18136
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 @savantskie on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17008
Check Existing Issues
Problem Description
I use this as my interface for my AI assistant. And while I'm very happy with OpenWebUI, there is no way to differentiate to the AI whether I am on desktop, or mobile.
Desired Solution you'd like
I'd love for there to be a way for my AI to differentiate between the two.
Alternatives Considered
There could be a toggle that can be flipped for desktop or mobile that would switch between prompts that does not change between pwa or desktop browser, or there could be a drop down that could be set as default for PWA (mobile) and Web Browser (desktop)
Additional Context
I'd like to say thank you for OpenWebUI, After developing and deploying my own memory system called persistent-ai-memory here on GitHub, I had been toying with building a UI of my own. But this seems to fit the bill better than anything I could have built. Thank you for OpenWebUI, and thank you for your dedication.
@tjbck commented on GitHub (Aug 28, 2025):
https://github.com/open-webui/desktop
@savantskie commented on GitHub (Aug 28, 2025):
Does this work along with the normal OpenWebUI? So if I use that as my Mobile, and this as my Desktop, they'll sync? Or am I going to have to just use my memory system to differentiate between the two?