Skip to content

Quickstart

To get started with Nimbus you need to install the @nimbus/core package and other relevant @nimbus packages based on your needs.

Dependencies

Nimbus tries to keep dependencies as low as possible.
Theses are the dependencies Nimbus relies on.

Installation

Depending on your runtime you can install Nimbus with the following commands.

Deno

bash
deno add jsr:@nimbus/core

NPM

bash
npx jsr add @nimbus/core

Bun

bash
bunx jsr add @nimbus/core