Last updated: May 2026

Privacy Policy

Nostrord doesn't collect your data. There's no account to create, no server to trust, and no tracking of any kind.

Your identity and your keys

Your Nostrord account is a cryptographic key you generate and control yourself. There's no signup with email, phone, or real name. If you sign in with a local key, it stays on your device and is never sent to any server of ours. How well that local storage is protected depends on the platform:

  • Android: the key is encrypted via the Android Keystore (AES-256-GCM) using EncryptedSharedPreferences. The master key is isolated in the system Keystore (hardware-backed on most modern devices) and is not extractable from the file system.
  • Desktop (Windows, macOS, Linux): the key is encrypted locally with AES, but the encryption key is generated and stored in the same preferences file as the ciphertext. This protects against casual inspection, but not against another user on the same machine, malware running as your user, or backup copies of your config directory. We're working on replacing this layer with OS keychain integration. In the meantime, for real protection on desktop, consider using a remote signer (NIP-46).
  • Web: the key lives in the browser's localStorage, with no additional encryption. Any script with same-origin access (a malicious browser extension, a compromised dependency) can read it. On the web, we strongly recommend using a remote signer (NIP-46) or a browser extension (NIP-07) instead of pasting your key directly.

If you use a remote signer (NIP-46), your private key never touches the application, on any platform. If you use a browser extension (NIP-07), the key stays isolated in the extension's space and the app only receives signatures. These two options are the only ones that offer strong protection on desktop and web today.

Messages and groups

Your messages are signed Nostr events that travel through the relays you choose. Nostrord does not operate any relay. We don't have access to the content of your conversations. The operators of the relays you connect to control that data, and each one's privacy policy applies independently of this application.

The nostrord.com site

This site does not use tracking cookies, ad pixels, or third-party analytics. We don't collect your IP address, user agent, or any identifiable data. The only information your browser sends is what any standard HTTP request sends to the hosting server.

IP address and relays

When you connect to a relay, its operator can see your IP address, your public key, and the events you publish or request. Nostrord has no control over what relays log. If IP privacy matters to you, consider using a VPN or Tor. Each relay's policies apply independently of this application.

Content permanence

Treat anything you publish on Nostr as permanent. When you delete an event, Nostrord sends the deletion request to the connected relays, but other relays that already received the event may not honor that request. There's no guarantee that a deleted post disappears from the entire network.

Media uploads

When you upload images, video, or audio from inside the app, the file is sent to nostr.build, a third-party media hosting service (not operated by Nostrord). Authentication follows NIP-98 and the per-file limit is 20 MB. We don't have access to those files or to the upload traffic, but nostr.build sees the uploaded file, your IP address, and the public key used for authentication. nostr.build's privacy policies apply independently of this application.

Open source

All of the app's code is public and can be audited at any time. There is no hidden telemetry. What you see in the code is what runs on your device.

Security

For information about account protection and responsible vulnerability disclosure, see our security page.

Contact

Questions about privacy? Open an issue on GitHub or chat with us in the official Nostrord group.