Open source · local-first · no account

The memory & context layer
your AI agents already read.

DotAIOS is one folder on your computer — ~/aios/ — holding your context, your memory, and the things you want your AI to do. Claude Code, Cursor, Gemini, Codex, and anything that reads AGENTS.md all read from the same place. Write it once; every tool knows.

Works with the agents you already use

Features

Set your AI up once. It remembers everywhere.

Your context is the start. DotAIOS also pulls in what you read, remembers what you discussed, and follows you across devices — all as plain files you own.

Shared context

One folder, every agent

Write who you are, what you're working on, and how you like to work. Every tool on your machine reads the same context — no re-explaining yourself in each new chat.

+ context/identity.md
+ context/work.md
read by 5 agents
Cross-agent memory

Continuity between sessions

A compact working-memory digest — today's focus, carry-overs, recent sessions — is injected at the start of each session, so a fresh agent picks up where the last one left off.

› session start
digest injected
today · carry-over · signals
Reads the web

Turn anything into memory

Hand it a URL, a PDF, or a document and DotAIOS pulls clean Markdown into your vault — JavaScript-heavy pages included, via a built-in headless browser.

› ingest https://…
vault/wiki/article.md

Your AI relearns who you are every single session.

DotAIOS gives it one folder to read instead — local, plain text, and yours. .gitconfig makes Git know your name; ~/aios/ makes every AI know your life.

How it works · no command line required

Your AI sets it up. You answer three questions.

01

Tell an AI to set it up

Paste one line into the agent you already use. It installs DotAIOS, creates the folder, and asks who you are.

creating ~/aios/…
+ context/ memory/ vault/
ready in ~3 min
02

Every tool gets connected

One short rule per tool, written for you. Claude Code, Cursor, Gemini and Codex all start reading the same folder.

Claude Code connected
Cursor connected
Gemini CLI connected
03

Ask in plain English

Skills become things you just say: "plan my day", "save this article", "close out today" — the same in every tool.

/plan-today focus plan
/ingest save an article
/closeday wrap up

Trust

Your data never leaves your machine — unless you say so.

DotAIOS is the opposite of a black box. There's no server we run, no account to create, and nothing you can't read with a text editor.

Local by default

Everything lives in ~/aios/ as plain Markdown and JSON you can open, edit, grep, and back up yourself.

No account, no cloud

Nothing to sign up for. We host no database and see none of your data. The CLI runs entirely on your computer.

Sync is your own GitHub

Want it on your phone too? Opt into sync to a private GitHub repo you own. The token never leaves your machine.

Open source (MIT)

Every line is on GitHub. Audit it, fork it, extend it with plugins and skills. No lock-in, ever.

Get started · about a minute

Open your AI agent and paste this line.

It does the whole install for you — you never touch a terminal. Then answer three quick questions and you're set.

Set up DotAIOS for me: read github.com/filocosta46/dotaios and follow INSTALL.md step by step.
Comfortable in a terminal?
npx dotaios setup

FAQ

Questions, answered.

Do I need to be technical?

No. The recommended way to install is to let an AI agent do it: you paste one sentence and answer a few questions in plain English. You never open a terminal or write code.

Where does my data live?

On your computer, in a folder called ~/aios/, as plain Markdown and JSON. There's no server we run and no cloud database. You can read and edit every file yourself.

Which AI tools does it work with?

Anything that reads an AGENTS.md file — Claude Code, Cursor, Codex, Gemini CLI, OpenCode, Antigravity, and more. Using a browser chat like Claude.ai or ChatGPT? Paste your AGENTS.md at the start and it has your context immediately.

Can it follow me across devices?

Yes, optionally. Turn on sync and DotAIOS mirrors your folder to a private GitHub repo you own, so an AI on another machine — or your phone — reads the same memory. It's opt-in and runs on your GitHub, not ours.

Is it free and open source?

Yes. DotAIOS is MIT-licensed and free. The whole project is on GitHub.

The context layer for the AI that already runs your life.

Local · open source · no account · your folder, your rules.