Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Eris — Desktop PGP workstation | Kitploit
Tools/GitHubGitHub/sibexico/eris
General Purpose UtilitiesEncryption/Decryption ToolsCryptographyPrivacyAuthentication
GitHubsibexico/eris

Eris

Desktop PGP workstation

View Repository
71 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

Windows Linux

Go Version Go Report Card Support Me

Tests passed Tests coverage

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

root@kitploit:~
winget install sibexico.Eris

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

root@kitploit:~
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:
root@kitploit:~
sudo apt install ./eris_<version>_linux_<arch>.deb

Example:

root@kitploit:~
sudo apt install ./eris_1.2.3_linux_x86_64.deb

If your distribution prefers dpkg first:

root@kitploit:~
sudo dpkg -i eris_<version>_linux_<arch>.deb
sudo apt -f install

Build

Build from source if you want a local binary:

Windows:

root@kitploit:~
go build -ldflags "-H=windowsgui" -o eris.exe .

Linux:

root@kitploit:~
go build -o eris .

Run

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

Screenshots

Eris

Eris

Download Tool