lmstudio-bin
maintainer noureddinex
· 65 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the official vendor's domain (lmstudio.ai), which is a legitimate source for the software; while the host is not a standard forge, it is the project's own infrastructure, making this a normal distribution method for the application.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from the official vendor's domain (lmstudio.ai), which is a legitimate source for the software; while the host is not a standard forge, it is the project's own infrastructure, making this a normal distribution method for the application.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
source=("https://installers.lmstudio.ai/linux/x64/${_pkgver}/LM-Studio-${_pkgver}-x64.AppImage"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: noureddinex
2
pkgname=lmstudio-bin
3
pkgver=0.4.19
4
pkgrel=2
5
_pkgver=${pkgver}-${pkgrel}
6
pkgdesc="LM Studio - A desktop app for exploring and running large language models locally"
7
arch=('x86_64')
8
url="https://lmstudio.ai"
9
license=('EULA')
10
depends=('fuse2' 'zlib' 'hicolor-icon-theme' 'gtk3' 'nss' 'libxcrypt-compat')
11
options=('!strip')
12
install=lmstudio-bin.install
13
provides=(lmstudio)
14
conflicts=(lmstudio)
15
source=("https://installers.lmstudio.ai/linux/x64/${_pkgver}/LM-Studio-${_pkgver}-x64.AppImage"
16
"lmstudio.png"
17
"lmstudio.desktop")
18
sha256sums=('911f3855161b28e622f18e3de3f285ac8c336caea7c128a8ac891a2092437872'
19
'9f791789c959a11316328692807737a5f1bc1c170ae99ec04c56bfd8ee8263e5'
20
'635dec12f3e3a57136b9e6fd7c2839ed6da7287fa55b482d64debf6eacf36baa')
21
22
prepare() {
23
chmod +x "${srcdir}/${source[0]##*/}"
24
}
25
26
package() {
27
# Create installation directory
28
install -dm755 "$pkgdir/opt/lm-studio"
29
30
# Install AppImage
31
install -Dm755 "${srcdir}/${source[0]##*/}" "$pkgdir/opt/lm-studio/lm-studio.AppImage"
32
33
# Install static icon
34
install -Dm644 "${srcdir}/lmstudio.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/lmstudio-bin.png"
35
install -Dm644 "${srcdir}/lmstudio.png" "${pkgdir}/usr/share/pixmaps/lmstudio-bin.png"
36
37
# Desktop entry
38
install -Dm644 "$srcdir/lmstudio.desktop" "$pkgdir/usr/share/applications/lmstudio.desktop"
39
40
# Symlink to binary
41
install -dm755 "$pkgdir/usr/bin"
42
ln -s /opt/lm-studio/lm-studio.AppImage "$pkgdir/usr/bin/lm-studio"
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 01:18:42 | MEDIUM | 1 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |