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 reposant-sdk—antd, language SDKs, local dev tooling, andantd-mcpant-client— Direct CLI and native Rust path:ant,ant-core, and local devnet toolingant-node— Node runtime, chunk storage, payment verification, and replication behaviorant-protocol— Shared wire protocol crate for chunk messages, payment proofs, and devnet manifestsself_encryption— Client-side self-encryption crate used for content processing before network storageevmlib— EVM payment helpers used by the daemon, CLI, and direct Rust flowsant-merkle— Merkle batch payment contracts and proof structures used by larger upload batchesant-keygen— ML-DSA-65 release-signing utility
saorsa-labs
saorsa-labs— Supporting transport, networking, and cryptography repos used by the current Autonomi stacksaorsa-core— Core peer-to-peer node, DHT, routing, and trust systemsaorsa-transport— QUIC transport, NAT traversal, relay-assisted connectivity, and post-quantum transport layersaorsa-pqc— Post-quantum cryptography library used by the broader stack
How to use these links
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