实时 网页 cockpit 为 OpenClaw: voice conversations, agent automated kanban board, workspace/文件 控制, sub-agent sessions, inline charts,、usage visibility.GitHub 842 ⭐ / 141 Fork,主要使用 TypeScript 开发。标签:ai-agent,claude,clawbot,dashboard,mission-control。访问项目:https://github.com/daggerhashimoto/openclaw-nerve
项目介绍
实时 网页 cockpit 为 OpenClaw: voice conversations, agent automated kanban board, workspace/文件 控制, sub-agent sessions, inline charts,、usage visibility.
核心功能
- [Local](docs/DEPLOYMENT-A.md) — Run Nerve and Gateway on one machine. Recommended default setup for reliability and simplicity. - [Hybrid](docs/DEPLOYMENT-B.md) — Keep Nerve local, run Gateway in the cloud - [Cloud](docs/DEPLOYMENT-C.md) — Run Nerve and Gateway in the cloud
使用指南
curl -fsSL https://raw.githubusercontent.com/daggerhashimoto/openclaw-nerve/master/install.sh | bash ``` > Run the installer, live in 60 seconds
<div align="center">
<https://github.com/user-attachments/assets/25d65a85-1d42-45bc-baae-5e6fca531705>
</div>
<table align="center"> <p align="center"> <strong>Mobile Screenshots</strong> </p> <tr> <td align="center"><img src="https://y7qrgowhkj.ufs.sh/f/WxqUPjL9oRPTRBre6go2FRlk6Tbtc5WnrMZ9AUKdBC3vsNi0" alt="Nerve screenshot 1" width="200" /></td> <td align="center"><img src="https://y7qrgowhkj.ufs.sh/f/WxqUPjL9oRPTW4tYWWL9oRPTJEIWbY7sVfKzjyrSCXqMdGv6" alt="Nerve screenshot 2" width="200" /></td> <td align="center"><img src="https://y7qrgowhkj.ufs.sh/f/WxqUPjL9oRPTSe31HqKJOvEcMqm9djw1Y5srz3GQTIUlFg84" alt="Nerve screenshot 3" width="200" /></td> </tr> </table>
Why Nerve exists
Chat is great for talking to agents. It is not enough for operating them.
The moment you care about visibility, control and coordination over your agents, the thread gets too small. You want the workspace, sessions, taskboard, editor, usage, and agent context in one place.
Nerve is that place.
Why it feels different
✨ Fleet control, not just chat
Run multiple agents from one place. Each agent can have its own workspace, subagents, memory, identity, soul, and skills, while Nerve gives you a single control plane to switch context, inspect state, and operate the whole fleet.✨ Voice that feels built in
Push-to-talk, wake word flows, explicit language selection, local Whisper transcription, multilingual stop and cancel phrases, and multiple TTS providers. Voice is part of the product, not an afterthought.✨ Full agent operating context
Each agent can have its own workspace, memory, identity, soul, and skills. Nerve lets you inspect, edit, and manage that context live, without guessing what an agent knows, where it works, or how it is configured.✨ A real operating layer
Crons, session trees, kanban workflows, review loops, proposal inboxes, and model overrides. Nerve gives agent work an operating surface instead of leaving it trapped inside chat history.✨ Rich live output
Charts, diffs, previews, syntax-highlighted code, structured tool rendering, and streaming UI that makes agent responses easier to inspect.><details> > > <summary>What you can do with it</summary> > > - Talk to your agent by voice and hear it answer back naturally > - Browse and edit the workspace live while the conversation is still happening > - Watch cron runs as separate sessions instead of treating automation like a black box > - Delegate work onto a kanban board and review what came back > - Ask for a chart and get a real chart, not a code block pretending to be one > - Track token usage, costs, and context pressure while long tasks run > - Inspect subagent activity without losing the main thread > - Switch between per-agent workspaces and memory without losing context > - Inspect each agent’s identity, soul, and skills from the UI > - Delegate subagent work inside a larger agent fleet instead of treating everything as one thread
</details>
Capability snapshot
| Area | Highlights |
|---|---|
| Agent fleet | Run multiple agents from one control plane, each with its own workspace, subagents, memory, identity, soul, and skills |
| Interaction | Streaming chat, markdown, syntax highlighting, diff views, image paste, file previews, voice input, TTS, live transcription preview |
| Workspace | Per-agent file browser, tabbed editor, memory editing, config editing, skills browser |
| Operations | Session tree, subagents, cron scheduling, kanban task board, review flow, proposal inbox, model overrides |
| Observability | Token usage, cost tracking, context meter, agent logs, event logs |
| Polish | Command palette, responsive UI, 14 themes, font family and 10px to 24px font size controls, mobile-safe input sizing, hot-reloadable settings, updater with rollback |
Get started
One command
``` curl -fsSL https://raw.githubusercontent.com/daggerhashimoto/openclaw-nerve/master/install.sh | bash ```
> The installer handles dependencies, clone, build, and then usually hands off straight into the setup wizard. Guided access modes include localhost, LAN, Tailscale tailnet IP, and Tailscale Serve.
Pick your setup
- [Local](docs/DEPLOYMENT-A.md) — Run Nerve and Gateway on one machine. Recommended default setup for reliability and simplicity. - [Hybrid](docs/DEPLOYMENT-B.md) — Keep Nerve local, run Gateway in the cloud - [Cloud](docs/DEPLOYMENT-C.md) — Run Nerve and Gateway in the cloud
<details><summary><strong>Try the next branch</strong></summary>
`master` is the stable branch. Use `next` if you want the latest Nerve work before it lands in `master`.
Fresh install from `next`:
``` curl -fsSL https://raw.githubusercontent.com/daggerhashimoto/openclaw-nerve/master/install.sh | bash -s -- --branch next ```
Switch an existing install to `next`:
``` cd ~/nerve # installer default; manual clone: cd openclaw-nerve git fetch origin git switch next || git switch -c next --track origin/next git pull --ff-only npm install npm run build npm run prod ```
Keep `next` updated:
``` cd ~/nerve # installer default; manual clone: cd openclaw-nerve git fetch origin git switch next || git switch -c next --track origin/next git pull --ff-only npm install npm run build
项目信息
| 项目 | 信息 |
|---|---|
| 项目名称 | daggerhashimoto/openclaw-nerve |
| Star 数 | 842 |
| Fork 数 | 141 |
| 编程语言 | TypeScript |
| 开源协议 | MIT |
| 创建时间 | 2026-02-19 |
| 最近更新 | 2026-06-03 |
| 主题标签 | ai-agent、claude、clawbot、dashboard、mission-control |
项目地址
GitHub 仓库:<https://github.com/daggerhashimoto/openclaw-nerve>
> 完整 URL:[https://github.com/daggerhashimoto/openclaw-nerve](https://github.com/daggerhashimoto/openclaw-nerve)
如需查看完整源码、安装命令、使用示例、API 文档,请直接访问上方项目地址。所有信息均以 GitHub 仓库为准。