Skip to content

PAXECT Core Complete v1.0.0 — Initial Public Release

Latest

Choose a tag to compare

@PAXECT-Interface PAXECT-Interface released this 21 Oct 18:34
· 30 commits to main since this release
8f86f7c

PAXECT Core Complete v1.0.0 — Initial Public Release

Deterministic, offline-first runtime for secure, reproducible data pipelines —
now bundled with all official PAXECT plugins and enterprise demo suite.

Included modules

  • PAXECT Core — deterministic runtime & observability endpoints
  • AEAD Hybrid Plugin — authenticated encryption & hybrid AEAD
  • Polyglot Plugin — cross-language deterministic bridge
  • SelfTune Plugin — adaptive performance and policy tuner
  • Link Plugin — secure multi-node relay and handshake layer

Key capabilities

  • Bit-identical deterministic pipeline execution
  • Offline-first operation (no telemetry, no external services)
  • Enterprise audit summaries (JSON + human readable)
  • Observability endpoints (/ping, /ready, /metrics, /last)
  • Cross-platform parity (Linux, macOS, Windows)
  • Verified plugin interoperability and reproducibility

System requirements

  • Python 3.9 – 3.12
  • No internet connection required
  • All plugins supported out-of-the-box

Quick start

Run the enterprise demo suite from the repository root:

python demos/demo_01_quick_start.py                 # Deterministic sanity [OK]
python demos/demo_02_integration_loop.py            # Integration & SelfTune loop [OK]
python demos/demo_03_safety_throttle.py             # Safety throttle simulation [OK]
python demos/demo_04_metrics_health.py              # Observability endpoints [OK]
bash   demos/demo_05_link_smoke.sh                  # Link plugin smoke test [OK]
python demos/demo_06_polyglot_bridge.py             # Polyglot bridge validation [OK]
python demos/demo_07_selftune_adaptive.py           # Adaptive performance tuning [OK]
python demos/demo_08_secure_multichannel_aead_hybrid.py # Secure AEAD hybrid test [OK]
python demos/demo_09_enterprise_all_in_one.py        # All-in-one pipeline demo [OK]
python demos/demo_10_enterprise_stability_faults.py  # Stability & fault testing [OK]
bash   demos/demo_enterprise_ci_matrix.sh           # CI-matrix smoke runner [OK]
python demos/demo_enterprise_stability.py           # Enterprise stability check [OK]
python demos/demo_showcase_story.py                 # Showcase demonstration [OK]
python demos/full-mini-test-edition_v3              # Mini full-suite reproducibility test [OK]

License

MIT License (see LICENSE in repo)