perlin-network/noise
A decentralized P2P networking stack written in Go. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3003
- days_rel: n/a
- days_push: 1286
- n_releases_24m: 0
Adoption not part of the score
1830 stars · 207 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
noise is an opinionated, easy-to-use peer-to-peer networking stack for decentralized applications and cryptographic protocols, written in Go. It provides peer discovery and routing via a Kademlia overlay, encrypted sessions with Curve25519 handshakes and AES-GCM AEAD, and message serialization with fine-grained lifecycle control.
Use cases
- build a decentralized p2p application in go
- discover and route messages between peers in an overlay network
- establish encrypted peer-to-peer sessions with authenticated encryption
- ping peers and exchange request/response or fire-and-forget messages
- limit inbound and outbound peer connections and time out idle peers
- implement a blockchain or distributed protocol networking layer
When to choose
- you need a minimal, secure, batteries-included P2P stack in Go
- you want built-in Kademlia peer discovery and encrypted handshakes without wiring crypto yourself
- you need fine-grained control over node/peer lifecycles and connection limits
When to avoid
- you need a general-purpose HTTP or REST networking library
- you require active maintenance or frequent updates - the project has seen limited recent activity
- you need NAT traversal or TURN/STUN relay support out of the box
Facets
library · maturity maintenance
networking p2p cryptography serialization rpc networking microservices security blockchain developer-tools go cross-platform peer-discovery kademlia ed25519 aead-encryption decentralized-applications
5 sources
- readme: https://github.com/perlin-network/noise · fetched 2026-08-28 · 2ca6e40cc663
- homepage: https://godoc.org/github.com/perlin-network/noise · fetched 2026-08-29 · 87ec4b36bdc1
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://pkg.go.dev/github.com/perlin-network/noise · fetched 2026-08-29 · 4a0b93cb65b6
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| perlin-network/noise | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="perlin-network/noise")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem