LocalPGP

OpenPGP operations using your local GnuPG installation

As of June 2026, LocalPGP has 4 users in the Privacy & Security category.

Usersup 33.3 percent+33.3%
4
4
Ratingno change0%
— reviews
Reviewsno change0%
Version
0.1.1
Manifest V3

History

4 snapshots

Tracking since Apr 18, 2026.

4.1631.8399999999999999Apr 18, 2026Jun 3, 2026
View as table
DateUsersRatingReviewsVersion
Apr 18, 202630.1.1
Apr 28, 202630.1.1
May 7, 202620.1.1
Jun 3, 202630.1.1
Now40.1.1

Permissions & access

Permissions
storagenativeMessagingactiveTab
Host access
None declared

Screenshots

LocalPGP screenshot 1

About

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

Technical

Version
0.1.1
Manifest
V3
Size
27.31KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
ckgehekhpgcaaikpadklkkjgdgoebdnh
Developer ID
ud99879404bc8037393cc17b7ded2ac1e
Developer Email
[email protected]
Created
Dec 16, 2025
Last Updated (Store)
Dec 18, 2025
Last Scraped
Jun 3, 2026
Website
Privacy Policy

Similar extensions

Alternatives to LocalPGP, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 3, 2026.