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 local vault for stored keys
- Generate your own key pairs
- Import and manage contact public keys
- Encrypt and sign messages
- Decrypt and verify incoming messages
- Dedicated sign-only and verify-only modes
- Settings tab for switching vaults and changing vault passphrase
Install from WinGet with:
winget install sibexico.ErisIf you already have Eris installed and want the latest published release:
winget upgrade sibexico.Eris- Open the latest Release page and download the
.debfile from Assets. - Install it with:
sudo apt install ./eris_<version>_linux_<arch>.debExample:
sudo apt install ./eris_1.2.3_linux_x86_64.debIf your distribution prefers dpkg first:
sudo dpkg -i eris_<version>_linux_<arch>.deb
sudo apt -f installBuild from source if you want a local binary:
Windows:
go build -ldflags "-H=windowsgui" -o eris.exe .Linux:
go build -o eris .- Windows:
./eris.exe - Linux:
./eris

