LocalAI icon indicating copy to clipboard operation
LocalAI copied to clipboard

Failed to download checksums.txt when using launch to install localai

Open jifffffy opened this issue 1 month ago • 1 comments

LocalAI version:

v3.8.0

Environment, CPU architecture, OS, and Version:

Darwin sunjiandeMac-mini.local 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:32:50 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6041 arm64 Describe the bug

I have downloaded the installer from the official website. After launching it on macOS, I clicked to install LocalAI. The progress bar showed that LocalAI had finished downloading, but then I encountered a timeout error for checksums.txt. I already have a proxy running, and I can download the file manually. Where should I place this file so that the installer can recognize it and continue? To Reproduce

Expected behavior

I want to install successfully Logs

Additional context

jifffffy avatar Nov 28 '25 00:11 jifffffy

uhm that's weird, and the binary downloads fine?

Unfortunately at the moment you can't place a checksum file, it gets downloaded and used right away:

https://github.com/mudler/LocalAI/blob/e27f1370eb71f63034314a625e696a9b42e93d9c/cmd/launcher/internal/release_manager.go#L124

mudler avatar Nov 28 '25 09:11 mudler