---
title: "Bellamente"
description: "Local-first memory for AI agents. Durable facts stay on your own machine, and every recall is logged."
url: https://jeffkazzee.dev/projects/bellamente/
---

# Bellamente

> Local-first memory for AI agents. Durable facts stay on your own machine, and every recall is logged.

- Status: deprecated
- Stack: TypeScript, Python, npm, PyPI
- Source: https://github.com/The-Little-AI-Company/bellamente
- Live: https://the-little-ai-company.github.io/bellamente/

**Deprecated.** Bellamente still installs and runs, but it gets no further work. Treat it as a reference rather than something to build on.

A context window is not memory. It's a desk that gets cleared when the session ends.

Bellamente stores durable facts on your own machine instead of in a hosted vector database you can't see into. It recalls them by meaning rather than by keyword, and it logs every recall, so you can read what the agent actually looked at. It ships on npm and PyPI under the MIT license.

## Why I built it

The agents I use forget everything between sessions, and every hosted answer wanted my working notes on someone else's server. This was the smallest thing that fixed both problems.
