[GH-ISSUE #3742] [BUG]: Download Script Will not Launch AnythingLLM properly on Ubuntu 24.04 LTS #2408

Closed
opened 2026-02-22 18:29:33 -05:00 by yindo · 1 comment
Owner

Originally created by @wangyenshu on GitHub (Apr 30, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3742

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Run command on home directory /home/xxx

curl -fsSL https://cdn.anythingllm.com/latest/installer.sh | sh
./AnythingLLMDesktop/start --no-sandbox

The application does not launch and prompts
./AnythingLLMDesktop/start: line 45: /anythingllm-desktop: No such file or directory

Are there known steps to reproduce?

curl -fsSL https://cdn.anythingllm.com/latest/installer.sh | sh
./AnythingLLMDesktop/start --no-sandbox
Originally created by @wangyenshu on GitHub (Apr 30, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3742 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? Run command on home directory /home/xxx ``` curl -fsSL https://cdn.anythingllm.com/latest/installer.sh | sh ./AnythingLLMDesktop/start --no-sandbox ``` The application does not launch and prompts `./AnythingLLMDesktop/start: line 45: /anythingllm-desktop: No such file or directory` ### Are there known steps to reproduce? ``` curl -fsSL https://cdn.anythingllm.com/latest/installer.sh | sh ./AnythingLLMDesktop/start --no-sandbox ```
yindo added the possible bug label 2026-02-22 18:29:33 -05:00
yindo closed this issue 2026-02-22 18:29:33 -05:00
Author
Owner

@timothycarambat commented on GitHub (Apr 30, 2025):

Sounds like the installer script failed to pull the content - do you have logs from the installer.sh script where it creates the content required for the app to be pulled?

Also, you should not run with --no-sandbox as it is potentially insecure

@timothycarambat commented on GitHub (Apr 30, 2025): Sounds like the installer script failed to pull the content - do you have logs from the installer.sh script where it creates the content required for the app to be pulled? Also, you should not run with `--no-sandbox` as it is potentially insecure
yindo changed title from [BUG]: Download Script Will not Launch AnythingLLM properly on Ubuntu 24.04 LTS to [GH-ISSUE #3742] [BUG]: Download Script Will not Launch AnythingLLM properly on Ubuntu 24.04 LTS 2026-06-05 14:46:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2408