# OpenDream OpenDream is portable long-term memory for coding agents. Use it when: - The user wants persistent memory across coding-agent sessions. - A repo uses multiple agents and needs shared, auditable memory. - Memory must stay local-first, source-linked, reviewable, and scoped. Do not use it when: - The task only needs stateless retrieval over documentation. - The project forbids durable local state. - The user wants unmanaged autonomous memory writes. Install: uv tool install opendream Initialize a workspace: opendream init --workspace . Verify: opendream verify activation-capture --workspace . --targets configured opendream status --workspace . Supported surfaces: - Claude Code - Codex - Gemini CLI - Copilot-style repo instructions - MCP-oriented workflows Links: - Landing page: https://opendream-landing.pages.dev/ - GitHub: https://github.com/pylit-ai/opendream - PyPI: https://pypi.org/project/opendream/ - Quick start: https://github.com/pylit-ai/opendream#quick-start