macOS
brew install denolocal Homebrew formula metadata
sudo port install denoMacPorts ports tree · devel/deno/Portfile · source: api.github.com
brew
Secure runtime for JavaScript and TypeScript. Version 2.9.1 via Homebrew; verified 2026-07-01.
install
brew install denolocal Homebrew formula metadata
sudo port install denoMacPorts ports tree · devel/deno/Portfile · source: api.github.com
sudo apk add denoAlpine Linux edge package indexes · deno · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#denonixpkgs package indexes · pkgs/by-name/de/deno/package.nix · source: api.github.com
sudo pacman -S denoArch Linux sync databases · deno · source: geo.mirror.pkgbuild.com
sudo zypper install denoopenSUSE Tumbleweed package metadata · deno · source: download.opensuse.org
sudo apt install dxDebian stable package indexes · dx · source: deb.debian.org
sudo dnf install dxFedora Rawhide package metadata · dx · source: dl.fedoraproject.org
choco install denoChocolatey community package catalog · deno · source: community.chocolatey.org
scoop install main/denoScoop official bucket manifest trees · bucket/deno.json · source: api.github.com
winget install --id DenoLand.Deno -eWindows Package Manager source index · DenoLand.Deno · source: cdn.winget.microsoft.com
overview
Secure runtime for JavaScript and TypeScript
history
Deno is a modern JavaScript, TypeScript, and WebAssembly runtime with secure defaults, built-in tooling, and a single deno executable. It began as a rethink of server-side JavaScript after Node.js and later expanded toward Node and npm compatibility.
The Deno repository was created in May 2018. The official Deno 1.0 announcement framed the project as a new runtime for JavaScript and TypeScript outside the browser, influenced by lessons from Node.js and designed around browser-compatible APIs, explicit permissions, first-class TypeScript, promises, Rust, and V8.
Deno 1.0 shipped in May 2020 as the stable CLI. The runtime deliberately bundled common developer tooling so users could run, test, format, lint, and document code without assembling a separate Node-style toolchain.
Deno 2, announced in October 2024, marked a shift from rejecting much of the Node ecosystem to supporting Node.js and npm compatibility. The Deno team described that release as combining Deno's original simplicity and security goals with package.json, node_modules, workspaces, npm specifiers, and private npm registries.
Early Deno adoption centered on developers who wanted browser-like module loading, TypeScript without a separate compiler setup, and a permission model for command-line scripts. Its official docs still present the tool as a secure-by-default runtime with a built-in formatter, linter, test runner, benchmarker, and package workflow.
After Deno 2, adoption broadened toward existing Node projects because Deno could run in repositories with package.json and node_modules while keeping Deno's own tooling and permission model. The release feed shows continued active releases, including Deno 2.9.0 in June 2026.
Deno is used as a CLI runtime for scripts, services, tests, local tools, web servers, and TypeScript projects. The getting-started docs show deno init creating a project with deno.json, main.ts, and tests, then running TypeScript directly without a separate build step.
Package workflows can use URL imports, JSR packages, npm: specifiers, deno.json, or package.json depending on the project. Deno 2 also supports private npm registry configuration through .npmrc, which aligns it with enterprise Node package workflows.
Deno is package-nerd catnip because it challenges the usual JavaScript runtime/package-manager split. One executable brings together runtime, installer, formatter, linter, test runner, task runner, dependency management, and docs.
Its history also tracks a major ecosystem lesson: clean-slate runtimes are attractive, but compatibility wins adoption. Deno 2's Node and npm support made the package story less ideologically pure and much more operationally useful.
security posture
doc example: JavaScript runtime.
yellow risk · high confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
deno.jsondeno.jsoncpackage.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
deno | cli | global executable | |
dx | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/denoland/deno
install metadata
| Package key | brew:deno |
|---|---|
| Version | 2.9.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/deno |
| Homepage | https://deno.com/ |
| Repository | https://github.com/denoland/deno |
| Upstream docs | https://docs.deno.com/ |
| License | MIT |
| Source archive | https://github.com/denoland/deno/releases/download/v2.9.1/deno_src.tar.gz |
| Last updated | 2026-07-01T18:57:24Z |
| Pulse | updated |
| Dependencies | little-cms2, sqlite |
| Build dependencies | cmake, lld, llvm, ninja, pkgconf, rust |
| Uses from macOS | libffi |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | deno |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
deno
nix profile install nixpkgs#denodeno 2.7.4-r2
A modern runtime for JavaScript and TypeScript
sudo apk add denodeno-bash-completion 2.7.4-r2
Bash completions for deno
sudo apk add deno-bash-completiondeno-fish-completion 2.7.4-r2
Fish completions for deno
sudo apk add deno-fish-completiondeno-zsh-completion 2.7.4-r2
Zsh completions for deno
sudo apk add deno-zsh-completiondeno 2.8.2-1
A secure runtime for JavaScript and TypeScript
sudo pacman -S denodeno 2.6.10-1.3
A secure JavaScript and TypeScript runtime
https://github.com/denoland/deno
sudo zypper install denodeno-bash-completion 2.6.10-1.3
Bash Completion for deno
https://github.com/denoland/deno
sudo zypper install deno-bash-completiondeno-fish-completion 2.6.10-1.3
Fish Completion for deno
https://github.com/denoland/deno
sudo zypper install deno-fish-completiondeno-zsh-completion 2.6.10-1.3
Zsh Completion for deno
https://github.com/denoland/deno
sudo zypper install deno-zsh-completiondeno
sudo port install denodeno
choco install denomain/deno
scoop install main/denoDenoLand.Deno
winget install --id DenoLand.Deno -edx 1:4.4.4-18+b1
OpenDX (IBM Visualization Data Explorer) - main package
https://web.archive.org/web/20080812051658/http://www.opendx.org/
sudo apt install dxdx-doc 1:4.4.4-18
OpenDX (IBM Visualization Data Explorer) - documentation
https://web.archive.org/web/20080812051658/http://www.opendx.org/
sudo apt install dx-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.