Search Criteria
Package Details: hermes-agent 0.14.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hermes-agent.git (read-only, click to copy) |
|---|---|
| Package Base: | hermes-agent |
| Description: | Locally-run AI agent with tool use, web browsing, and automation |
| Upstream URL: | https://github.com/NousResearch/hermes-agent |
| Licenses: | MIT |
| Submitter: | y0uCeF |
| Maintainer: | y0uCeF (evorster) |
| Last Packager: | evorster |
| Votes: | 4 |
| Popularity: | 2.79 |
| First Submitted: | 2026-04-02 18:38 (UTC) |
| Last Updated: | 2026-05-17 05:42 (UTC) |
Dependencies (15)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- atk (at-spi2-core-gitAUR, at-spi2-core)
- cairo (cairo-gitAUR)
- cups (cups-gitAUR, cups-gssapiAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR)
- libdrm (libdrm-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-nollvm-gitAUR, mesa-rdna2vrAUR, mesa-minimal-gitAUR, mesa-amber)
- nss (nss-hgAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- ripgrep (ripgrep-gitAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- uv (make)
Required by (1)
- emdash-git (optional)
Latest Comments
« First ‹ Previous 1 2
y0uCeF commented on 2026-04-23 23:28 (UTC)
@Xelinor thanks for your comment, I do share your concerns and I will be trying to change that as soon as possible. python311 from AUR seems like a good solution.
Xelinor commented on 2026-04-22 01:20 (UTC)
@y0uCeF — thanks for maintaining this package. One concern: the PKGBUILD builds against system Python (currently for me 3.14.4 on Arch/CachyOS), but upstream's scripts/install.sh and setup-hermes.sh both pin Python 3.11 via uv, and the upstream troubleshooting docs explicitly flag "not yet fully compatible with Python 3.13+" (pathlib, tiktoken pyo3 issues). Wheels build fine, but runtime failures on specific code paths will surface as hermes bugs when the real cause is the version mismatch. Simplest fix is probably to depend on python311 instead of python and have the existing /usr/bin/hermes wrapper invoke 3.11 explicitly so that it matches upstream's supported runtime. Happy to test. Thanks again!
jab416171 commented on 2026-04-19 14:36 (UTC)
there's a syntax error on line 69 - it should be either [ ! -d .git ] && mkdir .git or test ! -d .git && mkdir .git
y0uCeF commented on 2026-04-19 10:30 (UTC)
@lustyrumberjack welcome to AUR. I added those optdeps and spent 2 days troubleshooting hermes dashboard css issue. It turns out, .gitignore file from AUR package was being read by Vite/Tailwind which ignored src* and generated a minimal css file. hermes's install.sh does not suffer from this since it contains .git directory which stops the upward search for .gitignore files.
I have not explored all hermes features, such as connections to whatapp/telegram/.., browser use ...etc. I will keep fixing issues as they come up.
Any contributions are welcome through co-maintaining.
lustyrumberjack commented on 2026-04-14 15:00 (UTC) (edited on 2026-04-14 15:05 (UTC) by lustyrumberjack)
After years on AUR finally made an account, thanks for your work getting this added Youcef - The dashboard is broken specifically with the CSS - To get speech working had to add 'python-faster-whisper: STT/voice-to-text support' to optdepend. Also had to install python-sounddevice from AUR. The error I was getting was "MISSING pip install faster-whisper"
y0uCeF commented on 2026-04-13 20:59 (UTC)
The web directory has been built into the 0.9.0-2 version. Thanks for the comment. I tried the dashboard and it looks a bit weird. I wonder if I am missing something or if it should look like this.
nite07 commented on 2026-04-13 19:40 (UTC)
It seems the
hermes dashboardcommand is unusable; the web directory doesn't appear to have been copied during installation.{"error":"Frontend not built. Run: cd web && npm run build"}« First ‹ Previous 1 2