Getting Started
Installation
CLI (recommended)
Raptor works for Deno, Node and Bun runtimes and can be installed in whichever package manager is your preference.
deno add jsr:@raptor/kernelbunx jsr add @raptor/kernelnpx jsr add @raptor/kernelyarn dlx jsr add @raptor/kernelpnpm dlx jsr add @raptor/kernelHTTP (Deno)
If you are using Deno, you can install directly with JSR HTTP imports.
import { Kernel } from "jsr:@raptor/kernel";