A portable memory layer for every agent.
Install once; every agent you use reads and writes the same context, in each agent's own native format. No central server, no migration, no lock-in.
- Platforms
- macOS · Linux · Win
- Adapters
- 5 in V1
What lives in Aplexica.
- 01
Portable memories
Memories live in a canonical, agent-agnostic format. Every supported agent reads them natively.
- 02
Conversation history
Not just memories — your conversation history round-trips across agents. Pick up a thread in a different agent.
- 03
Skills and prompts
Skill bundles you author once are available to every agent that supports them.
- 04
Real-time sync
Multiple agents on the same machine see updates as they happen. No reload, no merge prompts.
- 05
Forking and branches
Git-style branches across agents. Try the same prompt two ways. Continue with the answer you prefer.
- 06
Selective sync
Rule-based filters decide which projects and memory types each agent sees.
Your files. Your agents. Our daemon stays out of the way.
Aplexica reads and writes the files each agent already uses. Memories live in your agent's native format on your disk. Uninstall Aplexica and every agent keeps its full state — there is nothing for us to hold hostage.
Three steps to multi-agent.
-
01
Install
A single command. The daemon detects the agents you already have and registers a per-agent adapter.
curl -fsSL https://get.aplexica.com/install.sh | sh
-
02
Use any agent
Keep working in whichever agent you prefer. Aplexica watches files in the background and propagates changes.
aplexica status
-
03
Switch or fork
Open a second agent and your full context is already there. Fork a conversation. Run agents in parallel.
aplexica fork codex
Other tools unlock you by storing your state on their server — moving the lock-in, not removing it. Aplexica writes into the files each agent already reads.
Built for trust.
-
01
Open source
The daemon is auditable end to end. The whole thing is on GitHub.
-
02
Zero-knowledge cloud
Cloud sync is end-to-end encrypted. Aplexica cannot read your content.
-
03
Local-first
Default configuration makes zero network calls. Cloud is opt-in.