Documentation

0trace Docs

Everything you need to deploy, configure, and extend 0trace — the secure-by-default automation runtime with deny-first capability enforcement and tamper-evident audit logs.

Quick Start

Run 0trace in seconds with Docker — no installation required.

docker run --rm -it ghcr.io/0trace-ai/zt:latest help

Ready to go deeper? Read the CLI reference →

Installation

Docker Recommended

Zero-install evaluation. No build tools required.

docker run --rm -it \
  ghcr.io/0trace-ai/zt:latest help

Docker Compose

Persistent server with HTTP API on port 8743.

git clone https://github.com/0trace-ai/zt.git
cd zt
docker compose up zt-serve

Build from Source

Requires Zig 0.13.0. Produces a single static binary.

git clone https://github.com/0trace-ai/zt.git
cd zt
zig build -Doptimize=ReleaseSafe
./zig-out/bin/zt help