Skip to content

PAXECT Core Complete v1.0.0 — Initial Public Release

Latest

Choose a tag to compare

@PAXECT-Interface PAXECT-Interface released this 22 Oct 08:55
· 7 commits to main since this release
5c69524

PAXECT Core Complete v1.0.0 — Initial Public Release

Official open-source release of the full PAXECT ecosystem.

PAXECT Core Complete unifies the verified modules — Core, AEAD Hybrid, Polyglot, SelfTune, and Link — into one deterministic, offline-first, reproducible runtime for secure enterprise and open-source pipelines.


Highlights

  • Deterministic runtime — bit-identical reproducibility across Linux, macOS, Windows
  • Offline-first privacy — zero telemetry, no external dependencies
  • Unified ecosystem — all verified plugins in one reproducible runtime
  • Observability suite — built-in /ping, /ready, /metrics, /last endpoints
  • Enterprise-grade validation — 14 deterministic demo pipelines included
  • Compliance-ready — NIS2-aligned digital hygiene and audit logging
  • Open Source Forever — Apache-2.0 license, transparent governance

Each demo verifies deterministic integrity (CRC32 + SHA-256) across OS and environments.


Included Demo Suite (14 total)

Run directly from the repository root:

python3 demos/demo_01_quick_start.py                # Deterministic sanity [OK]
python3 demos/demo_02_integration_loop.py           # SelfTune integration loop
python3 demos/demo_03_safety_throttle.py            # Safety & performance throttle
python3 demos/demo_04_metrics_health.py             # /ping /ready /metrics /last
bash    demos/demo_05_link_smoke.sh                 # Link + policy hash verification
python3 demos/demo_06_polyglot_bridge.py            # Cross-language checksum test
python3 demos/demo_07_selftune_adaptive.py          # ε-adaptive runtime tuning
python3 demos/demo_08_secure_multichannel_aead_hybrid.py  # Secure AEAD bridge demo
python3 demos/demo_09_enterprise_all_in_one.py      # Full ecosystem validation
python3 demos/demo_10_enterprise_stability_faults.py # Fault injection stability test
bash    demos/demo_enterprise_ci_matrix.sh          # Enterprise CI matrix smoke test
python3 demos/demo_enterprise_stability.py          # Long-run stability benchmark
python3 demos/demo_showcase_story.py                # Showcase storytelling pipeline
python3 demos/full-mini-test-edition_v3             # Compact regression suite

   Built for reproducible science, enterprise compliance, and secure data infrastructure.