nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
70.77k stars 7.71k forks source link

How to install gpt4all on Debian? #3143

Open slrslr opened 3 weeks ago

slrslr commented 3 weeks ago

https://docs.gpt4all.io/gpt4all_desktop/quickstart.html links to a .run file for Linux. So I have downloaded it, set it as executable and ran it on Debian 12 (stable):

wget https://gpt4all.io/installers/gpt4all-installer-linux.run
chmod +x gpt4all-installer-linux.run && ./gpt4all-installer-linux.run

qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "stateChanged" qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "connectivityChanged" qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "deviceTypeChanged" qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "meteredChanged" [207016] Warning: Case insensitive sorting unsupported in the posix collation implementation [207016] Warning: Numeric mode unsupported in the posix collation implementation

GUI installation completed. But what next? When i click the app launcher menu, type "gpt" i can see "Get GPT4All..." (Open-source assistant). When I click it, it launches Discover (GUI package manager frontend) which shows: Could not open appstream://io.gpt4all because it was not found in any available software repositories.

gpt4all

bash: gpt4all: command not found

The mine selected destination directory for the installation did not contain any executable which would suggest to be launched. Though the file InstallationLog.txt contained the .desktop file path placed to my desktop and indeed, there was a launcher on the desktop and it launched the app. Why it is not in the app launcher, I do not know.