Louis Beaumont

Table of content

Louis Beaumont is building the infrastructure for AI memory — systems that capture everything you see, hear, and do on your computer, stored locally, and made accessible to AI agents.

Screenpipe: Open-Source Rewind

His flagship project screenpipe (16.5k+ stars) is an open-source alternative to Rewind.ai:

The philosophy is radical data ownership: “rewind but open source. 100% local. you own your data.”

Technical Approach

Screenpipe optimizes for minimal footprint:

Built in Rust for performance, with TypeScript for the UI layer. The project includes automatic PII redaction before sending context to AI.

The Mediar Stack

Beyond screenpipe, Louis ships prolifically through Mediar AI:

Computer Use Automation:

MCP Servers:

Background

Louis’s path to personal AI is unconventional:

This progression — from reverse engineering game protocols to recording and understanding human computer use — shows a consistent interest in capturing and automating digital behavior.

Philosophy

Louis embodies the “ship fast, iterate faster” ethos. His GitHub shows 162 repos and multiple past projects that became stepping stones to screenpipe:

The common thread: making compute understand and automate human workflows.

Key Ideas

  1. Memory as infrastructure — screen recording isn’t surveillance, it’s giving AI the context it needs to actually help you

  2. Local-first is non-negotiable — for something as intimate as screen recording, data ownership must be absolute

  3. MCP as integration layer — multiple MCP servers that connect different data sources (Obsidian, Toggl, Oura, screen history) to AI

  4. Automation at the OS level — terminator brings Playwright-style automation to desktop apps, enabling true computer use agents

Topics: personal-ai memory screen-capture local-first rust mcp