Realtime transport fabric connecting apps, game clients, servers, and agent nodes

Open source · Self-hosted · Rust

The fully open-source chat system and apps.

A whole ecosystem built around an open-source chat system: a production-grade Rust server, a well-defined architecture, and SDKs for every stack — messaging, groups, and multi-device sync out of the box, evolving steadily for the long run. Your data stays yours.

3transports — QUIC, TCP & WebSocket, one wire protocol
3first-class SDKs — Rust core, TypeScript, Kotlin
1unified protocol for messaging, events & typed RPC
15+public repositories — server, SDKs & clients, one ecosystem evolving for the long run

Solutions

One backbone. Three solutions.

Chat, games, and agents share the same channels, RPC, and server authority — pick a surface and go deep.

Protocol & architecture

One backbone for chat, events, RPC, and modules.

Clients speak one protocol over QUIC, TCP, or WebSocket. The server core fans out channels, answers typed RPC, and keeps sync authoritative.

Developer experience

Connect, authenticate, subscribe — the core loop.

Connect, authenticate, subscribe — the real API shapes at a glance; dive into the SDK pages for the full surface.

TypeScript API overview
$ # npm package coming soon — build from source: github.com/privchat/privchat-sdk-typescript

import { PrivchatClient } from "@privchat/sdk";

const client = new PrivchatClient({
  url: "wss://im.example.com:9080/",
});

await client.connect();
await client.authenticate(userId, accessToken, deviceId);

await client.subscribeChannel("900710001", 1);
client.onPushMessage((message) => {
  console.log("new message", message.server_message_id);
});

Built on PrivChat

Not a mockup — a production application family.

The same backbone already runs a full messaging suite with payments, a realtime poker platform with bot orchestration, and an assistant module — all on public PrivChat APIs.

PrivChat Platform

The application layer, already built.

Accounts, wallets, payments, game orchestration, and admin — the commercial platform running on the open backbone. License it instead of rebuilding it.

Explore the Platform

Enterprise

Run it yourself. Or run it with us.

Adopt the open-source stack at your own pace — then go to production with architecture review, migration, load validation, and SLA-backed support from the team that built it.

Book a technical review

Open source

Built in the open.

Examples, the roadmap, and contribution guides all live on GitHub. Star the repo, open issues, and help shape the protocol.