Back to all projects
Active

ZeptoClaw

Self-healing agent runtime

A lightweight, secure runtime for autonomous agents. ZeptoClaw provides process isolation, resource limits, and automatic recovery — letting you run AI agents with confidence on edge devices, servers, or embedded systems.

Quickstart

terminal
# Install ZeptoClaw
$ curl -fsSL https://zeptoclaw.dev/install.sh | sh
$
# Run your first agent
$ zeptoclaw run ./agent.yaml

Features

Process Isolation

Each agent runs in its own sandboxed environment with strict resource boundaries.

Self-Healing

Automatic restart and recovery when agents crash or become unresponsive.

Resource Limits

CPU, memory, and I/O quotas prevent runaway agents from affecting system stability.

Edge-First

Designed for constrained environments with minimal overhead and fast startup.

Architecture

Agent LayerUser-defined agent code and configuration
RuntimeProcess management and lifecycle
SandboxIsolation and resource boundaries
KernelSystem interface and hardware abstraction