Nostr WoT

Download

Il tuo provider di identità Nostr, signer NIP-07, Lightning wallet e gestore di profilo, relay e mute — tutto in un'unica estensione. Disponibile per tutti i browser principali.

See It In Action

Accedi a qualsiasi client Nostr, approva le richieste per singolo sito e gestisci i tuoi account — tutto da un'unica estensione.

nostr-client.app
1
Approvate
2
2 richieste
?
Bloccate
// La tua app richiede una firma
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.

Profilo, relay e permessi

Modifica il tuo profilo kind:0, gestisci i relay NIP-65 e la tua mute list NIP-51, con permessi granulari per singolo sito e registro delle attività.

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?

Installa l'estensione e prendi il controllo della tua identità Nostr in pochi minuti.

Frequently Asked Questions

Cosa fa l'estensione?

È il tuo provider di identità Nostr tutto-in-uno: un signer NIP-07 con un vault cifrato per le chiavi, un Lightning wallet integrato e un gestore per il tuo profilo (kind:0), i relay NIP-65 e la mute list NIP-51 — con permessi granulari per singolo sito. Un'unica estensione funziona su ogni client Nostr.

How does the extension work?

L'estensione fornisce la firma NIP-07 (window.nostr) così che qualsiasi client Nostr possa richiedere la firma di eventi e la cifratura dei messaggi NIP-04/NIP-44. Le tue chiavi sono archiviate in un vault cifrato con AES-256-GCM con blocco automatico e tu controlli quali siti possono accedere a quali metodi.

Is my data private?

Sì. Le tue chiavi restano in un vault cifrato con AES-256-GCM che solo tu puoi sbloccare e non lasciano mai il tuo dispositivo in chiaro. Approvi l'accesso alla firma per singolo sito e per singolo metodo, così controlli sempre cosa ogni app Nostr può fare con la tua identità.

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.