Price:

AI & Tech

FIPS 0.4.0 prepares Nostr for a four-million-node offline mesh

Monday, July 13, 2026 · from 1 podcast
  • FIPS 0.4.0 added a Nym MixNet transport layer and moves toward offline mesh networking for up to four million nodes.
  • The protocol is expanding beyond social media, replacing GitHub's collaborative features and standardizing relay management.
  • The goal is a decentralized network that survives if the central internet fails, tested in disaster recovery scenarios.

The decentralized social protocol Nostr is building infrastructure to operate beyond the internet. FIPS 0.4.0 introduced the Nym MixNet transport layer, a privacy-preserving mesh that obscures traffic patterns in a way Tor cannot.

According to Nostr Compass, the current FIPS mesh network faces discovery issues near its theoretical capacity. A planned V2 upgrade with variable bloom filters aims to support up to four million nodes. The teased next version includes Wi-Fi mesh support via the 802.11s protocol, allowing routers to peer directly by MAC address.

"The goal is a network that survives even if the central internet fails."

- Nostr Compass

The protocol is expanding its scope. NIP-34 updates brought multi-maintainer support to Nostr-native Git repositories, moving to replace GitHub's collaborative features. Amethyst is integrating these features, adding timelines that surface issues, pull requests, and commits directly in the social feed.

Relay administration is also shifting to the protocol. NIP-86 provides a JSON-RPC interface that allows authorized admins to manage their relays using NIP-98 signatures, meaning relay owners can moderate infrastructure from the same app they use to post notes.

Applications like Myco are already testing this offline infrastructure on Android, using FIPS and NIP-5A standards to share signed website content via Bluetooth or Wi-Fi. This creates localized command-and-control hierarchies that don't rely on a single server, aimed at disaster scenarios where cellular networks go dark.

The push signals Nostr's ambition to become a full-stack decentralized platform, from social networking to developer tools and resilient physical infrastructure.

Source Intelligence

- Deep dive into what was said in the episodes

Nostr Compass Podcast #29Jul 11

  • FIPS released version 0.4.0, adding Nym MixNet transport and opt-in MDNS LAN discovery, improving UI and packaging for OpenWRT routers.
  • The current FIPS mesh network faces discovery issues near theoretical capacity; a planned V2 upgrade with variable bloom filters aims to support up to 4 million nodes.
  • Nym transport layer protects against traffic pattern analysis, a key metadata leakage flaw that Tor does not address due to lacking cover traffic.
  • White Noise launched a desktop client built on Marmot v2 in Rust, aiming for cross-platform feature parity with mobile apps and using a separate tag for custom effects.
  • Nostr Codex Phone launched as a mobile control surface for Codex workers, enabling session management via NIP 17 direct messages.
  • Amethyst now supports NIP 34 git repositories, NIP 5A/5D applets, and NIP77 entropy for bandwidth efficiency.
  • Buzz generalized AI model provider selection and hardened relay security; note deck implemented NIP 37 private relay sync and NIP 22 comments.
  • ngit merged Grasp 6 spec, replacing personal fork tags with a 'u' tag for clearer repo maintenance semantics.
  • Miso replaced MLS encryption with a simpler static key design using NIP 44 for group messaging where forward secrecy is less critical.
  • NIP 44 increased encrypted payload limits to 4 kibibits, solving relay rejection issues for large follower lists.
  • NIP 86 relay management API added a sign event method and relay role events, enabling client-controlled relay administration.
  • A new proposal for epoch-based deterministic NIP 17 encryption aims to improve spam filtering by deriving keys from coarse time epochs.
Also from this episode: (2)

Protocol (1)

  • CustID released a mobile identity vault using the Sister protocol and NFC challenge tokens for second-factor authentication, with plans for future zero-knowledge proofs.

Coding (1)

  • Myco is a new Android app using Rust and FIPS for peer-to-peer Nsite sharing, creating ad-hoc mesh networks for apps and chat via NFC pairing.