Skip to content

Grok UI v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 06:20
950ce96

Grok UI v0.10.0 — Multi-machine Monitoring

Grok UI can now monitor trusted machines from one central Fleet view. See host health, remote sessions, workflows, runtime state, and usage without switching between installations.

What’s new

  • Run the lightweight grok-ui agent on each machine you want to monitor.
  • View host identity, versions, capabilities, latency, last seen, and data freshness.
  • Connect through SSH loopback forwarding or trusted Tailscale endpoints.
  • Inspect remote sessions, workflows, runtime state, and usage.
  • Quickly distinguish healthy, degraded, stale, offline, incompatible, unauthorized, and unavailable hosts.

Secure by design

Multi-machine monitoring is authenticated and strictly read-only in v0.10.0. It cannot remotely start or stop work, control processes, execute shell commands, write files, or probe arbitrary endpoints.

Connections use dedicated bearer tokens, bounded timeouts and response sizes, protocol compatibility checks, and safe parsing. Privacy Mode redaction continues to apply to aggregated remote data.

Install or update

Requires Node.js 22 or newer.

npm install --global grok-ui@0.10.0
grok-ui --version

The release passed unit, integration, browser, soak, packaged-install, privacy, security, SSH, and Tailscale verification with zero npm audit vulnerabilities.

Learn more in the README, read the multi-machine monitoring guide, or view the full changelog.