mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-18 04:30:46 -04:00
feat: Integrate Local LLM Runtime #36
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 @andrejvysny on GitHub (Nov 5, 2025).
Support integrated local llm runtimes like llama.cpp. This means user can easily download models and use them directly without need to have Ollama installed or other software.
https://github.com/ggml-org/llama.cpp
Loading models directly from Hugging Face listings?
User Interface
There needs to be multiple settings screens for:
Alternatives?
Another option would be to somehow integrate Ollama into this app?
This would be for discussion.