Cross-browser Nostr key management, encrypted vault, and identity layer
Standard window.nostr API for any Nostr web app
Remote signing via NIP-46 โ private key never touches browser
Store .md documents encrypted on Nostr relays
Encrypted API keys synced across devices
Manage multiple Nostr identities with per-site permissions
Chrome, Safari (macOS + iOS) support
chrome.zip filechrome://extensions/ in Chromegit clone https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src.gitnpm install && ./build.js dev safariapple/NostrKey.xcodeproj in Xcodegit clone https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src.git
cd nostrkey.browser.plugin.src
npm install
# Build for Chrome
npm run build:chrome
# Build for Safari
./build.js dev safari
# Watch mode
npm run watch