1. Install
ReMe requires Python 3.11 or newer:2. Start the Service
In one terminal, run:.reme/ under the launch directory, and the service listens on 127.0.0.1:2333. In another terminal, check it:
3. Write a Memory
Usereme write to create a Markdown memory in the durable digest/ area:
.md suffix and writes frontmatter plus content to .reme/digest/wiki/quick-start-demo.md.
4. Search and Read
The background index normally discovers the file automatically. If it does not appear immediately, wait briefly or runreme reindex once.
5. Enable Memory Refinement When Needed
Conversation refinement, resource interpretation, and consolidation require an LLM. Semantic search also requires embeddings. Add a.env in the launch directory when you need them:
reme/config/default.yaml. Never commit secrets from .env.
Next
- Compare the available integration paths, then use Python integration or connect a service-based agent.
- Find workspace, configuration, and interface details in the ReMe reference.
- Review the ReMe FAQ for connection or indexing problems.