A secure, end-to-end encrypted chat application built with Bun, Vite, Express, Socket.IO, and shadcn/ui.
- E2EE with TweetNaCl
- Message status (sent/delivered/failed)
- File sharing
- Typing indicators
- Key fingerprint verification
- Auto-scrolling chat
- Install dependencies:
bun install
- Run development servers:
bun run dev
- Build the client:
bun run build
- Start the server:
bun run server
Built with Bun v1.2.4.