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?
| Option | Who can create it | Customer self-service status | Recommended host |
|---|---|---|---|
| CTO Team installation | Workspace administrator with the CTO Team entitlement | Available through the CTO Team installation flow | Windows with Docker Desktop |
| Generic Hermes deployment | LeenOps provisioner | Restricted provisioning console | Windows with Docker Desktop |
| SEO Team installation | Operator/API provisioning | Runtime profile exists; customer creation UI is not generally available | Confirm with LeenOps |
| PA Team installation | LeenOps operator | Packaged runtime exists; no general customer provisioning flow is documented | Confirm with LeenOps |
| Manual base Docker deployment | LeenOps operator or approved technical administrator | Operator-assisted | Windows 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
- In the console, go to Workspace → People & teams → CTO Team.
- Create or open an installation.
- Copy the generated Windows PowerShell install command.
- Open PowerShell on the target machine.
- Paste the command exactly once and let validation complete.
- Keep the window open until Docker Compose starts and the smoke checks finish.
- Return to the installation and confirm it becomes online.
- 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 100Then 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.