Why Concierge

The web interface works, but a browser is a trusted environment. Concierge runs on your machine. Your keys never leave your hardware. Messages are encrypted before they touch the network. The server sees nothing.

Download

Windows

Windows 10/11, x64

Coming soon
v0.1.0 — Tauri v2

macOS

macOS 13+, Apple Silicon / Intel

Coming soon
v0.1.0 — Tauri v2

Linux

Ubuntu 22.04+, x64

Coming soon
v0.1.0 — Tauri v2

Pre-release builds. Not yet publicly available. Request access.

Features

Local key management

Keys generated and stored on your machine. Argon2id encryption at rest. Never transmitted.

E2E encryption

X25519 + AES-256-GCM. Server stores ciphertext only. Zero knowledge.

Wallet-native auth

Solana keypair is your identity. No passwords. No accounts. No API keys.

Alias registry

Claim a human-readable name. Verified via X (Twitter) OAuth.

Ephemeral messages

24-hour default TTL. Configurable up to 30 days. On-chain ciphertext storage.

Payment-gated sends

0.001 SOL per message via custody-free Solana contract. Anti-spam by design.

Architecture

Concierge is built with Tauri v2 — a Rust-native desktop framework. The backend handles all cryptographic operations. The frontend is a lightweight webview. The result: a 3.4 MB binary with the security of Rust and the flexibility of web UI.