Skip to content

Installation

ghaerdi edited this page Aug 14, 2026 · 4 revisions

Installation

You can install rustify using your favorite package manager or directly from jsr.

Deno

rustify is built for Deno and published to JSR, so deno add is the most direct way:

deno add @ghaerdi/rustify

To use the npm build under Deno instead:

deno add npm:@ghaerdi/rustify

npm

npm install @ghaerdi/rustify
# or
yarn add @ghaerdi/rustify
# or
pnpm add @ghaerdi/rustify
# or
bun add @ghaerdi/rustify

jsr

npx jsr add @ghaerdi/rustify
# or
bunx jsr add @ghaerdi/rustify

npx jsr add, deno add, and bunx jsr add all install the same JSR package — pick whichever runtime you're using.

Clone this wiki locally