Architecture-As-Memory LogoARCHITECTURE-AS-MEMORY
v1.0.4

Installation

AAM is distributed as a lightweight, zero-dependency Node binary. You can run it on-demand or lock it down locally.

Option A: On-Demand Execution (Recommended)

Run AAM without adding node dependencies directly to your package files. This is ideal for clean CI pipelines and lightweight microservice repos:

bash
npx @architecture-as-memory/aam@latest init

Option B: Local Dev Dependency

Add AAM as a project development dependency to lock a specific version and enable faster CLI commands without the npx lookup overhead:

bash
npm install -D @architecture-as-memory/aam

Once installed locally, execute commands directly using your package runner:

bash
npx aam dev