Installation
Install
Section titled “Install”pip install obsignaOr with uv:
uv add obsignaRequirements
Section titled “Requirements”- Python 3.11+
You also need the daemon
Section titled “You also need the daemon”pip install obsigna installs the library only. Receipts are signed by a
separate obsigna-daemon process, which also ships the agent-receipts
CLI (list, show, verify). Install it on macOS or Linux — Windows is not
supported yet:
# macOS (Homebrew)brew install agent-receipts/tap/obsigna
# Linux / from source (requires Go 1.26.1+) — builds the daemon and the obsigna CLIgo install github.com/agent-receipts/ar/daemon/cmd/obsigna-daemon@latestgo install github.com/agent-receipts/ar/daemon/cmd/obsigna@latestSee Daemon Setup for other install methods, socket paths, and running the daemon as a service.
Next steps
Section titled “Next steps”- Quick Start — start the daemon, emit your first receipt, and verify it
- API Reference for the full API surface