LumenLink is a censorship-resistant networking platform with a control plane + relay dataplane + mobile clients.
- lumenlink-backend — Rendezvous API (Go) + Postgres/Redis
- lumenlink-web — Website (Next.js)
- lumenlink-relay — Relay nodes (Rust, eBPF/XDP)
- lumenlink-core — Shared Rust library used by relay + mobile
- lumenlink-ios — iOS client
- lumenlink-android — Android client
- lumenlink — Docs, architecture, roadmap
- Start backend services:
cd lumenlink-backenddocker compose up -d
- Run the web app:
cd lumenlink-webnpm install && npm run dev
- Website:
https://lumenlink.org - API:
https://api.lumenlink.org
- Issues and PRs welcome.
- Please read
lumenlink/docs/for architecture and runbooks.