Skip to content

Commit 8d8fdd9

Browse files
Revise README for clarity and updated information
Updated README to improve clarity and structure, including plugin descriptions and system support details.
1 parent 9372665 commit 8d8fdd9

1 file changed

Lines changed: 26 additions & 22 deletions

File tree

README.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
**Build once, run anywhere.**
2121
Connect all operating systems and programming languages through one reproducible, offline-first runtime.
2222

23-
🔗 Learn more about the ecosystem:
24-
👉 [**PAXECT Universal Bridge ›**](https://github.com/PAXECT-Interface/paxect-universal-bridge)
25-
23+
🔗 Explore the ecosystem:
24+
👉 [**PAXECT Universal Bridge →**](https://github.com/PAXECT-Interface/paxect-universal-bridge)
2625

2726
---
2827

@@ -38,46 +37,51 @@ Through **in-freq multi-channel architecture (1–8)**, it runs parallel data st
3837
Built on the **.freq v42** container format, each frame is validated by **CRC32** and sealed with **SHA-256**, ensuring mathematical reproducibility at the system level.
3938
No cloud, no heuristics — just deterministic precision across bridges.
4039

41-
This is the **engine beneath the PAXECT ecosystem**, powering plugins like **AEAD**, **Polyglot**, **SelfTune**, and **Link** — extending encryption, translation, optimization, and policy layers without breaking determinism.
42-
43-
44-
It pairs natively with the **PAXECT Core Complete** ecosystem:
45-
46-
* **AEAD Hybrid** — for hybrid AES-GCM / ChaCha20-Poly1305 encryption
47-
* **Link** — for inbox/outbox deterministic file relay
48-
* **Polyglot** — for cross-language interoperability (Python, Node.js, Go)
49-
* **SelfTune** — for adaptive runtime guardrails and offline observability
50-
51-
No AI heuristics, no vendor lock-in — just **stable, predictable, and verifiable** data handling.
40+
This is the **engine beneath the PAXECT ecosystem**, powering plugins like **AEAD**, **Polyglot**, **SelfTune**, and **Link** — extending encryption, translation, optimization, and policy layers **without breaking determinism**.
5241

5342
---
5443

55-
### Update Notice
44+
## Plugins (Built on Core)
5645

57-
The internal “aes” plugin has been deprecated.
58-
Use the standalone **PAXECT AEAD Hybrid Plugin** instead (Hybrid AES-GCM / ChaCha20-Poly1305 — fast, zero dependencies, and cross-OS).
59-
Any screenshots or references to “aes” are now obsolete and maintained only for historical context.
46+
- **AEAD Hybrid** — hybrid **AES-GCM / ChaCha20-Poly1305** encryption
47+
- **Link** — deterministic inbox/outbox file relay
48+
- **Polyglot** — cross-language interoperability (Python, Node.js, Go)
49+
- **SelfTune** — adaptive runtime guardrails & offline observability
6050

61-
---
51+
> All plugins preserve the Core’s deterministic guarantees and multi-OS bridge semantics.
6252
53+
---
6354

55+
## System Support
6456

65-
**Operating Systems:**
57+
**Operating Systems**
6658
- Windows 10/11 (x86_64)
6759
- Linux (x86_64)
6860
- macOS (Intel & Apple Silicon)
6961
- Best-effort: FreeBSD, OpenBSD
7062
- Edge devices: ARMv7 (experimental), ARM64 (planned), RISC-V (optional)
7163

72-
**Languages (via Polyglot Bridge):**
64+
**Languages (via Polyglot Bridge)**
7365
- Official: Python, Node.js, Go
7466
- Also tested: Rust, Java, C#, C/C++, Swift, Kotlin, Ruby, PHP, R, Julia, MATLAB, Bash/PowerShell
7567
- Any language that can spawn a process and read/write stdin/stdout
76-
-
68+
69+
---
70+
71+
## Docs & Resources
7772
- [Demo Suite](demos/README.md) — 10 deterministic cross-OS examples
7873
- [Test Framework](README_TESTS.md) — validation, coverage, and CI integration
7974
- [Security & Compliance](SECURITY.md) — conduct, license, and data policy
8075

76+
---
77+
78+
### Update Notice
79+
80+
The internal **“aes”** plugin has been deprecated.
81+
Use the standalone **PAXECT AEAD Hybrid Plugin** instead (Hybrid AES-GCM / ChaCha20-Poly1305 — fast, zero dependencies, cross-OS).
82+
Any screenshots or references to **“aes”** are now obsolete and kept only for historical context.
83+
84+
8185
![PAXECT Block 2](docs/paxect_block2_EN_why_orange_bars_fit.svg)
8286

8387

0 commit comments

Comments
 (0)