NostrKey автор Humanjava Enterprises
Hold your Nostr identity on your own device and sign in to any Nostr app without sharing your keys. Free & open source.
3 Users3 Users
Метадані розширення
Знімки екрана
Про це розширення
NostrKey is a free, open-source key manager for Nostr. Your private key lives on your device — apps get to act as you, but they never see your key.
WHAT YOU CAN DO
• Log in to Nostr apps with one click (NIP-07) — no passwords, no key pasting.
• See exactly what you're signing. Every request shows the app, the action in plain language ("Publish a note", "⚠ Replace your follow list"), and the full details — before you approve. No blind signing.
• Grant permission per app, per action. Default-deny: nothing signs without your OK.
• Keep multiple identities and switch between them.
• Sign in remotely with a bunker URL (NIP-46) — use one identity across apps and devices without copying your key around.
• Encrypt everything at rest with a master password and auto-lock.
• An encrypted vault for your notes and keys.
• Make it yours: three looks, light/dark/system, adjustable text size and contrast.
PRIVACY
No accounts. No tracking. No data collection. Your keys never leave your device unless you export them yourself.
OPEN SOURCE
MIT licensed and built in the open. NostrKey is free — always.
New to Nostr? It's an open protocol where you own your identity through cryptographic keys — no company in the middle. NostrKey is the safe place to keep those keys.
WHAT YOU CAN DO
• Log in to Nostr apps with one click (NIP-07) — no passwords, no key pasting.
• See exactly what you're signing. Every request shows the app, the action in plain language ("Publish a note", "⚠ Replace your follow list"), and the full details — before you approve. No blind signing.
• Grant permission per app, per action. Default-deny: nothing signs without your OK.
• Keep multiple identities and switch between them.
• Sign in remotely with a bunker URL (NIP-46) — use one identity across apps and devices without copying your key around.
• Encrypt everything at rest with a master password and auto-lock.
• An encrypted vault for your notes and keys.
• Make it yours: three looks, light/dark/system, adjustable text size and contrast.
PRIVACY
No accounts. No tracking. No data collection. Your keys never leave your device unless you export them yourself.
OPEN SOURCE
MIT licensed and built in the open. NostrKey is free — always.
New to Nostr? It's an open protocol where you own your identity through cryptographic keys — no company in the middle. NostrKey is the safe place to keep those keys.
Rated 0 by 0 reviewers
Permissions and data
Необхідні дозволи:
- Збереження даних в буфер обміну
- Отримувати доступ до ваших даних для всіх вебсайтів
Необов'язкові дозволи:
- Отримувати доступ до ваших даних для всіх вебсайтів
Data collection:
- The developer says this extension doesn't require data collection.
Більше інформації
- Версія
- 1.8.3
- Розмір
- 643,01 КБ
- Востаннє оновлено
- 6 днів тому (13 серп 2026 р.)
- Пов'язані категорії
- Ліцензія
- Ліцензія MIT
- Політика приватності
- Ознайомитись з політикою приватності для цього додатка
- Історія версій
- Додати до збірки
The extension injects a window.nostr API into web pages, allowing Nostr-compatible sites to request event signing. Users must explicitly approve each signing request through the extension's permission system.
All cryptographic operations happen locally in the browser. Private keys never leave the extension's storage context. WebSocket connections (wss://) are used solely for communicating with user-configured Nostr relays.
The host_permissions (<all_urls>) are required because the NIP-07 API must be available on any website the user visits — we cannot predict which domains will be Nostr-enabled.
Source code: https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src
Build from source:
1. npm install
2. npm run build:firefox:prod
3. Output is in distros/firefox/