#Is there a way to install Deno on ARM64?

3 messages · Page 1 of 1 (latest)

signal moth
#

The title makes it obvious, i'm getting this error:

❯ curl -fsSL https://deno.land/x/install/install.sh | sh
Error: Official Deno builds for Linux aarch64 are not available. (https://github.com/denoland/deno/issues/1846)

i also tried to read the issue but didn't understand anything
(this is on a arm64 vps btw, not apple silicon)

void tapir
#

There are no builds for aarch64 currently. your only option is using community-provided builds or build deno yourself

cunning crystal
#

Is there plans for one to come?