Eris is a desktop PGP workstation written in Go with Fyne. It stores keys in an encrypted vault and gives you a clean UI for signing, encryption, decryption, and verification.
- Encrypted vault file
- Owner key pair generation and contact public key import
- Encrypt + sign, decrypt + verify
- Sign-only and verify-only message modes
- Dark high-contrast GUI theme
Windows:
go build -ldflags "-H=windowsgui" -o eris.exe .Linux:
go build -o eris .- Windows:
./eris.exe - Linux:
./eris

