Decentralized networking infrastructure

Private infrastructure for
the next internet.

Identity-based routing, peer-to-peer publishing, and direct network access — without public DNS or a centralized hosting provider standing in between.

Identity layer
ed25519
Protocol
mesh://
Routing
P2P direct access
DNS dependency
None
Platform features

Built for secure, identity-first networking.

UnSync combines decentralized routing, cryptographic verification, and direct peer discovery into a unified layer for private publishing and resilient access.

ID

Identity-based access

Every network identity is backed by an ed25519 keypair — human-readable handles with cryptographic ownership.

P2P

Direct peer routing

Connections form directly between clients and hosts, without traditional DNS resolution or centralized gateways.

DNS

Private namespace

Mesh addresses live outside the public internet namespace, reducing indexing and discovery exposure.

SIG

Signature verification

Every resolution is signed and verified before routing, preventing identity spoofing or registry tampering.

Network architecture

A decentralized routing model built for direct access.

The UnSync stack enables secure peer discovery and identity verification, minimizing reliance on centralized internet infrastructure at every hop.

01

User

Initiates access through the UnSync Browser client.

02

Resolver

Queries the mesh registry for signed route information.

03

Verification

Validates the ed25519 signature before a route is established.

04

Peer routing

Creates direct network connectivity between nodes.

05

Hosted node

Serves content privately through mesh-native addressing.

Developer platform

Publish infrastructure directly from your node.

Deploy sites, APIs, and services onto the mesh using your own infrastructure — a home server, a VPS, or a machine on your desk.

API
Mesh protocol APIs

Integrate native routing, handle resolution, and identity verification into your own applications.

SDK
Browser-native access

Resolve mesh:// resources directly from UnSync Browser — no extensions, no proxy layer.

NET
Self-hosted nodes

Run mesh-enabled infrastructure from personal hardware, a colocated box, or the cloud.

SEC
Private distribution

Serve inside the UnSync namespace without exposing endpoints to public indexing.

# register a handle and point it at your node $ unsync identity create @yourhandle $ unsync identity sign --key ed25519.pem # publish a local service to the mesh $ unsync publish --handle @yourhandle \ --origin http://localhost:8080 ✓ mesh://@yourhandle is now live

Saturn is the browser for this network.

Resolves mesh:// addresses natively and browses the public web — one address bar, both networks.

Get Saturn
Get started

Join the decentralized network layer.

Download UnSync Browser, claim your cryptographic handle, and access a peer-to-peer internet built for direct connectivity and private publishing.

mesh://@yourhandle
Download for Windows Developer documentation