Package Details: anythingllm-desktop-bin 1.11.2-1

Git Clone URL: https://aur.archlinux.org/anythingllm-desktop-bin.git (read-only, click to copy)
Package Base: anythingllm-desktop-bin
Description: The all-in-one AI application, tool suite, and API for RAG & Agents for Docker & Desktop.(Prebuilt version.Use system-wide electron)
Upstream URL: https://anythingllm.com/
Keywords: agents ai-agents-framework chroma desktop-application document-chat langchain-app llama lmstudio local-llm localai ollama openai-chatgpt pinecone rag retrieval-augmented-generation vector-database
Licenses: MIT
Conflicts: anythingllm, anythingllm-desktop
Provides: anythingllm-desktop
Submitter: zxp19821005
Maintainer: impulse
Last Packager: impulse
Votes: 9
Popularity: 0.81
First Submitted: 2024-04-17 14:36 (UTC)
Last Updated: 2026-03-20 00:42 (UTC)

Pinned Comments

zxp19821005 commented on 2025-01-15 04:33 (UTC)

The upstream has utilized the third download links. Despite the file being updated, the filename remains unchanged. Therefore, if there are errors during package installation, please make the package outdated.

Latest Comments

1 2 3 4 Next › Last »

orkut commented on 2026-04-22 10:52 (UTC)

Hi, thanks for maintaining this package!

Currently, ollama is listed as a hard dependency. However, many users (including myself) already run a standalone Ollama installation or use a remote Ollama server. Having it as a required dependency forces a redundant installation and can cause port conflicts on 11434. Would you consider moving ollama from depends to optdepends? This would allow the package to remain lightweight for those who already have their backend configured while still guiding new users on what they need for a local setup.

Something like: optdepends=('ollama: for local LLM inference support')

Thanks for your work on this!

Kamack38 commented on 2026-04-16 18:45 (UTC)

This package is out of date. The newest version (at the moment of writing this comment) is 1.12.0. Below is a patch file with the update:

diff --git a/.SRCINFO b/.SRCINFO
index 8913f28..c4672a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = anythingllm-desktop-bin
    pkgdesc = The all-in-one AI application, tool suite, and API for RAG & Agents for Docker & Desktop.(Prebuilt version.Use system-wide electron)
-   pkgver = 1.11.2
+   pkgver = 1.12.0
    pkgrel = 1
    url = https://anythingllm.com/
    arch = aarch64
@@ -11,15 +11,15 @@ pkgbase = anythingllm-desktop-bin
    depends = ollama
    optdepends = ollama-cuda
    optdepends = ollama-rocm
-   provides = anythingllm-desktop=1.11.2
+   provides = anythingllm-desktop=1.12.0
    conflicts = anythingllm-desktop
    conflicts = anythingllm
    options = !strip
    source = anythingllm-desktop.sh
    sha256sums = 31ad33b633744f5361abd964be306cea53ae1050e760c787115f7eca60045ae6
-   source_aarch64 = anythingllm-desktop-1.11.2-aarch64.AppImage::https://cdn.anythingllm.com/latest/AnythingLLMDesktop-Arm64.AppImage
-   sha256sums_aarch64 = 4b0d66a4ef18b2e6e87ea18271a8fa75c83acc746d4b16c094ad121832618316
-   source_x86_64 = anythingllm-desktop-1.11.2-x86_64.AppImage::https://cdn.anythingllm.com/latest/AnythingLLMDesktop.AppImage
-   sha256sums_x86_64 = de7c5f16bc5345e562d2dbb6a22b7c7bc2e2c9e59965eefcd882ba3bb97d355c
+   source_aarch64 = anythingllm-desktop-1.12.0-aarch64.AppImage::https://cdn.anythingllm.com/latest/AnythingLLMDesktop-Arm64.AppImage
+   sha256sums_aarch64 = eada63827990bee5a045956f8c2bdad06bf98889539ef412fb1ea4d86d93400f
+   source_x86_64 = anythingllm-desktop-1.12.0-x86_64.AppImage::https://cdn.anythingllm.com/latest/AnythingLLMDesktop.AppImage
+   sha256sums_x86_64 = c0d3963e20267efe8fba6acabc97d739a7f8512f4ee34093b42be6ff068a5eaf

 pkgname = anythingllm-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 105e60a..86571cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 _appname=anythingllm
 pkgname="${_appname}-desktop-bin"
 _pkgname=Anything-LLM-Desktop
