YAKMESH is a high-resiliency, decentralized networking layer designed for the 2026 threat landscape. Built with quantum-resistant cryptography at its core and anchored by PCIe atomic timing synchronization, YAKMESH provides a "sturdy" substrate for distributed systems that cannot afford to fail.
📚 Full documentation: yakmesh.dev | docs/ for specifications
npm install yakmeshimport { YakmeshNode } from 'yakmesh';
const node = new YakmeshNode({
node: { name: 'My Node' },
network: { httpPort: 3000, wsPort: 9001 },
});
await node.start();- 🔒 Post-Quantum Secure - ML-DSA-65 (NIST FIPS 204) signatures
- 🔮 TATTVA Oracle - Self-verifying validation without external trust
- 🌐 Mesh Networking - P2P WebSocket communication with gossip protocol
- ⏱️ Precision Timing - Support for atomic clocks, GPS, PTP, NTP
- 🧭 NAMCHE Gateway - 7-gate mathematical identity verification
- 🏔️ SHERPA Discovery - Decentralized peer discovery
- 🔐 ANNEX Channels - ML-KEM768 encrypted P2P with forward secrecy
- 🌍 Geographic Proof - Speed-of-light exclusion zones
See yakmesh.dev for complete feature documentation
yakmesh/
├── security/ # NAMCHE gateway, DOKO identity, trust models
├── oracle/ # TATTVA self-verifying validation engine
├── mesh/ # SHERPA, NAKPAK, ANNEX networking
├── gossip/ # Epidemic-style message propagation
├── protocol/ # STUPA, LAMA, MANI, KARMA, MANDALA
├── adapters/ # Platform integration plugins
├── embedded-docs/ # GRANTH documentation bundle
└── server/ # HTTP/WS server
Each YAKMESH network has a unique identity derived from the oracle's code hash — the code IS the identity.
import { deriveNetworkName, deriveVerificationPhrase } from 'yakmesh/oracle/network-identity.js';
// Same code = same network. Different code = different network.
// No configuration needed - the math handles network separation.Full API documentation at yakmesh.dev/docs/api
| Endpoint | Description |
|---|---|
/health |
Node health status |
/node |
Node identity info |
/peers |
Connected peers |
/oracle/status |
Oracle integrity check |
/network/identity |
Network identity |
/time/status |
Time source detection |
/security/namche/gates |
Gateway verification status |
/geo/status |
Geographic proof status |
- Community Edition: MIT License (see LICENSE)
- Pro Edition: Proprietary License
See TRADEMARK.md for trademark usage policy.
yakmesh.dev
💬 Discord • 📱 Telegram • 𝕏 Twitter • ❤️ Patreon
© 2026 YAKMESH™ Project. Sturdy & Secure.
YAKMESH™ is a trademark of PeerQuanta, application pending (Serial No. 99594620).
