openclaw-dashboard and openclaw-nerve

These two tools are **complements**, as mudrii/openclaw-dashboard offers a general, zero-dependency dashboard for OpenClaw AI agents, while daggerhashimoto/openclaw-nerve provides a specialized, real-time web cockpit with advanced features like voice conversations, a kanban board, and sub-agent sessions that can likely be monitored or visualized through the broader dashboard.

openclaw-dashboard
56
Established
openclaw-nerve
44
Emerging
Maintenance 13/25
Adoption 10/25
Maturity 11/25
Community 22/25
Maintenance 13/25
Adoption 10/25
Maturity 11/25
Community 10/25
Stars: 261
Forks: 51
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 183
Forks: 10
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
No Package No Dependents
No Package No Dependents

About openclaw-dashboard

mudrii/openclaw-dashboard

A beautiful, zero-dependency command center for OpenClaw AI agents

Provides real-time operational visibility into OpenClaw AI agent deployments through 12 dashboard panels covering gateway health, cost breakdown (daily/monthly projections), cron job status, active sessions with token usage, and sub-agent activity — all refreshed automatically every 60 seconds. Built as a single Go binary backend with pure HTML/CSS/JS frontend, it polls OpenClaw's `/healthz`, `/readyz`, and `status --json` endpoints locally over HTTP, featuring 6 themeable interfaces, rate-limited natural-language chat queries, and per-metric CPU/RAM/disk thresholds. Designed specifically for multi-agent, multi-model OpenClaw setups running dozens of cron jobs across Telegram, Slack, Discord, and WhatsApp integrations.

About openclaw-nerve

daggerhashimoto/openclaw-nerve

Real-time web cockpit for OpenClaw: voice conversations, agent automated kanban board, workspace/file control, sub-agent sessions, inline charts, and usage visibility.

Builds on WebSocket proxying to OpenClaw Gateway while adding real-time file watching via SSE and rich UI rendering for agent outputs—charts, diffs, syntax-highlighted code, and structured tool results rendered natively rather than as text. Supports multi-agent fleet orchestration with per-agent workspaces, memory, and identity management, plus operational primitives like cron scheduling, kanban boards, and session trees that extend beyond conversational interfaces. Frontend uses React 19 with Tailwind and shadcn/ui; backend is Hono on Node.js with optional password auth, local-by-default binding, and Tailscale integration for private remote access.

Scores updated daily from GitHub, PyPI, and npm data. How scores work