Documentation

Start with the Getting Started guide, then explore the complete documentation on GitHub.

Quick Installation

Install the PEAC CLI tools (v0.9.17) to get started:

# Install globally with pnpm
pnpm add -g @peac/cli
# Install protocol packages
pnpm add @peac/protocol @peac/crypto @peac/schema
# Initialize a new peac.txt file
npx peac policy init
# Validate your policy file
npx peac policy validate peac.txt

Requires Node.js 20 or newer. View full installation guide in the Getting Started documentation.

Core Documentation

Technical Details

Examples & Templates

Process & Governance

Quick Links