Napster rebuilds file sharing on Nostr and Tor
- Napster uses Nostr relays and temporary Tor tunnels to run decentralized peer-to-peer music sharing.
- Users publish file hashes to Nostr relays and complete transfers over short-lived onion connections.
- Relay infrastructure is tightening access controls to block unauthenticated data scraping across private inbox feeds.
Napster is back as a peer-to-peer file protocol.
On September 14, 2026, Nostr Compass detailed how the network operates without central servers or indexers. Users publish catalog events tagged with cryptographic file hashes directly to relays, broadcasting availability heartbeats every ten minutes. Identity remains tied to a Nostr public key rather than an account on a company database.
When two users agree on a file swap, negotiation happens entirely through encrypted direct messages. The actual transfer never touches a relay. Instead, the client spins up an ephemeral Tor version 3 onion connection on demand for that specific handshake. Once the file bytes transfer, the onion address vanishes without leaving permanent network footprints.
"Nostr handles discovery; Tor handles the bytes."
- Host, Nostr Compass
The architectural pivot highlights a broader push across the Nostr ecosystem toward hardened data boundaries. Developers are updating core relay software like Conduit to fix long-standing outbox model vulnerabilities. Private inbox messages are now locked strictly to recipient keys to stop third-party nodes from serving unencrypted data.
Relays are also introducing signals to warn users when unauthenticated queries yield partial results, prompting cryptographic sign-ins for full access. On the client side, offline tools are integrating these strict identity checks. Voice app Voca locally verifies post signatures on GrapheneOS before reading text feeds aloud.
Combining Nostr's metadata routing with Tor's anonymous transport solves a classic peer-to-peer problem. Early networks exposed client IP addresses to public tracking. By offloading identity and discovery to relays while isolating payload transfers inside temporary onion circuits, the model shields participants from persistent network monitoring.
Decentralized sharing just found its second wind.