Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
27.47k stars 2.77k forks source link

[BUG]: Linux Installer not resolving #2637

Closed SammieH21 closed 3 days ago

SammieH21 commented 5 days ago

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

The following document describes how to download the app image for anything llm for linux:

https://docs.anythingllm.com/installation-desktop/linux

The Amazon AWS host for the installer and app image hasn't been resolving for the past few months as far as I'm aware:

curl -fsSL https://s3.us-west-1.amazonaws.com/public.useanything.com/latest/installer.sh | sh

Result: curl: (6) Could not resolve host: s3.us-west-1.amazonaws.com

Are there known steps to reproduce?

No response

Mec-iS commented 5 days ago

this worked for me at current time

timothycarambat commented 3 days ago

It is part of every deployment. If it is not resolving for you, you may be blocked by AWS/s3 due to internet restrictions or VPN restrictions - neither of which we can control since the bucket is fully public to any accessible IP.

If you cant pull the script you probably cannot pull the AppImage either. Here is the script: https://github.com/Mintplex-Labs/anything-llm/blob/desktop/linux_installer.sh