Package Details: lmstudio-bin 0.4.13-1

Git Clone URL: https://aur.archlinux.org/lmstudio-bin.git (read-only, click to copy)
Package Base: lmstudio-bin
Description: LM Studio - A desktop app for exploring and running large language models locally
Upstream URL: https://lmstudio.ai
Keywords: ai appimage artificial-intelligence assistant chatbot deep-learning deepseek electron gguf glm kimi large-language-models llama llm local-ai machine-learning minimax mistral qwen
Licenses: EULA
Conflicts: lmstudio
Provides: lmstudio
Submitter: MadGoat
Maintainer: noureddinex
Last Packager: noureddinex
Votes: 58
Popularity: 9.55
First Submitted: 2026-01-31 22:33 (UTC)
Last Updated: 2026-05-14 01:13 (UTC)

Pinned Comments

MadGoat commented on 2026-02-01 01:42 (UTC)

Migration Notice: This package (lmstudio-bin) is the active replacement for the abandoned lmstudio package.

Recent Changes (v0.4.1-1): * Icons Fixed: I have switched to statically vendoring the high-resolution icon. This guarantees the icon appears correctly and eliminates the "blank icon" bugs caused by upstream AppImage changes. * AppImage: Installs the latest official AppImage to /opt/lm-studio/. * Conflict Handling: Automatically removes the old lmstudio package.

Troubleshooting: If you still see a blank icon after upgrading, your desktop environment is likely caching the old broken entry. Force a refresh by running: rm -rf ~/.cache/icon-cache.kcache (KDE/Plasma) or sudo gtk-update-icon-cache -f /usr/share/icons/hicolor (GNOME/GTK)

envolution commented on 2025-02-16 19:53 (UTC)

Please don't flag out of date referring to the beta versions. Versions this package track are sourced from https://lmstudio.ai/

https://aur.archlinux.org/packages/lmstudio-beta tracks https://lmstudio.ai/beta-releases

It's possible this version can be at a higher version level than the beta releases, and vice-versa.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

envolution commented on 2025-07-24 19:52 (UTC)

@merlinuxxx those look like compilation warnings - can you confirm that this is output from running lmstudio from the commandline? Or is it possible you have some dependency being compiled by your helper?

this package provides the upstream AppImage - we don't really do anything other than extract the icon and desktop file for packaging - so output like this isn't at all expected.

merlinuxxx commented on 2025-07-24 19:40 (UTC) (edited on 2025-07-24 19:43 (UTC) by merlinuxxx)

@envolution please do you mind to check the last commit? it gives me this error with the 0.3.20.4-1 (I do apologise, I don't know how to properly format the output on here)

malloc.c:6:7: warning: conflicting types for built-in function ‘malloc’; expected ‘void (long unsigned int)’ [-Wbuiltin-declaration-mismatch] 6 | void malloc (); | ^~ malloc.c:5:1: note: ‘malloc’ is declared in header ‘<stdlib.h>’ 4 | #include <sys/types.h> +++ |+#include <stdlib.h> 5 | malloc.c: In function ‘rpl_malloc’: malloc.c:16:10: error: too many arguments to function ‘malloc’; expected 0, have 1 16 | return malloc (n); | ^~ ~ malloc.c:6:7: note: declared here 6 | void *malloc ();

envolution commented on 2025-06-13 16:28 (UTC)

@Crandel thanks, I was able to reproduce pager issues with yay - I've mitigated it by unsetting PAGER before running the extraction

Crandel commented on 2025-06-13 15:47 (UTC)

were you using makepkg or a helper like paru/yay etc?

I'm using yay.

envolution commented on 2025-06-13 15:46 (UTC)

@Crandel were you using makepkg or a helper like paru/yay etc? if so which? That pager should not be an issue, I'm wondering if the unsquash tool is misbehaving

Crandel commented on 2025-06-13 15:43 (UTC)

echo $PAGER

echo $PAGER
less -SRXF

Hmm, after unset it everything is working

envolution commented on 2025-06-13 15:40 (UTC)

@Crandel - echo $PAGER and please let me know what the result is. For now try unset PAGER before installing to at least proceed

Crandel commented on 2025-06-13 15:33 (UTC)

==> Starting prepare()...
PAGER cannot have spaces or tabs!
If you want to do this, please use a wrapper script!
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: lmstudio-exit status 4

envolution commented on 2025-05-26 20:36 (UTC)

@ehffff that doesn't affect this package, it just tells pacman how many packages it can download at a time