Skip to Content
Aionis v0.3.2 is the current Runtime baseline for SDK/API hosts, MCP clients, plugins, Substrate-backed recall, and self-managed agent loops.
Developer Platform Get StartedOverview

Get Started

Install Aionis, start the Runtime, and connect it to the Agent host you already use.

The fastest path is:

npx aionis setup

That installs a local Runtime, writes .env, configures embeddings, and prints the integration options for SDK, HTTP, MCP, AIFS, Claude Code, Substrate, and external memory governance.

Path

StepPageOutcome
1QuickstartInstall Aionis and see the Runtime/Agent connection points.
2Install with an AI AgentCopy a prompt into Claude Code, Codex, Cursor, Zcode, or another coding agent so it can install Aionis for you.
3Full SetupConfigure Runtime, embeddings, Substrate, AIFS, identity, feedback, and deployment.
4Install AionisUnderstand the package entry points and optional surfaces.
5Run the RuntimeStart the local Runtime and check health.
6First Agent LoopWire observe -> guide -> feedback -> measure into one loop.
7IntegrationsPick SDK, HTTP, MCP, AIFS, Claude Code, multi-agent, or external memory.

What You Need

RequirementWhy
Node.js 22+Runtime and package entry points run on modern Node.
Embedding provider keyStored-memory recall and recall-backed guide output need embeddings.
Agent hostAionis compiles governed context; your Agent host executes tools and model calls.

Next