Releases: Luminous-Dynamics/mycelix
Releases · Luminous-Dynamics/mycelix
v0.1.0 — Fractal CivOS Initial Release
Mycelix v0.1.0
Fractal CivOS — decentralized civic infrastructure on Holochain.
Clusters
| Cluster | Zomes | Tests | Domains |
|---|---|---|---|
| Commons | 35 | 5,276 | property, housing, care, mutual aid, water, food, transport |
| Civic | 16 | 2,273 | justice, emergency, media |
| Hearth | 12 | 1,023 | kinship, gratitude, care, autonomy, decisions |
| Finance | 8 | 349 | payments (SAP/TEND/MYCEL), treasury, staking |
| Identity | 9 | 100+ | DID registry, MFA, verifiable credentials, recovery |
| Governance | 7 | 495 | proposals, Phi-weighted voting, DKG threshold signing |
| Personal | 4 | 20 | identity vault, health vault, credential wallet |
| Attribution | 3 | 17 | dependency registry, usage receipts, reciprocity |
Key Features
- 123+ zomes across 8 cluster DNAs
- 9,400+ Rust tests across all clusters
- Consciousness gating: 4D profile (identity/reputation/community/engagement) with 5-tier progression (Observer to Guardian)
- Cross-cluster bridge: unified hApp with
CallTargetCell::OtherRolecoordination - SDKs: Rust (1,036+ tests), TypeScript (6,316 tests), Python, WASM
- Observatory dashboard: SvelteKit with demo mode
- Post-quantum hardening: complete across all clusters
- Fuzz testing: 3.8M+ runs on financial primitives
Security
#![deny(unsafe_code)]on all cratesis_finite()guards on every f64/f32 field- 15 rounds of finance hardening, 19 race conditions fixed
License
Apache-2.0 — build your apps on our infrastructure without legal friction.
v0.1.0-alpha
Mycelix v0.1.0-alpha — Fractal CivOS
First public alpha release of Mycelix, a fractal civic operating system built on Holochain's peer-to-peer architecture.
Highlights
- 9 Domain Clusters: Commons (35 zomes), Civic (16), Hearth (12), Finance (14), Governance (7), Identity (9), Personal (4), Attribution (3), Health (7)
- 123+ Zomes: Fully built coordinator and integrity zomes across all domains
- Consciousness Gating: 4D profile (identity/reputation/community/engagement) → 5 progressive tiers (Observer → Guardian)
- Post-Quantum Security: ML-KEM-768 key exchange, ML-DSA-65 signatures, Feldman DKG threshold signing
- Finance Hardening: 15 rounds, 19 race conditions fixed, optimistic locking, crash recovery, 3 fuzz targets (3.8M+ runs)
- Cross-Cluster Bridge: Unified 10-role hApp with
CallTargetCell::OtherRolefor inter-cluster communication - SDKs: Rust (18 modules, 1,036+ tests), TypeScript (37 modules, 6,316 tests), Python, WASM
Stats
- ~785,000 lines of Rust (~643K code)
- 9,400+ unit tests across clusters
- 289 bridge-common integration tests
- 14 built hApp bundles
- All zomes hardened with
is_finite()guards on every f64/f32 field
Status
This is an alpha release. All clusters are built and tested but:
- No production deployment yet
- Tryorama E2E tests need conductor setup
- Some clusters (music, energy, climate, space) are scaffolded only
- LUCID dashboard is in development
License
Apache-2.0