Skip to content

Releases: zig-nostr/signet

Signet v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 23:14
e5ac93d

Signet — a native NIP-46 remote signer for Nostr. macOS (Apple Silicon), ad-hoc signed (not notarized).

What's new in v0.2.0

  • Bunker URL in the app — the serving screen now shows the bunker:// connection URL with a Copy button, so you can connect a client without touching the logs.
  • Live relay status — watch each relay connect in real time on the serving screen.
  • One-line install — the curl … | bash command below is new: it verifies the download's checksum and clears quarantine, so the app opens cleanly with no Gatekeeper detour.

Full history in the CHANGELOG. Your key never leaves the daemon.

Install

curl -fsSL https://raw.githubusercontent.com/zig-nostr/signet/main/scripts/install-macos.sh | bash

The installer downloads the latest release, verifies its SHA-256, installs Signet.app to /Applications, and opens it — ready to use.

Signet is ad-hoc signed, not notarized, on purpose: it holds your keys, so the trust anchor is a build you can reproduce, not an Apple signature. Read the installer or build from source. Your key never leaves the daemon.

Signet v0.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 19:22
c1c48e0

Signet — a native NIP-46 remote signer for Nostr. macOS (Apple Silicon), ad-hoc signed (not notarized).

Install

curl -fsSL https://raw.githubusercontent.com/zig-nostr/signet/main/scripts/install-macos.sh | bash

The installer downloads the latest release, verifies its SHA-256, installs Signet.app to /Applications, and opens it — ready to use.

Signet is ad-hoc signed, not notarized, on purpose: it holds your keys, so the trust anchor is a build you can reproduce, not an Apple signature. Read the installer or build from source. Your key never leaves the daemon.