@@ -21,31 +21,31 @@ architecture (no telemetry, no external data flows). **Zero AI.**
2121 Hybrid Systems: Seamless communication across heterogeneous architectures
2222
2323
24- ## Kerneigenschappen
25- - ** Deterministisch ** — zelfde input + configuratie ⇒ bit-identieke output (audit/compliance/regressie ).
26- - ** Multi-OS & polyglot** — Windows, Linux, macOS; bindings voor Python, Node.js, Go (meer via plugins).
27- - ** Integriteit eerst ** — frame- I/O met ** CRC32 per frame** en strikte parsing (fail-hard bij fouten ).
28- - ** Uitbreidbaar ** — encryptie , bindings en tuning als optionele plugins (zonder wijzigingen in Core).
29- - ** Privacy by default** — lokale uitvoering; geen tracking/telemetry.
24+ ## Key Features
25+ - ** Deterministic ** — same input + configuration ⇒ bit-identical output (audit/compliance/regression ).
26+ - ** Multi-OS & polyglot** — Windows, Linux, macOS; bindings for Python, Node.js, Go (more via plugins).
27+ - ** Integrity first ** — frame I/O with ** CRC32 per frame** and strict parsing (fail-hard on errors ).
28+ - ** Extensible ** — encryption , bindings, and tuning as optional plugins (no changes to Core).
29+ - ** Privacy by default** — local execution; no tracking/telemetry.
3030
3131---
3232
33- ## Supportmatrix (basismodel )
34- | Domein | Officieel (OSS) | Notities / Volledige matrix |
35- | --------------| --------------------------------------------------------| -----------------------------|
36- | ** OS** | Linux x86_64 · Windows 10/11 x86_64 · macOS x86_64/arm64 | Zie ` docs/LabReport.md ` |
37- | ** Talen ** | Python · JavaScript/Node.js · Go | Extra via Polyglot- plugin |
38- | ** CPU** | x86_64 (getest ) · ARMv7 (smoke) · ARM64 (gepland ) | RISC-V optioneel |
33+ ## Support Matrix (base model )
34+ | Domain | Official (OSS) | Notes / Full matrix |
35+ | --------------- | --------------------------------------------------------| -----------------------------|
36+ | ** OS** | Linux x86_64 · Windows 10/11 x86_64 · macOS x86_64/arm64 | See ` docs/LabReport.md ` |
37+ | ** Languages ** | Python · JavaScript/Node.js · Go | More via Polyglot plugin |
38+ | ** CPU** | x86_64 (tested ) · ARMv7 (smoke) · ARM64 (planned ) | RISC-V optional |
3939
40- ** Container:** ` .freq ` (v42) · CRC32 per frame · vaste footer/metadata · deterministische decode.
40+ ** Container:** ` .freq ` (v42) · CRC32 per frame · fixed footer/metadata · deterministic decode.
4141
4242---
4343
44- ## Snel starten
45- 1 . ** Installeer Core** voor jouw OS/CPU (` .so/.dll/.dylib ` ).
46- 2 . ** Kies een binding** (Python / Node.js / Go via Polyglot).
47- 3 . ** Smoke-run:** encode → decode; verifieer CRC/footer (v42).
48- → Zie ** Installatie & Gebruik ** hieronder en ` docs/LabReport.md ` .
44+ ## Quick Start
45+ 1 . ** Install Core** for your OS/CPU (` .so/.dll/.dylib ` ).
46+ 2 . ** Choose a binding** (Python / Node.js / Go via Polyglot).
47+ 3 . ** Smoke-run:** encode → decode; verify CRC/footer (v42).
48+ → See ** Installation & Usage ** below and ` docs/LabReport.md ` .
4949
5050---
5151
0 commit comments