Install galliun from npm. The SDK depends on @galliun/shared types internally — you do not need to install shared separately for typical usage.

npm

npm install galliun

pnpm

pnpm add galliun

bun

bun add galliun

Requirements

TypeScript

The SDK ships with TypeScript declarations. Enable "moduleResolution": "bundler" or "node16" in your tsconfig.json for best compatibility.

Monorepo development

If you are developing inside the Galliun monorepo:

bun add galliun@workspace:*

Build shared packages first:

bun run build:packages

Common mistakes

Next step

Quickstart — call your first paid endpoint