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
1 2 Next › Last »
y0uCeF commented on 2026-05-14 09:03 (UTC)
The exclude-newer issue was resolved in a PR last week and merged to the main branch. It will be included in the upcoming release, which shouldn't take long based on their usual release schedule.
wyf9661 commented on 2026-05-12 01:41 (UTC) (edited on 2026-05-12 02:02 (UTC) by wyf9661)
The pyproject.toml has:
This limits all packages to versions uploaded within the last 7 days. But the openai>=2.21.0,<3 constraint is causing the issue - the exclude-newer filter is cutting off openai package versions. Since we're now on 2026-05-12 and the cutoff is 7 days ago, any package version uploaded before that date gets filtered out. This means v2.36.0—which was uploaded around May 5th—falls outside the window and isn't available for installation.
y0uCeF commented on 2026-05-01 10:45 (UTC)
I updated the PKGBUILD, feel free to test hermes features on the new installation, especially things like integrations, browser use ...
With the new uv-based version, I removed all python-* references from deps/optdeps since they are 3.14 versions.
Also, users are instructed to copy skills on installation. What should happen when new skills are added with each update? users may not copy them everytime.
evorster commented on 2026-05-01 03:33 (UTC)
A new version just dropped. Just FYI, and for the previous version, this should be added into the PKGBUILD to build the tui:
evorster commented on 2026-05-01 02:47 (UTC)
Yes, please share that PKGBUILD and I'll have a go at it.
y0uCeF commented on 2026-04-30 09:56 (UTC) (edited on 2026-04-30 09:57 (UTC) by y0uCeF)
@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
evorster commented on 2026-04-30 08:14 (UTC)
Running hermes --tui fails, and it complains that it is not installed.
Hermes on my machine was able to quickly fix the PKGBUILD to make this package install the TUI.
marsxyz commented on 2026-04-26 20:56 (UTC)
It's a shame it does not build in aarch64 (for Raspberry pi for example). Especially since the git version does build for aarch64.
1 2 Next › Last »