Nostr WoT

Download

Dein Nostr-Identitätsanbieter, NIP-07-Signer, deine Lightning-Wallet sowie Profil-, Relay- und Mute-Verwaltung — alles in einer Erweiterung. Für alle gängigen Browser verfügbar.

See It In Action

Melde dich bei jedem Nostr-Client an, genehmige Anfragen pro Seite und verwalte deine Accounts — alles aus einer Erweiterung.

nostr-client.app
1
Genehmigt
2
2 Anfragen
?
Blockiert
// Deine App fordert eine Signatur an
const signed = await window.nostr.signEvent(event)

What You Get

NIP-07 Signer & Identity

Sign events, encrypt messages (NIP-04 & NIP-44), and manage your Nostr identity across every client.

Multi-Account & Vault

Multiple accounts with HD derivation, watch-only mode, NIP-46 remote signer, and an encrypted vault with auto-lock.

Profil, Relays & Berechtigungen

Bearbeite dein kind:0-Profil, verwalte NIP-65-Relays und deine NIP-51-Mute-Liste — mit granularen Berechtigungen pro Seite und Aktivitätsprotokoll.

Lightning Wallet & Zaps

Send and receive zaps with a built-in wallet. Connect via NWC, LNbits, or get started in one click with quick setup.

Build from Source

Clone the repo, run npm install && npm run build, then load the dist/ folder. Perfect for developers who want to verify or modify the code.

terminal
# Clone and build
$git clone https://github.com/nostr-wot/nostr-wot-extension.git
$cd nostr-wot-extension && npm install && npm run build

Then go to chrome://extensions, enable 'Developer mode', click 'Load unpacked', and select the dist/ folder.

View source on GitHub

Ready to Get Started?

Installiere die Erweiterung und übernimm in wenigen Minuten die Kontrolle über deine Nostr-Identität.

Frequently Asked Questions

Was macht die Erweiterung?

Sie ist dein All-in-One-Nostr-Identitätsanbieter: ein NIP-07-Signer mit verschlüsseltem Schlüsseltresor, eine integrierte Lightning-Wallet und eine Verwaltung für dein Profil (kind:0), deine NIP-65-Relays und deine NIP-51-Mute-Liste — mit granularen Berechtigungen pro Seite. Eine Erweiterung funktioniert über jeden Nostr-Client hinweg.

How does the extension work?

Die Erweiterung stellt NIP-07-Signierung (window.nostr) bereit, sodass jeder Nostr-Client das Signieren von Events und die Nachrichtenverschlüsselung per NIP-04/NIP-44 anfordern kann. Deine Schlüssel liegen in einem AES-256-GCM-verschlüsselten Tresor mit Auto-Lock, und du bestimmst, welche Seiten auf welche Methoden zugreifen dürfen.

Is my data private?

Ja. Deine Schlüssel bleiben in einem AES-256-GCM-verschlüsselten Tresor, den nur du entsperren kannst, und sie verlassen dein Gerät niemals unverschlüsselt. Du genehmigst Signierzugriff pro Seite und pro Methode, sodass du immer kontrollierst, was jede Nostr-App mit deiner Identität tun darf.

Which browsers are supported?

The extension works on Chrome, Brave, Edge, Opera, and Firefox. Safari support is scheduled and coming soon.

Do I need a Nostr account?

You can create a new account directly in the extension — it generates a BIP-39 seed phrase and derives your keys. You can also import an existing private key (nsec), add a watch-only account (npub), or connect a remote signer via NIP-46 bunker URL.

Can I send zaps with this extension?

Yes. The extension has a built-in Lightning wallet. You can connect your own wallet via Nostr Wallet Connect (NWC), enter your LNbits credentials, or use the quick setup to create a wallet instantly. The extension also acts as a WebLN provider, so Nostr apps can request payments seamlessly.

Is it free?

Yes, completely free and open source under the MIT license. The extension, Oracle API, and all source code are available on GitHub.