For the complete documentation index, see llms.txt. This page is also available as Markdown.

Source Repositories

This docs set is assembled from the active source repositories below. If you want to inspect the implementation directly, start with these repos.

WithAutonomi

  • WithAutonomi — Main GitHub organization for the current Autonomi developer-facing repos

  • ant-sdkantd, language SDKs, local dev tooling, and antd-mcp

  • ant-client — Direct CLI and native Rust path: ant, ant-core, and local devnet tooling

  • ant-node — Node runtime, chunk storage, payment verification, and replication behavior

  • ant-protocol — Shared wire protocol crate for chunk messages, payment proofs, and devnet manifests

  • self_encryption — Client-side self-encryption crate used for content processing before network storage

  • evmlib — EVM payment helpers used by the daemon, CLI, and direct Rust flows

  • ant-merkle — Merkle batch payment contracts and proof structures used by larger upload batches

  • ant-keygen — ML-DSA-65 release-signing utility

saorsa-labs

  • saorsa-labs — Supporting transport, networking, and cryptography repos used by the current Autonomi stack

  • saorsa-core — Core peer-to-peer node, DHT, routing, and trust system

  • saorsa-transport — QUIC transport, NAT traversal, relay-assisted connectivity, and post-quantum transport layer

  • saorsa-pqc — Post-quantum cryptography library used by the broader stack

Use these repos when you want to:

  • inspect the implementation behind a documented interface

  • follow a tool or crate in more detail

  • review upstream changes alongside the docs

  • understand how the different parts of the Autonomi stack fit together

For a docs-first view of how the stack fits together, start with System Overview.

Last updated