Arcana ARCANA

Cloud Memory Sync

Arcana stores memory locally by default. Cloud sync is optional and lets the same persistent knowledge base follow you across multiple machines after you explicitly enable it.

Requirements

The current memory documentation requires an active Pro or Enterprise license for cloud sync. Sign in with arcana console login before enabling it.

Enable sync

arcana config set memory.cloudSync true

Sync commands

# Upload local memory changes
arcana memory push

# Download the latest cloud memory
arcana memory pull

# Inspect current sync state
arcana memory sync-status

How it behaves

Sync is bidirectional: push uploads local changes and pull downloads facts created on other machines. The existing memory implementation documents timestamp-based conflict resolution, with the latest version winning.

Local-first privacy

Memory does not leave the machine unless cloud sync is explicitly enabled. You can keep the feature disabled and continue using local SQLite/FTS5 memory normally.

Memory reference

Fact extraction, search, management, export/import, and the underlying cloud-sync section remain documented in Memory → Cloud Sync.

Added: Aug 20, 2026