v1.0.0 Now Available

Quantum-Inspired
Distributed Mesh Network

Post-quantum secure P2P networking with self-verifying oracle. Build decentralized applications that verify themselves.

MIT Licensed
Post-Quantum
Self-Verifying

Built for the Future

Yakmesh combines post-quantum cryptography with a self-verifying oracle for truly decentralized applications.

Post-Quantum Security

ML-DSA-65 signatures (NIST FIPS 204) protect against both classical and quantum attacks.

Self-Verifying Oracle

Deterministic validation without external trust. The code IS the authority.

P2P Mesh Network

WebSocket-based gossip protocol with automatic peer discovery and message propagation.

Precision Timing

Support for atomic clocks, GPS, PTP (Meinberg PTP270PEX), and NTP with automatic detection.

Plugin Architecture

BaseAdapter pattern for integrating any database, API, or platform. Build your own adapters.

Phase Modulation

Time-based fingerprints provide anti-replay protection and temporal verification.

Quick Start

Get up and running in under 5 minutes

1

Install the package

Request Early Access
2

Create configuration

// Yakmesh.config.js
export default {
  port: 3000,
  peers: ['ws://node2.example.com:3000'],
  oracle: {
    timeSource: 'auto',  // Detects best available
    phaseWindow: 30000    // 30 second phases
  }
};
3

Start the node

npx Yakmesh start

Your node is now running and will automatically connect to peers!

Architecture

Modular design for maximum flexibility

🔮

Oracle Layer

Time sources, phase epochs, network identity generation

🌐

Mesh Layer

WebSocket P2P, gossip protocol, peer management

🔌

Adapter Layer

BaseAdapter interface, platform integrations

Request Early Access

Yakmesh is currently in private beta. Join the waitlist for early access.

We'll never spam you. Unsubscribe anytime.

Ready to Build?

Start building decentralized applications with post-quantum security today.