Desktop artifacts
Desktop artifacts
Section titled “Desktop artifacts”ForgeGuard attaches prebuilt Hermes Desktop installers to every fork release. They package the same upstream Hermes Desktop app; ForgeGuard only builds and signs the installers.
Signing state (version-sensitive). macOS builds are ad-hoc signed and not notarized — this fork has no Apple Developer credentials. Linux builds are unsigned installers. Windows desktop builds are not currently produced. Verify the current state on the release you are installing; do not assume notarization from older documentation.
Available formats
Section titled “Available formats”| Platform | Formats | Notes |
|---|---|---|
| Linux | .AppImage, .deb, .rpm | Unsigned installers. |
| macOS | .dmg, .zip | Ad-hoc signed, not notarized. |
| Windows | — | Not currently built by this fork. |
Desktop artifacts are versioned only by the GitHub Release tag they are attached
to (they do not carry the image -<version> tag scheme).
Prerequisites
Section titled “Prerequisites”- A supported Linux distribution (for
.AppImage/.deb/.rpm) or macOS. - Download the artifact for your platform from the releases page.
Install on Linux
Section titled “Install on Linux”Use your distribution’s installer for .deb/.rpm, or run the .AppImage
directly:
chmod +x Hermes-*.AppImage./Hermes-*.AppImageInstall on macOS
Section titled “Install on macOS”Because the build is ad-hoc signed and not notarized, macOS Gatekeeper
quarantines the downloaded .dmg and reports the app as “damaged”. After copying
Hermes.app to /Applications, clear the quarantine attribute once:
xattr -cr /Applications/Hermes.appDownloading the .zip with curl -L avoids the quarantine attribute entirely:
curl -L -o Hermes.zip "<release asset URL>"unzip Hermes.zipSee Troubleshooting for more detail.
Verify
Section titled “Verify”Launch the app. To connect it to a persistent runtime deployment,
open the connection dialog, choose Client Mode, enter http(s)://<host>:9119,
and sign in with the authentication provider
you configured on that deployment.
Upstream desktop documentation
Section titled “Upstream desktop documentation”Usage of the desktop app itself — features, settings, Client Mode — is documented upstream: Desktop guide. This page covers only the ForgeGuard-built installers.
Related
Section titled “Related”- Runtime images — the deployment Client Mode connects to.
- Troubleshooting ForgeGuard artifacts
- ForgeGuard changes