EARLY ACCESSv0.7.1EU · Paris

Memory is the
thing we kept losing.

Agents got smart fast. But every session still starts at zero. Engram is our attempt to give them a brain , one that lives on your machine, grows over time, and never leaves your control.

ETYMOLOGY

An engram is the physical trace
a memory leaves in cortical tissue.

Coined by Richard Semon in 1904. A small population of neurons that fired together during an experience, and fires again when the memory is recalled. Modern neuroscience (Tonegawa lab, MIT) made the metaphor concrete: engram cells exist, and you can optogenetically reactivate them to trigger recall.

We borrowed the structure: every capture is a node, every connection a synapse, recall is a pattern firing across the graph. Hence the name.

PRINCIPLES

The four rules.

Every architecture decision in Engram flows from these. When they conflict with growth tactics, the principles win.

01 · LOCAL-FIRST

Your memory lives on your PC.

The cloud is optional, only for sync and transit when you opt into Pro. The Free tier never touches a server we own.

02 · PRIVACY BY DESIGN

Default to private, not optional.

Embeddings and transcription happen locally (Ollama, whisper.cpp). Hosted compute is opt-in with transparent quotas.

03 · NO LOCK-IN

Your data is a SQLite file.

Copy it. Back it up. Open it in any SQL tool. Export to Markdown + JSON via one CLI command. Always.

04 · OPEN CORE

The runtime is source-available.

The local server, the 21 tools, the ingestion pipelines, open source. The cloud workers powering Pro stay proprietary; they're what we charge for.

We didn't want another note-taking app. We wanted what cortex does, a substrate where everything connects, recall is associative, and the structure emerges from use, not from upfront taxonomy.

, Emeric, founder · RavioleLabs
TIMELINE

A short history.

2025 · Q3

First prototype

A bash script that piped Claude Code transcripts into a SQLite + LanceDB store. It worked. We knew we had something.

2025 · Q4

21 tools, one protocol

MCP standardized just in time. We collapsed the bash mess into a proper MCP server with semantic search, watches, and typed memories.

2026 · Q1

Mobile capture (Pro alpha)

iOS and Android apps for voice notes and link sharing. E2E sync infrastructure on Cloudflare. First Pro testers.

2026 · Q2

3D dashboard

Visualizing the engram as a force-directed graph in three.js. Nodes pulse. Synapses glow. It made the architecture click for users.

today

Early access · free to use

The core MCP server is source-available (Elastic 2.0) and live on GitHub. Cloud sync, mobile, and hosted compute land in waves as the protocol stabilizes and the dashboard hits parity with the desktop bridge.

Built by RavioleLabs.

A small software studio in Paris building tools for developers and AI power users.

Visit RavioleLabs