A serverless Discord-style app for Windows and macOS: group spaces, voice and video, synced watch parties, clients dialling each other directly over WebRTC. History lives in a local SQLCipher-encrypted SQLite file. A consensus-free sync engine (hybrid logical clocks, gap-based state transfer) keeps peers convergent without a coordinator; watch parties run through a bundled ffmpeg sidecar that remuxes to HLS on the fly.
- Tauri v2
- Rust
- WebRTC
- SQLCipher
- React
- ffmpeg