The Basics
What is Nostr?
Nostr is a simple, open protocol that enables global, decentralized, and censorship-resistant social media.
Get started
Create an account and join thousands of others on Nostr.
The protocol
Learn more about how the Nostr protocol works and what makes it special.
Find a client
Find a client (app) for the web, iOS, Android, or Desktop.
Contribute
Find out how you can help the Nostr protocol or Nostr.how
What is Nostr?
Nostr is a protocol, designed for simplicity, to create a censorship-resistant global social network. Let's unpack that a little:
Simple
The protocol is based on very simple & flexible Event
objects (which are passed around as plain JSON) and uses standard public-key cryptography for keys & signing. This makes it easy to run relays and build clients and ensures that the protocol can be extended over time.
Resilient
Because Nostr doesn't rely on a small number of trusted servers for moving or storing data, it's very resilient. The protocol assumes that relays will disappear and allows users to connect & publish to an arbitrary number of relays that they can change over time.
Verifiable
Because Nostr accounts are based on public-key cryptography it's easy to verify messages were really sent by the user in question.
Like HTTP or TCP-IP, Nostr is a protocol; an open standard upon which anyone can build. Nostr is not an app or service that you sign up for.
Why we need Nostr
Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken:
Big tech social media
- Uses your attention to sell ads
- Uses bizarre techniques to keep you addicted (refer to point 1)
- Decides what content to show you based on a secret algorithm that you can't inspect or change
- Has complete control over who can participate and who is censored
- Is overrun with spam and bots
Mastodon (and similar)
- User identities are attached to domain names which are controlled by third-parties.
- These third-parties can ban you, just like centralized social media platforms. Server owners can also block other servers.
- Migration between servers is difficult and can only be accomplished if servers cooperate.
- There are no clear incentives to run servers, therefore they tend to be run by enthusiasts and people who want to have their name attached to a cool domain. Because of this, users are subject to the despotism of a single person, which is often worse than that of a big company like Twitter, and they can't migrate out.
- Since servers tend to be run by amateurs, they are often abandoned. This effectively bans everybody that signed up via that server.
- There are huge issues with data duplication across servers.