megabrain.md

“Megabrain, ativar.”

A git repository of plain Markdown files that you keep as a second brain, and that AI agents read and write as a first-class client. No database, no app, no build step — the files are the source of truth.

Install

curl -fsSL https://megabrain.serey.uk/install.sh | bash

Creates ./megabrain as a private git repository with no fork relationship to this project. Read the script before you pipe it anywhere.

The agent is the operator

You can edit every file by hand, but a megabrain is designed to be driven by an agent. Point yours at the repository: AGENTS.md routes what you ask for to a procedure in skills/, and those procedures travel with your data rather than living in one vendor's account.

Upgrades work the same way. There is no manual upgrade path — you ask your agent to upgrade the brain, and it checks conformance, tags a rollback point, applies each migration in order, and checks again.

Read