01 Who we are

We build peer-to-peer because the internet should work without asking permission.

No servers. No sign-ups. No account recovery. No companies to shut down. No terms of service. No one to complain to. Just keys, protocols, and code.

If centralized services are fragile, we work on the alternative. If your data lives in someone else's database, you don't own it. If your identity requires their approval, you don't have one. This isn't a rant — it's a building project.

Anonymity here isn't pretending. It's the default. Everyone on this network is a 32-byte public key. Whatever name you go by is the one you pick.

No permission needed

No gatekeeper sits between you and shipping. Publish a key, you're live.

You are a 32-byte key

Anonymity is the default, not a feature. The name is the one you choose.

Own your data

It lives on your device and syncs peer-to-peer. Nobody else's database.

00 Learn inside the app

A free P2P engineering school — shipped with the board, not this landing page.

37 lessons: Field Manual, Holepunch walkthroughs, Baby Rooms & Storyteller tracks, ecosystem scars, build write-ups, and app patterns. Same content in the board SPA (#/learn) and as static pages under /board/learn/.

Field Manual

7-day crash course — DHT, NAT, Noise, protocols, profiling.

Holepunch stack

Pear, Bare, Hypercore, Hyperbee, Hyperdrive, Hyperswarm, Autobase.

Rooms & patterns

Baby Rooms, Storyteller, outbox/gossip patterns we run in production.

Stack docs: pears.com · docs.pears.com

02 The board

A peer-to-peer hacker news that runs on no servers.

Every user is a key. Posts are signed in the client and sync peer-to-peer — same idea as peerit, shaped like Hacker News. Open it in the browser now; open the hyper:// drive in PearBrowser when you want the full swarm.

Hypercore-signed posts

Every post is cryptographically signed by its author's Hypercore. Tamper-evident by construction.

Reputation-weighted voting

Votes carry the weight of the keys behind them. Signal rises without a central moderator.

Browser + PearBrowser

Try the board in any browser, then graduate to PearBrowser for full hyper:// swarm replication.

Announcements tab

Bot-forwarded Pear Dev (Keet) notes and stack releases land under announcements — separate from human threads.

No servers, ever

Nodes find each other on Hyperswarm + HyperDHT. Nothing to host, nothing to seize.

Freedom-first culture

Share your build. Ship in the open. The vibe is anons who actually make things.

03 The ecosystem hub

PearBrowser Network catalog · version 3

The community-curated front door to real P2P apps.

Real apps built by real people on Pear. Nothing here is owned by p2pbuilders — these are working projects from across the ecosystem. Want yours listed? Post it on the board.

Keet

by Holepunch

Flagship Pear app — end-to-end encrypted messaging, group calls, and file sharing with no servers and no metadata. Identity is a 24-word seed; no phone number or email required.

visit →E2EEvoice/videodesktop + mobile

PearPass

by Holepunch

Fully local, open-source password manager. Syncs peer-to-peer across your devices — no cloud, no account. Passkey support, libsodium encryption, audited.

visit →local-firstE2EEpasskeys

Holesail

by Suryaansh Singh

Create P2P tunnels instantly — bypass NAT, firewalls, and dynamic DNS. Expose local services securely without a server. The ngrok alternative that runs entirely peer-to-peer.

visit →tunnelsno serversreverse proxy

WhereFam

by JJ / Anish

Private real-time location sharing for families. Direct device-to-device connections — no servers, no tracking, no third-party access. Winner of the Pears global hackathon.

visit →privacy-firstreal-timehackathon winner

PeerViewer

by Thomas Farstrike

Direct, secure, uninterrupted remote desktop access — the P2P way. A TeamViewer alternative built on Holepunch networking with no port forwarding or expensive relay servers.

visit →remote accessVNCLightning (planned)

Rewind Bitcoin

by José Landabaso

Bitcoin wallet with time-based vaults (timelocks) that protect against theft and extortion. P2P encrypted backups of wallet metadata via Pear — no centralized backup services.

visit →timelocksP2P backupsself-custody

Built a Pear app? List it here.

b/show · signed post

Opens the board's submit form on b/show with a Show-P2PB template ready to edit. Sign in browser, mint proof-of-work, post — your listing hits the board's front page within seconds.

Early-stage & community demos

pear-radioP2P music audio player and streamer.
SeekDeepPear app interfacing with a local LLM.demo
Ghost DriveShare local folders across devices over encrypted P2P connections.demo
P2P ChessReal-time multiplayer chess over Hyperswarm.demo
PearsPaintDrawing and guessing game — P2P party game.demo
HyperclipSend clipboard content from desktop to mobile over P2P.demo
PearpadCollaborative notepad built on Pear.demo
Hyperbeam1-1 end-to-end encrypted file transfer.
Breakout RoomCreate small short-lived rooms in a P2P space.demo

04 The builder stack

One stack, consistent across every app.

The same primitives power the board and every app in the catalog — running on Pear or Bare, with HiveRelay as the optional always-on availability layer.

Data

  • Hypercore
  • Hyperbee
  • Hyperdrive

Convergence

  • Autobase · multi-writer

Discovery

  • Hyperswarm
  • HyperDHT

Runtime

  • Pear
  • Bare

Runtime and primitives ship from pears.com · docs.pears.com. HiveRelay is the optional always-on availability layer — pin a drive and it stays reachable 24/7 even when no other peers are online, without making it a server.

P2P on mobile, for real Pre-alpha

react-native-pear-end runs a real Pear backend — Hypercore, Hyperswarm, HyperDHT, and Autobase — inside React Native, with native UDP via UDX. No WebView, no WSS bridge. It is pre-alpha today.

05 Build & ship

From idea to listed app — no gatekeeper.

No app-store approval. No DNS. No server. Just keys and the network.

Write a Pear app

Build on the stack with Pear or Bare (docs). Your code, your keys.

Publish as a drive

Ship browsable Hyperdrive content with a stable web link. Native releases require their own signed authority.

Pin to HiveRelay

Auto-pin for 24/7 availability so peers can fetch it any time.

List in the catalog

Add it to the PearBrowser Network catalog — it shows up in the browser's app store and the pages index.

06 Enter

Three ways in — same board, different ceilings.

Start in any modern browser. Graduate to PearBrowser when you want full Hyperswarm P2P. Native terminal delivery is a separate migration track and not required to hang out.

1 · Open the board in this browser

Instant on-ramp. Identity and signatures stay in the browser; this origin only delivers static code.

Enter p2pbuilders →

2 · Full P2P in PearBrowser

Install PearBrowser, then open the live Hyperdrive. Peers replicate signed outboxes directly.

hyper://ac1977a75cc84b46af0af8bb559cd4ebbe10507eb0f51d863e289d09635f6d74/

3 · Build with us

Source, schema, and ship scripts live in the open repo — same stack as peerit.

GitHub →