mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-22 01:35:34 -04:00
[GH-ISSUE #188] [DOCS]: Explain why Ollama is not pre-installed on Linux AppImage #64
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 @lucafossen on GitHub (Sep 14, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/188
Description
When going through setup on a desktop app installed on Ubuntu, Selecting AnythingLLM as the provider just tells you "This feature is disabled on Linux operating systems". No explanation is provided as to why. It would be helpful to know what the reason is, since Ollama itself is available on Linux, so in principle there should be no hurdles. As such, this GitHub issue is both asking for an explanation, and suggesting that that explanation be added to the GUI.
@timothycarambat commented on GitHub (Sep 16, 2025):
So this applies to our internal Ollama, since we don't package or preinstall it with Linux, since to run ollama you need
sudoand we dont want to force people to run sudo on app install.I suppose updating the docs for why that is the case is relevant, though. Moving issue to docs repo so that is clear. Absolutely nothing stops the user from just installing ollama and using that manually installed version as opposed to our internal.
@lucafossen commented on GitHub (Sep 25, 2025):
Thanks for the explanation. It would be nice to have that in the app/docs, yes.
@timothycarambat commented on GitHub (Oct 9, 2025):
Now, this is no longer true https://docs.anythingllm.com/changelog/v1.9.0#linux-x64-and-arm64-now-ships-with-ollama-
[DOCS]: Explain why Ollama is not pre-installed on Linux AppImageto [GH-ISSUE #188] [DOCS]: Explain why Ollama is not pre-installed on Linux AppImage