Getting started
Installation
Add Quanta to your project with your package manager of choice.
Quanta ships as a single package with zero runtime dependencies. Install it with your package manager of choice.
bash
npm install @quanta/client
# or
pnpm add @quanta/client
# or
bun add @quanta/clientRequirements
- Node.js 20 or newer (or any modern runtime)
- A Quanta project — create one with
quanta init - An API key from the dashboard
Quanta runs anywhere fetch is available — Node, Bun, Deno, edge functions, and the browser.
Verify the install
bash
npx quanta --version
# quanta/2.4.0 darwin-arm64