Dispco
Product / Distributed SystemsOffline-first, decentralized medical incident-command software built as a fault-tolerant thick client.
Decentralized Event Sourcing (DAG)
Every action is recorded as an immutable event in a local directed acyclic graph, keeping a cryptographically linked, tamper-proof history.
Deterministic Offline Conflict Resolution
Parallel offline actions are resolved deterministically (LWW / Add-Wins); professional clarification stays with personnel and is documented in the audit log.
GDPR via Crypto-Shredding
Patient PII is encrypted per-event. Deletion is achieved by destroying the key, keeping the DAG intact while rendering personal data unreadable.
- Rust
- Tauri v2
- Event Sourcing
- DAG
- CRDTs
- mTLS