We are creating P2P voice-only chat for everyone using Rust. Zero servers (only signaling one). Maximum privacy.
| Repo | Description | Activity |
|---|---|---|
| client | Desktop native client (Windows/Linux) | ✅ Active |
| server | WebSocket signaling server (Docker) | ✅ Active |
- Privacy first: your voice will never pass through our servers.
- Minimal latency: P2P means direct connection without mediators.
- Lightweight: Rust + egui = fast interface and small system usage.
- Open source: MIT licensed, contributions welcome.