A runtime for
agents that stay.
NockOS is the open-source local runtime for long-lived AI agents: process supervision, heartbeats, and uptime tracking. One of many runtimes Nock Command coordinates, not the only one.
Animated demo: a nockos fleet status console listing five agents with heartbeats and uptimes, ending with a fleet uptime of 99.98 percent.
Keep agents
alive and honest.
NockOS is a single binary that supervises agent processes on your own machine. No daemon spread, no cloud.
Agents that crash are restarted in under a second. Crash loops are caught and reported, not hidden.
[supervise] restart = "always" backoff = "1s"
Every agent emits a heartbeat. Miss two and NockOS flags it: you know before the work stalls.
[heartbeat] interval = "10s" miss_max = 2
Per-agent and fleet-wide uptime, logged locally. Pipe it into Nock Command for one-screen visibility.
[uptime] track = "per-agent" export = "command"
Run a fleet.
In four steps.
NockOS is a single binary. Point it at your agents and it keeps them running.
Install the runtime
A single binary via Homebrew or cargo. No daemon, no kernel module.
Register your agents
nockos register names each agent and its start command. One line per agent.
NockOS supervises them
Crashes restart, heartbeats are checked, uptime is logged automatically.
Pipe status into Command
nockos export streams fleet status to Nock Command for one-screen visibility.
Install
One line. No accounts. No telemetry.
# homebrew (macOS, Linux) $ brew install nocktechnologies/tap/nockos # initialize the runtime $ nockos init # start supervising $ nockos start [ok] runtime online · 5 agents supervised
Real fleet. Real uptime.
NockOS has kept the founder's 14-agent fleet alive across 15 sprints of continuous work.
Stop babysitting
processes.
Run NockOS.
The rest of the fleet.
NockOS is one runtime. The fence, the memory, the playbook, and the dashboard run above it.
Filesystem, network, and secret fencing for AI agents. Three fences, total containment.
Learn more → FREE · OSS NockBrain · the memoryContext persistence. Diary, handoffs, identity documents. 94–99% retention.
Learn more → FREE · OSS Nock Skills · the playbookOperational patterns: handoff protocols, review pipelines, standing orders.
Learn more → $29 / MO Nock Terminal · the cockpitMulti-session Claude Code with tabs, status dots, git ops, command palette. macOS native.
Learn more → $97 / MO Nock Command · the dashboardFleet coordination. Sprint planning, /fire dispatch, agent messaging, content pipeline.
Learn more → ← Back to homepage