Building Statewave — AI memory built for production.
Policies, sensitivity labels, and tamper-evident audit receipts — not just retrieval. Every memory traces to its source. Governance built in from day one.
The fastest path — interactive setup, connects your first memory source in under a minute:
# macOS / Linux
npx @statewavedev/statewave
# or
curl -fsSL https://www.statewave.ai/install | sh# Windows (PowerShell)
irm https://www.statewave.ai/install.ps1 | iexOr run the full stack yourself:
git clone https://github.com/smaramwbc/statewave && cd statewave
docker compose up -d # API on http://localhost:8100Then point an SDK — or any HTTP client — at it:
- Python —
pip install statewave - TypeScript —
npm install @statewavedev/sdk - REST API — any language, via the OpenAPI docs (or the v1 contract)
Full walkthrough: Getting Started (5 min).
- statewave — core engine
- statewave-py — Python SDK
- statewave-ts — TypeScript SDK
- statewave-connectors — integrations
- statewave-admin — admin dashboard and CLI
- statewave-docs — docs and guides



