Skip to content

Repository files navigation

ZEDEC pqOS — Final Release Package

Version: 1.0.0+ (Carracho/Panopticon/Legal Engine Integration) License: SEL-3.3 — Streisand Engine License Author: H.M. Michael-Laurence: Curzi (c) Organization: 36N9 Genetics, LLC — Irrevocable, Interdimensional


What's In This Package

This is the complete ZEDEC pqOS release with all new modules integrated, built, and documented.

Quick Navigation

What You Want Where To Look
Boot a VM vm-images/<arch>/ — pick your format (.qcow2, .vdi, .vmdk, .vhdx, .raw)
Raw kernel binary binaries/<arch>/kernel_<arch>.bin
ELF with symbols binaries/<arch>/kernel_<arch>.elf
API documentation documentation/api/ZEDEC_API_REFERENCE.md
Architecture overview documentation/architecture/ZEDEC_ARCHITECTURE.md
New modules guide documentation/architecture/ZEDEC_NEW_MODULES.md
P2P design doc documentation/architecture/ZEDEC_P2P_CARRACHO_DESIGN.md
Quick start documentation/guides/ZEDEC_QUICKSTART.md
Turnkey report documentation/guides/ZEDEC_TURNKEY_REPORT.md
Per-module docs documentation/modules/<module_name>.md (46 files)
Source code (new) source/kernel/src/<module>/
Makefiles source/makefiles/
Build verification manifests/BUILD_VERIFICATION.md
VM inventory manifests/VM_INVENTORY.md
Module index manifests/MODULE_INDEX.md

Supported Architectures

  • ARM64 (aarch64) — Raspberry Pi 4/5, server-class ARM
  • RISC-V 64 (rv64) — RISC-V boards, QEMU virt
  • RISC-V 32 (rv32) — Embedded RISC-V, microcontrollers
  • x86_64 — PC, server, cloud (test build + bootable ISO)

What's New In This Release

  1. Carracho-Style P2P Transport — Direct-stream peer sync with chat, file transfer, news, VoIP/video, and legacy protocol bridges (IRC, NNTP, Gopher, Gemini, SMTP)

  2. Alternating Endianness Frequency Encryption — Binary-level dynamic endianness toggling with analog-mechanics frequency modulation. Defeats DPI, traffic analysis, and signature matching.

  3. Panopticon Module — Real-time surveillance awareness. Tracks who's watching, rates friendliness (-100 to +100), classifies threats, and self-reports transparently.

  4. 25-Grid VPN Mesh Matrix — 5-hop deep tunneling with 5 options per hop (3,125 paths). Auto-rotation, auto-routing, kill switch, free-tier defaults.

  5. Algorithmic Legal Engine — ASCW diplomatic integration with 24-nation database, user agreement templates, 6-language document generation, golden ratio sealing.

  6. P2P Treaty Protocol — Sovereign-to-sovereign agreements with self-executing smart contract clauses, autonomous enforcement, and golden ratio verification.

  7. Legal Precedent Sharing — Distributed searchable precedent database via P2P mesh.

  8. Jurisdictional Arbitrage — Automated scanning for optimal legal routing paths across jurisdictions.

  9. DAO Governance — Create DAOs, negotiate inter-DAO treaties, vote on proposals.

  10. Panopticon + LPRES Legal Integration — Translates friendliness scores to jurisdictional liability, applies 5-state paraconsistent legal reasoning, issues autonomous legal responses.

Booting

Pick the format that matches your hypervisor:

# QEMU (ARM64)
qemu-system-aarch64 -M virt -cpu cortex-a72 -m 256M \
  -kernel vm-images/arm64/arm64.raw -nographic

# QEMU (RISC-V 64)
qemu-system-riscv64 -M virt -cpu rv64 -m 256M \
  -kernel vm-images/riscv64/riscv64.raw -nographic

# QEMU (x86_64 from ISO)
qemu-system-x86_64 -m 256M \
  -cdrom vm-images/x86_64/zedec-x86_64.iso -nographic

# VirtualBox: Import .vdi
# VMware: Import .vmdk
# Hyper-V: Import .vhdx
# Physical USB: dd if=vm-images/x86_64/x86_64.raw of=/dev/sdX bs=4M

License

All code, documentation, and VM images are released under the Streisand Engine License (SEL-3.3).

Author: H.M. Michael-Laurence: Curzi (c) 36N9 Genetics, LLC — Irrevocable, Interdimensional