Skip to content
GitHubRSS

BigBrotr

Modular infrastructure for Nostr relay discovery, health monitoring, and event archiving across clearnet and overlay networks.

Discovery

Find relays across clearnet, Tor, I2P, and Lokinet. Seed from known sources, discover from NIP-65 events, validate with WebSocket handshakes.

Health Monitoring

Six NIP-66 health tests — RTT, SSL, DNS, geolocation, network reachability, HTTP — plus NIP-11 relay information documents.

Event Archiving

Cursor-based event synchronization from validated relays. Content-addressed metadata deduplication via SHA-256 hashing.



Terminal window
# Clone and start the full stack
git clone https://github.com/BigBrotr/bigbrotr.git
cd bigbrotr/deployments/bigbrotr
docker compose up -d
# Run a single service
python -m bigbrotr seeder --once
python -m bigbrotr finder --log-level DEBUG