Features and implementation status

What Enso Shide implements today

This page only lists capabilities that can be located in the current repository. Product goals and undeployed services are not presented as shipped features.

Enso Shide home screen

Private models on the device

Memory, Profile, Keepsake and CompanionState use SwiftData. MemoryWriter provides the shared write path for private memories, while migration code bridges older records.

Public cultural context

Public cultural items are fetched as read-only context. A private stamp stores a local snapshot and reference rather than writing a user's note back into the public catalog.

Companion and book generation

The v1 companion uses a local ConversationGraph path. Premium book generation uses the deterministic on-device renderer; cost-bearing online AI is disabled in the Release build and is not sold as a subscription benefit.

Keep reading

Sources

  1. Memory model (internal code audit)
  2. GenUI validator (internal code audit)