[GH-ISSUE #2637] [BUG]: Linux Installer not resolving #1708

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

Originally created by @SammieH21 on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2637

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

Originally created by @SammieH21 on GitHub (Nov 16, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2637 ### 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: ```{bash} 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_
yindo added the possible bug label 2026-02-22 18:26:10 -05:00
yindo closed this issue 2026-02-22 18:26:10 -05:00
Author
Owner

@Mec-iS commented on GitHub (Nov 17, 2024):

this worked for me at current time

@Mec-iS commented on GitHub (Nov 17, 2024): this worked for me at current time
Author
Owner

@timothycarambat commented on GitHub (Nov 18, 2024):

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

@timothycarambat commented on GitHub (Nov 18, 2024): 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
yindo changed title from [BUG]: Linux Installer not resolving to [GH-ISSUE #2637] [BUG]: Linux Installer not resolving 2026-06-05 14:42:15 -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#1708