EN 中文
← Blog

Nerve Is Open Source

An operating system for orchestrating AI agents.

Every tool in the Projects section of my homepage — the dashboard, the live counters, the monitors — I didn’t build any of them. An agent noticed they were missing and shipped them. I never touched the code. That agent is Nerve, and today it’s open source.

I introduced Nerve in April: one terminal pane that drives N others, an orchestrator that decides what’s next and dispatches the work. It has since grown up. It’s less a script now and more an operating system for agents — a control plane, a durable memory spine, and adapters for terminals you already run. The newest one targets WezTerm, so you can point it at a stock terminal and go.

Here’s the part that still surprises me. One of Nerve’s workers, PainFinder, hunts for unmet needs. It decided the Projects section of my homepage needed live tools — designed them, built them, and put them on the page — with no prompt from me. The site you’re reading is a living changelog of an agent acting on its own judgment.

Where this goes next: I’ve started to think the screen itself is the thing holding us back. I’m leaning toward a screenless operating system — Cleon OS, with an agent called Smith — driven by gesture and voice instead of a keyboard. Nerve is the orchestration brain; Cleon is what happens when you take the monitor away.

Nerve is on GitHub, MIT licensed. The architecture, the setup, and the config all live in the repo — I kept the details there and the story here. Fork it, point it at your own panes, and see how much more you can hold in your head. github.com/mkmkkkkk/nerve

Nerve 开源了

一套编排 AI agent 的操作系统。

首页 Projects 板块里的每一个小工具——仪表盘、实时计数器、各种监控——没有一个是我写的。是一个 agent 发现它们缺了,然后自己做出来上线的。我一行代码都没碰。那个 agent 叫 Nerve,今天它开源了。

四月我介绍过 Nerve:一个终端 pane 驱动另外 N 个,一个编排者决定下一步做什么、把活派下去。这几个月它长大了。现在它更像一套 agent 的操作系统,而不是一个脚本——一个控制平面、一条可持久化的记忆主干,以及对接你手上现有终端的适配层。最新的一个对接 WezTerm,你拿一个普通终端指过去就能跑。

最让我意外的是这部分。Nerve 有个 worker 叫 PainFinder,专门去找没被满足的需求。它判断我首页 Projects 板块该有一批实时组件——自己设计、自己实现、自己挂上页面——我没下任何指令。你正在看的这个站,本身就是一个 agent 凭自己判断行动的活体日志。

接下来往哪走:我越来越觉得,屏幕本身才是该被拿掉的那个东西。我现在更想做一套无屏幕的操作系统——Cleon OS,配一个叫 Smith 的 agent——用手势和声音来驱动,而不是键盘。Nerve 是编排的大脑;Cleon 是当你把显示器拿掉之后的样子。

Nerve 在 GitHub 上,MIT 协议。架构、安装、配置都在 repo 里——细节留在那边,故事放在这边。Fork 它,指向你自己的 panes,看看你的脑子还能多装下多少。github.com/mkmkkkkk/nerve