MindFry is an open-source database that models organic memory behavior:
- Data decays over time when not accessed
- Reading data strengthens it (observer effect)
- Connections can amplify or suppress each other
- System "mood" affects accessibility thresholds
Written in Rust. TypeScript SDK available. Docker ready.
Use cases: AI agent memory, game NPCs, computational neuroscience.
GitHub: https://github.com/laphilosophia/mindfry Crates.io: https://crates.io/crates/mindfry
Feedback welcome. This is v1.6 — functional but experimental.