Getting Started

Diogel is a Nostr key-protection and signing product suite. It protects private keys by keeping them inside controlled boundaries and returns signatures instead of raw keys.

Diogel is a Nostr key-protection and signing product suite. It protects private keys by keeping them inside controlled boundaries and returns signatures instead of raw keys.

The suite

The Diogel suite contains three products:

  • Porwr — browser extension for individual Nostr users (NIP-07)
  • Android — mobile signer for Android users (NIP-55)
  • Bancwr — self-hosted Nostr bunker for teams and businesses

The core idea

Nostr identity is anchored in a public/private key pair. Anyone with the private key can act as that identity. Diogel reduces that risk by separating protection, securing, and signing into controlled boundaries.

Nostr app / website / client / team member / automation
  -> requests permission or signing
    -> Diogel-controlled trust boundary
      -> user, policy, or team governance decision
        -> signature/result returned
          -> private key remains protected