A secure command-line messaging client with real-time updates and encrypted communications.
- Real-time, interactive terminal UI
- End-to-end encryption support
- File attachment capabilities
- Tor routing support
- Customizable configuration
- PGP key management
go install github.com/climinal/client@latestConfiguration is stored in ~/.config/climinal/config.yml. Example configuration:
tor_enabled: false
encryption_mode: "e2e"
pgp_key_path: ""
log_retention_days: 30
theme: "dark"
font_size: 12
server_address: "localhost"
server_port: 8080Run the client:
climinalj/k: Navigate messagesEnter: Read/reply to messageq: Quitm: Compose new messager: Reply to messagea: Attach filec: Open settingse: Export PGP keys
MIT License