Getting Started

Installation

Raptor works for Deno, Node and Bun runtimes and can be installed in whichever package manager is your preference.

deno add jsr:@raptor/kernel
bunx jsr add @raptor/kernel
npx jsr add @raptor/kernel
yarn dlx jsr add @raptor/kernel
pnpm dlx jsr add @raptor/kernel

HTTP (Deno)

If you are using Deno, you can install directly with JSR HTTP imports.

import { Kernel } from "jsr:@raptor/kernel";
© 2026 Raptor