KiteDocs
Getting Started

Installation

Current installation and runtime requirements for Kite early access.

The Kite CLI and Node.js SDK are available as public beta packages. They require Node.js 20 or newer.

Install the CLI

npm install --global @kitesdk/cli@beta
kite --help

Install the SDK and configuration DSL in your application:

npm install @kitesdk/node@beta @kitesdk/config@beta

Repository setup

git clone https://github.com/kite-engine/Kite-Oficial.git
cd Kite-Oficial
pnpm install
pnpm build

The TypeScript workspace requires Node.js 20 or newer. The Python SDK is managed separately from packages/python-sdk with Hatch.

Run from source

pnpm --filter @kitesdk/cli dev -- --help

Use workspace filters only while developing Kite itself from source.

On this page