Description
Automated doc validation (2026-05-28) on macOS Apple Silicon found two gaps in the quickstart-hermes documentation:
-
Docker not listed as a prerequisite. The installer detects missing Docker and warns, but the quickstart-hermes page does not mention Docker. Users only discover the requirement after install fails at the onboard step.
-
No headless/remote UI guidance. The installer warns about CHAT_UI_URL for headless hosts, but the doc does not cover this. Users accessing via SSH get no guidance.
Environment
Device: Mac Studio (Apple Silicon)
OS: macOS (arm64)
Docker: NOT INSTALLED
NemoClaw: CLI installed, onboard skipped
OpenClaw: N/A (onboard did not complete)
Steps to Reproduce
- On a macOS machine WITHOUT Docker installed
- Follow quickstart-hermes:
curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
- CLI installs (32s), but onboard is skipped with Docker warning
Expected Result
- Page should list Docker (Docker Desktop or Colima) as a prerequisite
- Page should mention
CHAT_UI_URL for headless/remote scenarios
Actual Result
[WARN] Install Docker: Docker is required before onboarding can create a gateway or sandbox.
[WARN] Review remote/headless UI settings: Set CHAT_UI_URL when remote browser access matters.
[WARN] Skipping onboarding until the host prerequisites above are fixed.
NVB#6234345
Description
Automated doc validation (2026-05-28) on macOS Apple Silicon found two gaps in the quickstart-hermes documentation:
Docker not listed as a prerequisite. The installer detects missing Docker and warns, but the quickstart-hermes page does not mention Docker. Users only discover the requirement after install fails at the onboard step.
No headless/remote UI guidance. The installer warns about
CHAT_UI_URLfor headless hosts, but the doc does not cover this. Users accessing via SSH get no guidance.Environment
Steps to Reproduce
curl -fsSL https://www.nvidia.com/nemoclaw.sh | bashExpected Result
CHAT_UI_URLfor headless/remote scenariosActual Result
NVB#6234345