› Every module, decoded
./Features
Each module ships in the default binary — no plugins, no flags, no extra setup.
› sec :: End-to-End Encryption
◆ End-to-End Encryption
- ●Zero-knowledge privacy: only you and the recipient can read messages
- ○Industry-standard X25519 and XSalsa20 primitives
- ○Perfect Forward Secrecy (PFS) via per-message nonces
- ○Cryptographic identity verification for every friend
› auth :: Secure Authentication & Vault
◆ Secure Authentication & Vault
- ●bcrypt password hashing — no plaintext stored
- ○Encrypted Key Vault (AES-256-GCM) for private key backup
- ○Seamless multi-device recovery using your password
- ○Persistent session management in local secure storage
› msg :: Real-time Messaging
◆ Real-time Messaging
- ●Command Palette (/) for rapid access to power tools
- ○Full message lifecycle: edit and delete with sync
- ○Heartbeat presence: real-time online/offline status
- ○Virtual rendering with wrap-ansi — zero CLI distortion
› soc :: Social Management
◆ Social Management
- ●Global user search & friend requests
- ○Pending requests dashboard with real-time badges
- ○Activity-sorted list with status & unread counts
- ○One-key friend removal and blocking
› ai :: AI Integration
◆ AI Integration
- ●Real-time token streaming powered by Google Gemini
- ○Persistent AI conversation history per user
- ○Ask AI directly from chat via /ai command
- ○/clear command to reset context instantly
› fs :: File & Folder Transfer
◆ File & Folder Transfer
- ●Send files & folders securely between users
- ○Cloudflare R2 cloud storage backend
- ○Auto-zip folders before upload
- ○Persistent pending state until accept/decline
- ○Real-time inbox notifications in the Dashboard