Pick Nostr
Pick Nostr if you want minimal surface, social/feed-shaped apps, and the relay topology is a feature, not a bug.
nostr.com →Nostr and Weave's WOVEN both define "signed events transmitted between peers." Nostr does it through relays; Weave does it through a Rust workspace with a fuller application stack.
| Dimension | Nostr | Weave |
|---|---|---|
| Topology | Clients + public relays | Direct peer-to-peer over weave-swarm + DHT |
| Event model | Kinds + tags | WOVEN events + spaces + filters + references |
| Identity | Bare keypairs (npub/nsec) | Identity adapters: Ed25519, Did, custom |
| Storage primitive | Relays cache events | Strand (per-writer signed log) + Lens (views) |
| Agent surfaces | Not first-class | First-class (/llms.txt, /skill.md, /.well-known/agent.json) |
| Out-of-app primitives | Limited (Blossom for media) | Locus drives, Nexus convergence, Strand Vault |
| Implementation language | Many — JS, Rust, Go, Swift | Rust workspace; bindings can be added |
Pick Nostr if you want minimal surface, social/feed-shaped apps, and the relay topology is a feature, not a bug.
nostr.com →Pick Weave if you want signed events as one piece of a bigger Rust application stack — alongside drives, views, multi-writer convergence, and agent context.
All primitives →Read the SDK overview or load the full agent context. The fastest path to a peer-to-peer application that doesn’t need a blockchain.