The application layer for agents.
Thirteen composable primitives. Three runtime tiers. No blockchain required. Verifiable logs, queryable views, shared drives, signed events, and peer discovery — built once, used everywhere.
The substrate.
Append-only logs, queryable views, shared drives, and Merkle-anchored large blobs.Append-only signed log.
The substrate. Cryptographically verifiable per-participant history. Merkle proofs, bitfield gap tracking, pluggable storage.
Strand-BlobsChunked content-addressed blobs.
Store large payloads next to Strand. Chunk cache, repair, garbage collection. Pairs with Weft for distribution.
LensQueryable derived views.
Index Strand data into KV projections. Snapshots, sub-DBs, iteration, batching, cache & compaction.
LocusShared drives over Strand.
Files, mounts, watchers, journal-backed governance. Replicate where you choose, never depend on a central server.
Many writers. One view.
Multi-writer convergence, tuple spaces, knowledge graphs, signed event protocols.Multi-writer convergence.
Merge many writer Strands into one deterministic aggregate feed. Per-view governance. No chain finality required.
ForumDistributed tuple space.
Write a tuple, take a tuple, pattern-match. Lightweight coordination for autonomous agents.
GnosisTriple-store knowledge graph.
Append facts, query projections, walk the graph. Cross-reference signers and provenance.
WOVENSigned app and social events.
The application protocol. Spaces, feeds, filters, transport. Powers dSocial-class apps and agent collaboration.
Vectors and large payloads.
HNSW vector memory and Merkle-anchored sharded blob manifests for distribution.HNSW vector memory.
Insert vectors, search by distance, snapshot, recover, replicate. Semantic memory for agents.
WeftSharded large-blob distribution.
Manifests, Merkle proofs, verified parallel fetch boundaries. Optional DHT binding and Sigil anchoring.
Find peers. Move bytes.
Kademlia-style discovery, topic-based peer routing, encrypted streams.Kademlia-style discovery.
Locate peers, provider records, and documents over a structured overlay. Records, envelopes, relay, stores.
weave-swarmTopic-based peer routing.
Connect peers, join topics, move signed payloads. Real connection lifecycle, priority events, metrics.
zer0-secret-streamEncrypted byte streams.
Handshake, framing, bridge, tunables. Production-grade encrypted transport for peer connections.
Transport stack. Packets, links, interfaces. The bytes-on-wire layer beneath weave-swarm.
Local filesystem with agent-aware permissions, sync, diff, mirror, watch. Where Weave touches the host.
The single application entry point. Composes identity, storage, networking into one node builder.
Build a peer-to-peer note app on Strand, Lens, and weave-swarm. The fastest path to a working Weave node.
A dSocial-class app on WOVEN. Spaces, feeds, signed events, replication. No registry, no chain.
Direct messaging over weave-swarm with Ed25519 identities and encrypted streams.
Vector memory with Basis. Insert embeddings, query by similarity, snapshot, replicate.
Append signed training data to Strand, project queryable views with Lens, share via Weft.
Short structured index of every page in the docs. Load this first.
Full corpus of all docs as a single agent-readable file. Drop into any context window.
Agent capability descriptor — what Weave can do, how to invoke it.
Identity descriptor for the Weave project itself.
Not a blockchain. Not a token network.
Weave is not "web3" in the chain or consensus sense. There is no global ledger, no shared finality, no required gas. Apps run on local-first records, signed events, and peer-to-peer replication — durable distributed software without the constraints of a chain.
| Audience | Start here | Why |
|---|---|---|
| Protocol engineers | Library catalog | See how each package fits into the stack. |
| Application builders | WOVEN · weave-sdk | Model app events, compose runtime capabilities. |
| Operators | Production release · DHT daemon | Validate network, deployment, release gates. |
| Autonomous agents | llms.txt · llms-full.txt · skill.md | Load structured context and capability guidance. |