On macOS, both M1 (arm64) and Intel (x64) executables are provided. On Linux and Windows, only x64 is supported.
provides convenience scripts to download and install the binary.
Using Shell (macOS and Linux):
Using PowerShell (Windows):
Using Scoop (Windows):
scoop install deno
Using (macOS):
Using Nix (macOS and Linux):
Build and install from source using :
Deno binaries can also be installed manually, by downloading a zip file at github.com/denoland/deno/releases. These packages contain just a single executable file. You will have to set the executable bit on macOS and Linux.
For more information and instructions on the official Docker images:
Use deno help
to see help text documenting Deno’s flags and usage. Get a
detailed guide on the CLI here.
To update a previously installed version of Deno, you can run:
This will fetch the latest release from , unzip it, and replace your current executable with it.
You can also use this utility to install a specific version of Deno:
deno upgrade --version 1.0.1
Information about how to build from source can be found in the
Contributing
chapter.