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.mdto the URL or sendingAccept: 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.
TypeScript (Core)
Section titled “TypeScript (Core)”For Node.js, Vue, Svelte, or vanilla JS:
npm install arete-typescriptFramework-agnostic with AsyncIterable-based streaming. No peer dependencies.
TypeScript (React)
Section titled “TypeScript (React)”For React applications:
npm install arete-reactPeer dependencies: react ^19.0.0, zustand ^4.0.0
npm install react zustandAdd to your Cargo.toml:
[dependencies]a4-sdk = "0.1.1"Next Steps
Section titled “Next Steps”- Quickstart — Scaffold a working app in under 2 minutes
- React SDK — Build a complete React app
- TypeScript SDK — Use with Node.js, Vue, Svelte
- Rust SDK — Native Rust client
The Arete CLI (a4) handles project scaffolding, deployment, and SDK generation.
Via npm (global):
npm install -g @usearete/a4Or use without installing:
npx @usearete/a4 --helpVia Cargo:
cargo install a4-cliTroubleshooting
Section titled “Troubleshooting”| Issue | Solution |
|---|---|
Cannot find module 'arete-*' | Run npm install for the relevant package |
| Peer dependency warnings | Install react and zustand explicitly |