gpo.zugaina.org

Search Portage & Overlays:

sci-ml/lmstudio-bin

Discover, download, and run LLMs locally (Electron desktop app)

Screenshots

ChangeLog

commit 940b1ca634b26588828c5575a1b03a3f73241c3d
Author: Liav Mordouch <liavmordouch@gmail.com>
Date: Sat Aug 22 03:13:39 2026 +0300

feat(sci-ml/lmstudio-bin): bump to 0.4.20

Upstream build 1, same deb layout as 0.4.18. Emerged and
launch-verified locally; RDEPEND unchanged.

commit 12bce786d9f2ebff35c96c01fe08aa4e08b6f2e9
Author: Liav Mordouch <liavmordouch@gmail.com>
Date: Sat Aug 22 02:57:44 2026 +0300

fix(sci-ml/lmstudio-bin): depend on virtual/libudev instead of a systemd alternative

The || ( sys-apps/systemd sys-apps/systemd-utils ) block could be
satisfied by systemd-utils built with USE=-udev, which does not
install libudev.so.1 — a library the bundled Electron ELFs need at
launch, so the app would fail to start on such systems.

virtual/libudev is ::gentoo's canonical expression for this and
already resolves the provider correctly on both systemd and eudev
systems. Same fix already applied to zcode-bin at import time.

commit c24a7a820e0d11a5c63c4e7d634e3a6f0ca1efbb
Author: Liav Mordouch <liavmordouch@gmail.com>
Date: Fri Jul 3 22:18:58 2026 +0300

feat(sci-ml/lmstudio-bin): add 0.4.18

New package: LM Studio, the proprietary Electron desktop app for
discovering, downloading and running local LLMs (https://lmstudio.ai/).

Repacks upstream's amd64 .deb (Electron 38 / Chromium 140) into
/opt/LM-Studio. Highlights:

* RDEPEND derived from DT_NEEDED on the lm-studio binary plus the
runtime-dlopen'd libs (libnotify, libsecret, libXtst, libXScrnSaver)
and the vendored CPython's virtual/libcrypt; libcuda.so.1 is left
driver-provided so the CPU/Vulkan backends need no NVIDIA stack.
* chrome-sandbox installed setuid-root (4711) and the JIT binary
pax-marked, so Chromium's sandbox works on hardened kernels.
* Desktop file repaired (drop the stray lowercase `category=` key,
restore the Utility category, point Exec at the PATH launcher) and
the 1024x1024 icon moved out of upstream's bogus 0x0 hicolor dir.

Also declares the sci-ml category and ships the LM-Studio license.