-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
anrysys edited this page Dec 9, 2025
·
2 revisions
Guardyn is a privacy-focused secure communication platform built with modern cryptographic standards. We provide end-to-end encrypted messaging, voice/video calls, and group communication with enterprise-grade security.
| Feature | Description |
|---|---|
| π E2EE Messaging | X3DH + Double Ratchet (Signal Protocol) |
| π₯ Secure Groups | OpenMLS (IETF RFC 9420) |
| π Encrypted Calls | SFrame for voice/video |
| π± Multi-Device | Secure sync across all your devices |
| π’ Enterprise Ready | Audit logs, compliance, key management |
# Clone and enter dev environment
git clone https://github.com/guardyn/guardyn.git
cd guardyn
nix develop
# Start local Kubernetes cluster
just kube-create
just kube-bootstrapπ Full Getting Started Guide β
| Page | Description |
|---|---|
| Getting Started | Set up your development environment |
| Architecture Overview | System design and components |
| API Reference | gRPC API documentation |
| Contributing | How to contribute |
| Page | Description |
|---|---|
| Encryption Architecture | X3DH, Double Ratchet, OpenMLS deep-dive |
| Security | Threat model and security practices |
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β ZERO KNOWLEDGE ARCHITECTURE β
β β
β β Server CANNOT read your messages β
β β Private keys NEVER leave your device β
β β Forward secrecy protects past messages β
β β Post-compromise security protects future messages β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Our Encryption Stack:
- 1:1 Chats: X3DH + Double Ratchet (same as Signal)
- Groups: OpenMLS (IETF RFC 9420) β better than Matrix's Megolm
- Media: ChaCha20-Poly1305 + SFrame
| Layer | Technology |
|---|---|
| Backend | Rust π¦ |
| Client | Flutter/Dart |
| Protocol | gRPC + Protocol Buffers |
| Database | TiKV + ScyllaDB |
| Messaging | NATS JetStream |
| Infrastructure | Kubernetes |
| Builds | Nix (reproducible) |
| Component | Status |
|---|---|
| Backend Services | β Complete |
| Flutter Client | β Complete |
| E2EE (1:1 messaging) | β Complete |
| E2EE (Group messaging) | β Complete |
| Voice/Video Calls | π In Progress |
| Public Beta | π Q2 2026 |
- π¬ GitHub Discussions β Questions & Ideas
- π Issues β Bug Reports
- π Security Policy β Report Vulnerabilities
- π Contributing Guide β Start Contributing
Guardyn is open source. See LICENSE for details.
Built with π‘οΈ by the Guardyn Team
Privacy is not a feature. It's a fundamental right.
Getting Started
Architecture
Security
Links