Discover and explore top open-source AI tools and projects—updated daily.
daggerhashimotoUnified web cockpit for orchestrating AI agents
Top 50.8% on SourcePulse
Nerve provides a real-time web cockpit for the OpenClaw agent framework, designed to offer users a comprehensive interface for visibility, control, and coordination. It addresses the limitations of chat-based interactions by consolidating agent workspaces, sessions, task boards, editors, usage metrics, and agent context into a single, unified control plane, making OpenClaw's capabilities more accessible and manageable.
How It Works
Nerve functions as a rich operating surface in the browser, sitting in front of the OpenClaw gateway. Its core approach is to provide "fleet control" for multiple agents, allowing each to have its own workspace, subagents, memory, and skills, all managed from a single interface. It moves beyond chat by offering a "real operating layer" with features like session trees, kanban workflows, and cron scheduling, enabling structured agent operations. Voice interaction is deeply integrated, featuring push-to-talk, wake word flows, and local transcription. The frontend is built with React 19 and Tailwind CSS, while the backend uses Hono 4 on Node.js.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/daggerhashimoto/openclaw-nerve/master/install.sh | bashHighlighted Details
Maintenance & Community
The project encourages community involvement through GitHub stars and contributions. Users can join the Nerve Discord server for support, discussions, setup sharing, and to follow development updates.
Licensing & Compatibility
The project is released under the MIT License, which generally permits commercial use and integration into closed-source projects. Nerve binds to 127.0.0.1 by default for local security, but network exposure requires enabling built-in password authentication.
Limitations & Caveats
Nerve is dependent on an active OpenClaw gateway to function. By default, it binds to localhost, requiring explicit configuration to be accessible over a network.
23 hours ago
Inactive
ag2ai