@evorster @marsxyz @Xelinor I am working on a refactoring of the package:
Install using a virtual environment using "uv" to /opt/hermes-agent/ similar to the official install.sh
Support "any" arch
Preinstall all node requirements: web dashboard, tui, whatsapp-bridge
I am still testing these changes and will push them once I fix all bugs (example: somehow the package still references absolute paths from my dev environment instead of /opt paths) If anyone is free to test I can share my current PKGBUILD. Co-maintainers are welcome as well
Pinned Comments
y0uCeF commented on 2026-06-30 19:32 (UTC) (edited on 2026-06-30 19:32 (UTC) by y0uCeF)
This package uses Python 3.12 from AUR to stay consistent with Nous Research recommendations
It uses venv to install all Python 3.12 compatible dependencies
The installation path is /opt/hermes-agent
Due to lack of permissions for the user, lazily installed packages, which should auto-install when needed, cannot be installed. We try to prepackage some of them such as: firecrawl,exa,parallel-web,messaging.
Hermes desktop is not yet included, if it is needed by the community we can prepackage it as well. Although that would mean an extra ~300MB at least in the final package size