LocalPGP
Overview
OpenPGP operations using your local GnuPG installation
Allows using local gnupg installation from the system via `gpgme-json`. ### Installing gpgme-json on your system **Debian/Ubuntu:** ```bash sudo apt install gpgme-json ``` **Fedora:** ```bash sudo dnf install gpgme ``` **Arch Linux:** ```bash sudo pacman -S gpgme ``` Verify installation: ```bash which gpgme-json # Should output: /usr/bin/gpgme-json ``` ### Install Native Messaging Host for Chrome/Chromium Native messaging allows the browser extension to communicate with `gpgme-json` on your system. Create the configuration file at `~/.config/chromium/NativeMessagingHosts/gpgmejson.json` (for Chromium) or `~/.config/google-chrome/NativeMessagingHosts/gpgmejson.json` (for Chrome): ```bash mkdir -p ~/.config/google-chrome/NativeMessagingHosts/ cat > ~/.config/google-chrome/NativeMessagingHosts/gpgmejson.json << 'EOF' { "name": "gpgmejson", "description": "Integration with GnuPG", "path": "/usr/bin/gpgme-json", "type": "stdio", "allowed_origins": [ "chrome-extension://ckgehekhpgcaaikpadklkkjgdgoebdnh/" ] } EOF ```
0 out of 5No ratings
Details
- Version0.1.1
- UpdatedDecember 18, 2025
- Offered bykushaldas
- Size27.31KiB
- LanguagesEnglish (United States)
- Developer
Email
kushaldas@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes
Support
For help with questions, suggestions, or problems, visit the developer's support site