LeenOpsDocs
Hermes

Client Install

Install an approved Hermes or CTO Team runtime on a Windows client machine.

First read Hermes install options to confirm which runtime and provisioning path your workspace can use.

Prerequisites

  • Windows with PowerShell.
  • Docker Desktop installed and running.
  • Network access to LeenOps.
  • A CTO Team installation or approved Hermes deployment with a fresh install token.

Junior-safe install

  1. In LeenOps, open the CTO Team installation or Hermes deployment.
  2. Click Copy Windows install command.
  3. On the client machine, open PowerShell.
  4. Paste and run the command.
  5. Wait for validation, Docker Compose startup, and smoke tests.
  6. Return to LeenOps and confirm telemetry.

The command uses a short-lived install token. It is not the long-lived telemetry token. Treat the entire command as a secret and generate a new one if it is exposed.

Verify

On the client machine:

docker compose ps
docker compose logs --tail 100

In LeenOps, confirm the installation becomes online, then open Observability and check that health and events arrive.

Do not

  • Clone the private Hermes repo on a client machine.
  • Copy raw environment variables into chat.
  • Email telemetry tokens.
  • Delete client install folders without approval.