Burrow is an end-to-end encrypted CLI messaging app. It can either be ran as the server or the client. All key generation, encryption, and decryption are done client side ensuring complete security and privacy, the server only contains encrypted data and public keys.
- Secure, end-to-end encrypted messaging
- User Authentication
- CLI Interface
Clone the repository
git clone https://github.com/akukerang/Burrow
cd BurrowBuild the executable
go build -o burrow./burrow -mode server -addr 0.0.0.0:3000./burrow -mode client -addr 0.0.0.0:3000The database is stored locally depending on the OS
- Windows:
%APPDATA\burrow\*.db - Linux:
~/.burrow/*.db