YAKMESH: Yielding Atomic Kernel Modular Encryption Secured Hub - Post-quantum secure P2P mesh network for the 2026 threat landscape
npm install yakmeshbash
npm install yakmesh
`
`javascript
import { YakmeshNode } from 'yakmesh';
const node = new YakmeshNode({
node: { name: 'My Node' },
network: { httpPort: 3000, wsPort: 9001 },
});
await node.start();
`
Features
- 🔒 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
Architecture
`
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
`
Network Identity
Each YAKMESH network has a unique identity derived from the oracle's code hash — the code IS the identity.
`javascript
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.
`
API Reference
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 |
💬 Discord •
📱 Telegram •
𝕏 Twitter •
❤️ Patreon