Skip to content

sibexico/Eris

Repository files navigation

Windows Linux

Product Hunt

Go Version Go Report Card Support Me

Eris

Eris

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.

Features

  • 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

Build

Windows:

go build -ldflags "-H=windowsgui" -o eris.exe .

Linux:

go build -o eris .

Run

  • Windows: ./eris.exe
  • Linux: ./eris

Screenshots

Eris

Eris