diff --git a/bun.lockb b/bun.lockb
new file mode 100755
index 000000000000..92b33a8fece1
Binary files /dev/null and b/bun.lockb differ
diff --git a/website/src/assets/svg/deno.svg b/website/src/assets/svg/deno.svg
new file mode 100644
index 000000000000..81b952b905ab
--- /dev/null
+++ b/website/src/assets/svg/deno.svg
@@ -0,0 +1,28 @@
+
diff --git a/website/src/components/PackageManagerBiomeCommand.astro b/website/src/components/PackageManagerBiomeCommand.astro
index bc70112cc39b..8d49381212b8 100644
--- a/website/src/components/PackageManagerBiomeCommand.astro
+++ b/website/src/components/PackageManagerBiomeCommand.astro
@@ -28,9 +28,14 @@ const biome = "@biomejs/biome"
npx {biome} {command}
yarn dlx {biome} {command}
pnpm dlx {biome} {command}
bunx {biome} {command}
+deno run -A npm:{biome} {command}