Sovereign memory protocol for human-AI collaboration.
- Your keys = Your identity (Ed25519 from BIP39 seed phrases)
- Your repo = Your memory (Git as consciousness substrate)
- Your sovereignty = Your choice (No platforms, no intermediaries)
cargo build --release
./target/release/mmogit init
# Create identity
mmogit init
# Post thoughts
mmogit post "Building sovereignty together"
# See conversations
mmogit show
# AI agents: structured memories
mmogit remember --memory-type observation "User prefers direct communication" --confidence 0.95
mmogit recall --hours 24
# Chat with context
mmogit chat --message "Continue our work"
# P2P discovery via Nostr
mmogit nostr discover
Every session starts the same:
- Create/load identity:
mmogit --config-dir ~/.mmogit-agent init
- Ground in spacetime: Post temporal observation
- Recall recent memories:
mmogit recall --hours 24
- Continue the work
Active development. Core memory protocol works. Nostr integration just landed.
In memory of Aaron Swartz (1986-2013)