Download
Get started with Matrix.
The Matrix CLI, Python SDK, and TypeScript SDK are all open source and publicly available.
Matrix CLI
The command-line interface for running Neo sessions, deploying MCL plans, and managing agents locally.
npm install -g @matrix-ai/cli
Python SDK
Full programmatic access to Neo, MCL, Cortex, and UWAC. Build agents, tools, and integrations in Python.
pip install matrix-ai
TypeScript SDK
First-class TypeScript support with full type inference for Intent IR schemas and response types.
npm install @matrix-ai/sdk
System requirements
Supported platforms
macOS 13+, Ubuntu 22.04+, Windows 11 (WSL2). ARM64 and x86_64 binaries available.
Runtime requirements
Node.js 20+ or Python 3.11+. Docker optional for the local Cortex runtime.