A decentralized, secure, stateless messaging protocol. Read-once. SSH-native. No tracking, no inbox, no noise.
BANGMAIL_KEY is a text string used for encryption and decryption.
2222 (default)bangmail-receive [recipient]The server reads the stream, validates the command, and stores the message encrypted in the user's queue.
bangmail send "neo!neoapps.dev" \
--subject "yo" \
--body "meet me at the base" \
--from "sarah!sarah.dev"
bangmail-fetch [username]bangmail fetch "sarah!sarah.dev" > inbox.json
The server daemon. Exposes an SSH server on a configurable port and handles all message I/O.
| Feature | Status |
|---|---|
| SSH-based messaging | ✓ implemented |
| Text-based encryption key | ✓ BANGMAIL_KEY |
| Read-once inbox | ✓ implemented |
| No user accounts | ✓ implemented |
| No server-side identity | ✓ implemented |
| Client-side persistence | ✓ implemented |
| Simple message format | ✓ implemented |