LeenOpsDocs
Hermes

Hermes Install Options

Choose the supported local LeenOps runtime and follow the correct provisioning path.

Hermes is the local LeenOps runtime. It runs in Docker on infrastructure you control and reports scoped telemetry to the LeenOps control plane.

Which installation can I perform?

OptionWho can create itCustomer self-service statusRecommended host
CTO Team installationWorkspace administrator with the CTO Team entitlementAvailable through the CTO Team installation flowWindows with Docker Desktop
Generic Hermes deploymentLeenOps provisionerRestricted provisioning consoleWindows with Docker Desktop
SEO Team installationOperator/API provisioningRuntime profile exists; customer creation UI is not generally availableConfirm with LeenOps
PA Team installationLeenOps operatorPackaged runtime exists; no general customer provisioning flow is documentedConfirm with LeenOps
Manual base Docker deploymentLeenOps operator or approved technical administratorOperator-assistedWindows or Linux with Docker Compose

For most customer-managed deployments today, use the CTO Team installation on Windows.

CTO Team installation

Prerequisites

  • A LeenOps workspace with CTO Team access.
  • Workspace administrator permission.
  • A Windows machine with Docker Desktop running.
  • PowerShell.
  • Outbound HTTPS access to LeenOps.
  • Enough disk and memory for the enabled containers.

Install

  1. In the console, go to Workspace → People & teams → CTO Team.
  2. Create or open an installation.
  3. Copy the generated Windows PowerShell install command.
  4. Open PowerShell on the target machine.
  5. Paste the command exactly once and let validation complete.
  6. Keep the window open until Docker Compose starts and the smoke checks finish.
  7. Return to the installation and confirm it becomes online.
  8. Open Observability and verify that health and events arrive.

Treat the command as a secret

The generated command contains a short-lived install token. Do not paste it into chat, email, screenshots, issue descriptions, or documentation. Generate a new command if it is exposed or expires.

Generic Hermes deployment

LeenOps provisioners can use Solutions → Hermes → New deployment. The deployment screen issues install tokens and a Windows command, then displays provisioning history and telemetry. This flow is intentionally restricted because it creates client infrastructure credentials.

Manual base Docker deployment

Manual Docker Compose installation is an operator path for custom Windows or Linux environments. It requires approved environment values and a long-lived telemetry credential issued after provisioning. Do not clone a private repository or invent environment variables from examples.

If your use case is not covered by CTO Team self-service, open a support request before installing.

Verify any installation

Run these checks on the target host:

docker compose ps
docker compose logs --tail 100

Then verify in LeenOps:

  • Installation status becomes online.
  • A current health event appears.
  • Logs and workflow events arrive.
  • Model usage appears after an AI-backed run.

Continue with Client install details and Observability.