Skip to content
For the complete documentation index optimized for AI agents, see llms.txt or llms-full.txt. A markdown version of this page is available by appending .md to the URL or sending Accept: text/markdown.

Installation Reference

For AI agents: the documentation index is at llms.txt (full corpus: llms-full.txt). A markdown source for this page is /using-stacks/installation.md.

Complete installation reference for all Arete client SDKs.


For Node.js, Vue, Svelte, or vanilla JS:

Terminal window
npm install arete-typescript

Framework-agnostic with AsyncIterable-based streaming. No peer dependencies.


For React applications:

Terminal window
npm install arete-react

Peer dependencies: react ^19.0.0, zustand ^4.0.0

Terminal window
npm install react zustand

Add to your Cargo.toml:

[dependencies]
a4-sdk = "0.1.1"


The Arete CLI (a4) handles project scaffolding, deployment, and SDK generation.

Via npm (global):

Terminal window
npm install -g @usearete/a4

Or use without installing:

Terminal window
npx @usearete/a4 --help

Via Cargo:

Terminal window
cargo install a4-cli

IssueSolution
Cannot find module 'arete-*'Run npm install for the relevant package
Peer dependency warningsInstall react and zustand explicitly