Skip to content

Commit 541b636

Browse files
committed
feat: iOS is live! Activate App Store link, update docs — NostrKey on all platforms
1 parent 63c9796 commit 541b636

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NostrKey browser extension — cross-browser Nostr key management, encrypted vau
77
NostrKey is **the hand that holds the baseball card**. It manages your private keys, signs events, encrypts data, and connects you to your NostrKeep relay and npub.bio identity. Free, open source (MIT), forked from ursuscamp/nostore.
88

99
## Current Version
10-
v1.5.9 (build 5.5.0) — Chrome/Firefox live. iOS + macOS Safari resubmitted to App Store 2026-03-17.
10+
v1.6.0 — Chrome, Firefox, Safari (macOS + iOS) all live on their respective stores.
1111

1212
## Tech Stack
1313
- Vanilla JS (Alpine.js was removed)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ NostrKey is a free, open-source browser extension that manages your Nostr privat
2727
|----------|---------|--------|
2828
| **Chrome / Brave / Edge** | [Chrome Web Store](https://chromewebstore.google.com/detail/nostrkey/cggakcmbihnpmcddkkfmoglgaocnmaop) | Live |
2929
| **Android** | [Google Play](https://play.google.com/store/apps/details?id=com.nostrkey.app) | Live |
30-
| **Safari (macOS + iOS)** | App Store | Submission in progress |
31-
| **iOS** | App Store | Submission in progress |
30+
| **Safari (macOS)** | [App Store](https://apps.apple.com/ca/app/nostrkey-web-extension/id6759624317) | Live |
31+
| **Safari (iOS)** | [App Store](https://apps.apple.com/ca/app/nostrkey-web-extension/id6759624317) | Live |
3232

3333
## Architecture
3434

docs/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,11 @@ <h4>Firefox</h4>
399399
<h4>Safari (macOS)</h4>
400400
<p>Mac App Store</p>
401401
</a>
402-
<span class="download-card" style="opacity: 0.5; cursor: default;">
402+
<a href="https://apps.apple.com/ca/app/nostrkey-web-extension/id6759624317" target="nostrkey-web" class="download-card">
403403
<svg viewBox="0 0 24 24" fill="none"><rect width="24" height="24" rx="5" fill="#000"/><path d="M17.05 12.54c-.02-2.1 1.73-3.12 1.81-3.17-1-1.44-2.53-1.64-3.07-1.66-1.29-.14-2.55.77-3.21.77-.67 0-1.68-.76-2.77-.74-1.41.02-2.73.83-3.45 2.1-1.49 2.58-.38 6.38 1.05 8.47.72 1.02 1.56 2.17 2.66 2.13 1.08-.04 1.49-.69 2.79-.69 1.3 0 1.67.69 2.79.66 1.15-.02 1.87-1.03 2.57-2.06.83-1.18 1.16-2.34 1.17-2.4-.03-.01-2.23-.85-2.25-3.39zM14.97 5.89c.58-.72.98-1.7.87-2.7-.84.04-1.89.58-2.49 1.28-.54.62-1.02 1.64-.9 2.6.95.07 1.92-.48 2.52-1.18z" fill="#fff"/></svg>
404404
<h4>Safari (iOS)</h4>
405-
<p>Coming Soon</p>
406-
</span>
405+
<p>App Store</p>
406+
</a>
407407
</div>
408408

409409
<h3>Chrome Installation</h3>
@@ -412,8 +412,10 @@ <h3>Chrome Installation</h3>
412412
<h3>Firefox Installation</h3>
413413
<p>Install from <a href="https://addons.mozilla.org/en-US/firefox/addon/nostrkey/" target="nostrkey-web" style="color: var(--accent);">Firefox Add-ons</a> — click "Add to Firefox" and you're done.</p>
414414

415-
<h3>Safari Installation (macOS)</h3>
416-
<p>Install from the <a href="https://apps.apple.com/ca/app/nostrkey-web-extension/id6759624317" target="nostrkey-web" style="color: var(--accent);">Mac App Store</a> — then enable the extension in Safari → Settings → Extensions.</p>
415+
<h3>Safari Installation (macOS + iOS)</h3>
416+
<p>Install from the <a href="https://apps.apple.com/ca/app/nostrkey-web-extension/id6759624317" target="nostrkey-web" style="color: var(--accent);">App Store</a> — available for both macOS and iOS.</p>
417+
<p><strong>macOS:</strong> After installing, enable the extension in Safari → Settings → Extensions.</p>
418+
<p><strong>iOS:</strong> After installing, go to Settings → Safari → Extensions → enable NostrKey. Then visit any Nostr site in Safari and NostrKey will be available.</p>
417419
</section>
418420

419421
<section>
@@ -454,7 +456,7 @@ <h3>Chrome Sideload (Developer Mode)</h3>
454456
</ol>
455457

456458
<h3>Safari (macOS)</h3>
457-
<p>Install from the <a href="https://apps.apple.com/ca/app/nostrkey-web-extension/id6759624317" target="nostrkey-web" style="color: var(--accent);">Mac App Store</a>. After installing, enable the extension in Safari → Settings → Extensions. iOS support is coming soon.</p>
459+
<p>Install from the <a href="https://apps.apple.com/ca/app/nostrkey-web-extension/id6759624317" target="nostrkey-web" style="color: var(--accent);">App Store</a> — available for both macOS and iOS. After installing, enable the extension in Safari → Settings → Extensions.</p>
458460

459461
<h3>Build from Xcode (Developer)</h3>
460462
<ol style="list-style: decimal; padding-left: 24px;">

0 commit comments

Comments
 (0)