Eris v0.55.1
Eris is a desktop PGP workstation written in Go with Fyne.It stores keys in an encrypted va 2026-9-11 03:13:14 Author: kitploit.com(查看原文) 阅读量:2 收藏

Windows Linux

Go Version Support Me

Tests passed Tests coverage

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 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

Windows (Winget)

Install from WinGet with:

winget install sibexico.Eris

If you already have Eris installed and want the latest published release:

winget upgrade sibexico.Eris

Debian/Ubuntu (.deb from Release)

  1. Open the latest Release page and download the .deb file from Assets.
  2. Install it with:
sudo apt install ./eris_<version>_linux_<arch>.deb

Example:

sudo apt install ./eris_1.2.3_linux_x86_64.deb

If your distribution prefers dpkg first:

sudo dpkg -i eris_<version>_linux_<arch>.deb
sudo apt -f install

Build

Build from source if you want a local binary:

Windows:

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

Linux:

Run

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

Screenshots

Eris

Eris

Read more


文章来源: https://kitploit.com/en/posts/github-sibexico-eris-v0551
如有侵权请联系:admin#unsafe.sh