The Sovereign Stack

Every component. How they connect. Where you fit in.

L0
L1
L2
L3
L4
L5
Tooling
Zig L0 transport + L1 bridge
Janus L1+ through L5 — Go parity, Sovereign Profile
Nexus OS Sovereign operating system — L0 through L5
LTP L1 transport protocol
LWF L1 wire format
Quasar L1 gossip / substrate
SAR L2-L5 sovereign agent runtime
DMP L3 protocol + L4 feeds
SASA L4-L5 sovereign AI agents
Graf Version control (GTP)
Hinge Janus package manager
Nip Nexus OS packages

Stack Layers

Six layers from transport to agent runtime. Each is independent, auditable, and forkable.

L0

Transport

Zig In Progress

Stealth wire protocol with DPI evasion, protocol mimicry, and PNG steganography. Fixed 88-byte LWF header.

LWF MIMIC_DNS MIMIC_HTTPS RAW
Protocol docs →
L1

Identity

Zig + Janus In Progress

Sovereign Key Helix – post-quantum identity from a single seed phrase. ML-DSA-65 lattice root, Persona contexts, STARK zero-knowledge proofs, and QVL trust graph.

SKH ML-DSA-65 STARK QVL
Protocol docs →
L2

Session

Janus In Progress

Resilient connections surviving network partitions and light-minutes of latency. Janus by default; Zig for Sovereign Profile features.

Noise_XX Session Migration Offline-First
Protocol docs →
L3

Governance

Janus Design

Federated chapters with constitutional exit rights, dual-delegation voting, and Vickrey mechanisms. Janus primary; Zig for advanced features.

Chapters Federation Voting Exit
Protocol docs →
L4

Applications

Janus Design

Sovereign messaging, social feeds, and coordination tools. Four-tier encryption with world, channel, group, and message keys. Janus primary.

Feed Social Archive DMP
Protocol docs →
L5

Agents

Janus Research

Sovereign AI agent runtime with local inference, tool use, and Membrane isolation boundary. Janus primary; Zig for isolation boundaries.

Local LLM Tool Use Membrane
Protocol docs →

Run Your Own Node

Clone, build, run. Sovereignty starts with a single process.

pnyx-node
$ git clone https://git.libertaria.dev/libertaria/libertaria-stack.git
Cloning into 'libertaria-stack'...
 
$ cd libertaria-stack
 
$ zig build
Building Libertaria SDK...
✓ Build successful
 
$ ./zig-out/bin/pnyx --config node.toml
Starting Pnyx node...
✓ Node running on port 7331

For Developers

Pick a layer. Build something sovereign.

getting-started
$ git clone https://git.libertaria.dev/libertaria/libertaria-sdk.git
Cloning into 'libertaria-sdk'...
 
$ cd libertaria-sdk
$ zig build test
Running 247 tests...
✓ All tests passed