Skip to content

Installation Reference

Complete installation reference for all Hyperstack client SDKs.


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

Terminal window
npm install hyperstack-typescript

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


For React applications:

Terminal window
npm install hyperstack-react

Peer dependencies: react ^19.0.0, zustand ^4.0.0

Terminal window
npm install react zustand

Add to your Cargo.toml:

[dependencies]
hyperstack-sdk = "0.5.3"


The Hyperstack CLI (hs) handles project scaffolding, deployment, and SDK generation.

Via npm (global):

Terminal window
npm install -g hyperstack-cli

Or use without installing:

Terminal window
npx hyperstack-cli --help

Via Cargo:

Terminal window
cargo install hyperstack-cli

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