Local-first and open source

Give your AI agents project memory.

Install Aictx once. Agents can load what matters before work and save what future agents should remember after.

npm install -g @aictx/memory

Relevant memory beats bigger prompts.

AGENTS.md and CLAUDE.md files can help, but loading them on every task adds noise. Aictx gives agents the context they need for the work in front of them.

Less prompt clutter

Load the useful parts, not every rule and reminder by default.

Better token efficiency

Spend tokens on the current task, not repeated setup.

Lower operating cost

Reuse project knowledge instead of explaining the same things again.

Load context. Save memory. Review the diff.

Aictx stores memory as readable local files beside your repo, so changes stay visible and reviewable.

01

Load before work

aictx load "change auth routes"

Agents start with the project knowledge that matters for the task.

02

Save durable knowledge

aictx save --stdin

Agents save decisions, gotchas, workflows, and handoffs as they work.

03

Review like code

aictx diff

Inspect memory changes before they guide future agents.

See what your agents know.