Search Criteria
Package Details: librechat 0.7.9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/librechat.git (read-only, click to copy) |
---|---|
Package Base: | librechat |
Description: | Open-source ChatGPT clone fully customizable and compatible with any AI provider |
Upstream URL: | https://github.com/danny-avila/LibreChat |
Licenses: | MIT |
Submitter: | envolution |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 1 |
Popularity: | 0.90 |
First Submitted: | 2025-06-01 08:31 (UTC) |
Last Updated: | 2025-08-04 23:11 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libvips (libvips-gitAUR, libvips-notiffAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod)
- node-gyp (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- meilisearch (optional) – improved chat indexing and search
- mongodbAUR (mongodb32-binAUR, percona-server-mongodb-binAUR, mongodb36-binAUR, mongodb34-binAUR, mongodb40-binAUR, mongodb44-binAUR, mongodb42-binAUR, mongodb60-binAUR, mongodb50-binAUR, ferretdbAUR, mongodb50AUR, mongodb44AUR, mongodb70-binAUR, ferretdb-binAUR, mongodbAUR, mongodb-binAUR) (optional) – default DB used by LibreChat
- nginx (nginx-rtmp-sergey-gitAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, nginx-quic-libresslAUR, freenginx-mainlineAUR, angieAUR, freenginx-libresslAUR, nginx-mainline) (optional) – http service to optionally serve the librechat webapp
Latest Comments
envolution commented on 2025-08-04 23:12 (UTC) (edited on 2025-08-04 23:13 (UTC) by envolution)
@hopeseekr thanks for the info, I was able to reproduce and have explicitly added them for the time being
hopeseekr commented on 2025-08-04 21:23 (UTC)
@envolution: The package wouldn't start. No custom configuration. No changes. I only want to use with Ollama but i didn't touch anything at first. I used
journalctl -xeu librechat
to see the js errors, went into /var/lib/librechat and ran the commands, and then i hit those dependencies.I wondered if any of it is because i'm on cachyos on this machine but it'd be a first. Node 22.18.0, installed normally. not via nvm.
envolution commented on 2025-08-04 21:10 (UTC) (edited on 2025-08-04 21:17 (UTC) by envolution)
@hopeseekr melisearch seems to be optional (https://www.librechat.ai/docs/local/npm), and mongodb is already a dependency. I'm not sure about the node package management as that's managed upstream - do you happen to have errors logged or any supplemental information that lead you to requiring those specific node packages?
edit: sorry, seems i did not add mongodb as a dependency - I left details in the install script on how to install and enable it
hopeseekr commented on 2025-08-04 21:03 (UTC)
This package just would not run for me on cachyos with nodejs v22.
I had to do the following:
grandchild commented on 2025-06-05 08:31 (UTC)
Works now, thanks for the quick fix!
envolution commented on 2025-06-05 05:57 (UTC)
@grandchild thanks and yeah, i bungled the launch wrapper path. files in webapps are for optionally serving the front-end through nginx/httpd. anyways I've updated (rel-3) to fix it.
I haven't had a lot of time to test, so if you run to more issues please let me know
grandchild commented on 2025-06-05 04:12 (UTC)
Seems the package spreads its files in both
/usr/share/librechat/...
and/usr/share/webapps/librechat/...
and gets confused about it?