Skip to main content

Platform Support

Hermes Agent maintains support for many platforms and distribution methods, but we can't support every possible install method.


Tier 1​

We strive to never break installations and updates for these. Issues & regressions in Tier 1 are our first priority and take precedence over other platforms.

OS / ArchitectureInstallation methodsNotes
macOS (Apple Silicon)Hermes Desktop, install.sh
Windows 10 / 11 (x86_64, aarch64)install.ps1, MSIX desktopThe MSIX package requires Windows 11 22H2 or later. Optional dependencies have architecture limits.
Linux / WSL2 (x86_64, aarch64)install.shWe test on the latest Ubuntu and WSL2. If your distro has glibc, systemd, and follows the Filesystem Hierarchy Standard, it's likely to work pretty well.
Docker Container (x86_64, aarch64)docker pullDocker installs do not support hermes update. Updating is done by running a new image.

Tier 2​

These platforms are maintained in-tree only as a best effort. Releases may break them, and we can't promise we'll fix them promptly when they break.

PRs will be accepted to fix issues with them, but they will take precedence below fixing issues with Tier 1 platforms.

OS / ArchitectureInstallation methodsNotes
Nix (macOS, Linux, NixOS)Nix flake and modulesNix owns runtime installation and updates.
Android / Termux (aarch64)Signed APT repository, then pkg install hermes-agentPrerelease package with Python, Node, and TUI. Run the gateway in a Termux session; Android can terminate background processes.

Build targets and support priority​

The native bundle pipeline includes Intel macOS (x64) as well as Apple Silicon. It also defines signed-package update acceptance for both architectures. That coverage does not change the Tier 1 priority assigned to Apple Silicon. Linux desktop packaging is disabled in the release workflow, although local AppImage builds and native Linux PM bundle checks exist.

Unsupported​

These platforms and distribution methods are not supported. We suggest that you migrate to a supported distribution method or platform. They may be broken right now, they may break more in the future. PRs to fix them will not be accepted, and any code that keeps compatibility with them may be removed at any point.

  • Android / Termux on non-aarch64 devices (aarch64 is supported via our APT package)
  • installs via the AUR (we might upstream patches if it helps out <3)
  • 32-bit x86 macOS. Intel x86_64 has native bundle build and package-update acceptance lanes; this does not change the Tier 1 priority for Apple Silicon.
  • installs via pypi (e.g. uv tool install hermes-agent, pip install hermes-agent, etc.)
  • installs via brew (brew install hermes-agent)

If you are using an unsupported distribution method, please read the the installation guide to learn how to switch to a supported one.