Skip to content

About

Zlikord is built by ZKS - Oni Dobri, a small group focused on building privacy-first communication tools for private networks. From the creators of the Kaze platform.

Most communication platforms require trusting a third party with your messages, metadata, and presence data. Zlikord takes a different approach:

  • Tailscale-only deployment - The server is designed to run inside your Tailnet. No port forwarding, no public exposure.
  • No telemetry - Zero analytics, zero tracking. The server logs only what you configure it to log.
  • Open source - The entire stack (Go API, Electron desktop, React Native mobile) is open source and auditable.
  • Simple architecture - A single Go binary + PostgreSQL. No microservices, no message brokers, no complexity tax.
ComponentTechnology
ServerGo, PostgreSQL, gorilla/websocket
DesktopElectron, React, Vite, Tailwind CSS
MobileExpo, React Native, React Native Paper (MD3)
AuthJWT (Bearer tokens), Argon2id password hashing
Real-timeWebSocket for messages, presence, and voice signaling
VoiceWebRTC (peer-to-peer, signaling via WebSocket)