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 --helpInstall the SDK and configuration DSL in your application:
npm install @kitesdk/node@beta @kitesdk/config@betaRepository setup
git clone https://github.com/kite-engine/Kite-Oficial.git
cd Kite-Oficial
pnpm install
pnpm buildThe 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 -- --helpUse workspace filters only while developing Kite itself from source.