[GH-ISSUE #3051] unable to run anythingllm from arch #1956

Closed
opened 2026-02-22 18:27:24 -05:00 by yindo · 2 comments
Owner

Originally created by @kaumidere on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3051

tried following the process to install and run anythingllm, and run into the following error as shown below.

` ~  curl -fsSL https://cdn.useanything.com/latest/installer.sh | sh 神21ms

Downloading latest AnythingLLM Desktop...
######################################################################## 100.0%
Extracting...
AnythingLLMDesktop is ready to run with ./home/yaundere/AnythingLLMDesktop/start.
\e[36mHeads up!\e[0mYou can rerun this installer anytime to get the latest version of AnythingLLM without effecting your existing data.
Documentation: https://docs.useanything.com
Issues: https://github.com/Mintplex-Labs/anything-llm
\e[36mThanks for using AnythingLLM!\e[0m
 ~  curl -fsSL https://cdn.useanything.com/latest/installer.sh | sh 神9s
Downloading latest AnythingLLM Desktop...
0.0%^C
 ~  ./AnythingLLMDesktop/start 神1s
zsh: no such file or directory: ./AnythingLLMDesktop/start`

Originally created by @kaumidere on GitHub (Jan 29, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3051 tried following the process to install and run anythingllm, and run into the following error as shown below. ` ~  curl -fsSL https://cdn.useanything.com/latest/installer.sh | sh 神21ms >>> Downloading latest AnythingLLM Desktop... ######################################################################## 100.0% >>> Extracting... >>> AnythingLLMDesktop is ready to run with ./home/yaundere/AnythingLLMDesktop/start. >>> \e[36mHeads up!\e[0mYou can rerun this installer anytime to get the latest version of AnythingLLM without effecting your existing data. >>> Documentation: https://docs.useanything.com >>> Issues: https://github.com/Mintplex-Labs/anything-llm >>> \e[36mThanks for using AnythingLLM!\e[0m  ~  curl -fsSL https://cdn.useanything.com/latest/installer.sh | sh 神9s >>> Downloading latest AnythingLLM Desktop... 0.0%^C  ~  ./AnythingLLMDesktop/start 神1s zsh: no such file or directory: ./AnythingLLMDesktop/start`
yindo closed this issue 2026-02-22 18:27:24 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 29, 2025):

zsh: no such file or directory: ./AnythingLLMDesktop/start`

Seems like it failed to download - does this file exist? This is pretty easy to debug by checking if the files exist and unpacked into the directory and are a+x permissible so you can run them.

Downloading latest AnythingLLM Desktop...
0.0%^C

Since there is no more progress I am assuming it crashed there for whatever reason

@timothycarambat commented on GitHub (Jan 29, 2025): > zsh: no such file or directory: ./AnythingLLMDesktop/start` Seems like it failed to download - does this file exist? This is pretty easy to debug by checking if the files exist and unpacked into the directory and are `a+x` permissible so you can run them. > Downloading latest AnythingLLM Desktop... > 0.0%^C Since there is no more progress I am assuming it crashed there for whatever reason
Author
Owner

@kaumidere commented on GitHub (Jan 29, 2025):

Hi,

Sorry about that, I fixed it. Thanks though, great project 🙏

@kaumidere commented on GitHub (Jan 29, 2025): Hi, Sorry about that, I fixed it. Thanks though, great project 🙏
yindo changed title from unable to run anythingllm from arch to [GH-ISSUE #3051] unable to run anythingllm from arch 2026-06-05 14:43:38 -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#1956