A tool to sign and verify files using Nostr. Think GPG, but user-friendly.
Instead of sharing .asc files, file signatures are stored on Nostr relay servers. Verification requires only the file itself and the trusted signer's public key, accessible via a simple GUI or the CLI
- File signing
- File verification
- Connecting through SOCKS proxy
- Graphical- and Command Line Interface
pip install plume-nostrgit clone https://github.com/f321x/plume
cd plume
pip install -e .plumeplume-cli sign file.txt --key nsec1...plume-cli verify file.txtplume-cli config --list
plume-cli config --add-relay wss://relay.damus.io
plume-cli config --add-trusted npub1...