-pkgver=1.11.2
+pkgver=1.12.0
 _electronversion=31
 pkgrel=1
 pkgdesc="The all-in-one AI application, tool suite, and API for RAG & Agents for Docker & Desktop.(Prebuilt version.Use system-wide electron)"
@@ -36,8 +36,8 @@ source=("${pkgname%-bin}.sh")
 source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.AppImage::https://cdn.anythingllm.com/latest/${_pkgname//-/}-Arm64.AppImage")
 source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.AppImage::https://cdn.anythingllm.com/latest/${_pkgname//-/}.AppImage")
 sha256sums=('31ad33b633744f5361abd964be306cea53ae1050e760c787115f7eca60045ae6')
-sha256sums_aarch64=('4b0d66a4ef18b2e6e87ea18271a8fa75c83acc746d4b16c094ad121832618316')
-sha256sums_x86_64=('de7c5f16bc5345e562d2dbb6a22b7c7bc2e2c9e59965eefcd882ba3bb97d355c')
+sha256sums_aarch64=('eada63827990bee5a045956f8c2bdad06bf98889539ef412fb1ea4d86d93400f')
+sha256sums_x86_64=('c0d3963e20267efe8fba6acabc97d739a7f8512f4ee34093b42be6ff068a5eaf')
 pkgver() {
     cd "${srcdir}/squashfs-root"
     set -o pipefail

oneup commented on 2026-04-10 01:40 (UTC)

Also getting failed sha256 validation

orkut commented on 2026-03-17 08:05 (UTC)

can you update to 1.11.1?

jronald commented on 2026-03-12 05:42 (UTC) (edited on 2026-03-12 05:46 (UTC) by jronald)

==> Validating source_x86_64 files with sha256sums...
    anythingllm-desktop-1.11.0-x86_64.AppImage ... FAILED

btw why blocking for 1.11.1

ank_s commented on 2026-01-27 10:47 (UTC)

@zxp19821005 Thanks for the fix!

zxp19821005 commented on 2026-01-26 22:11 (UTC)

@ank_s Thanks for your feedback, fixed it.

ank_s commented on 2026-01-26 16:26 (UTC) (edited on 2026-01-26 16:29 (UTC) by ank_s)

Please move GPU packages to optdepends

Currently ollama-cuda and ollama-rocm are required dependencies, forcing ~15GB of GPU libraries on all systems. These should be optional dependencies instead:

extra/cuda                  13.1.1-1     4767,79 MiB
extra/ollama-cuda           0.15.1-1     1764,68 MiB
extra/ollama-rocm           0.15.1-1     1760,16 MiB
extra/rocm-llvm             2:7.1.1-2    4494,86 MiB
extra/rocblas               7.1.1-1      1197,43 MiB
extra/rocsolver             7.1.1-1       641,51 MiB
extra/electron31            31.7.7-4      246,50 MiB
(+17 more GPU packages)
Total: ~15GB

lucas commented on 2025-11-02 01:13 (UTC) (edited on 2025-11-02 01:15 (UTC) by lucas)

Can't install ERROR: One or more files did not pass the validity check! Can't this be fixed (without having to modify sha256 ) ?

Reading local package database...

🚛 Starting the build:
==> Making package: anythingllm-desktop-bin 1.9.0-1 (Sun 02 Nov 2025 02:09:14 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found anythingllm-desktop.sh
  -> Downloading anythingllm-desktop-1.9.0-x86_64.AppImage...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1713M  100 1713M    0     0  40.3M      0  0:00:42  0:00:42 --:--:-- 41.6M
==> Validating source files with sha256sums...
    anythingllm-desktop.sh ... Passed
==> Validating source_x86_64 files with sha256sums...
    anythingllm-desktop-1.9.0-x86_64.AppImage ... FAILED
==> ERROR: One or more files did not pass the validity check!

vishalbelsare commented on 2025-10-28 16:10 (UTC)

@nicholasr-ITSulu in the PKGBUILD change the SHA256 to the actual checksum of the downloaded file.